Skip to content

Commit 144cfcc

Browse files
committed
Prepare v0.3.3 release
1 parent 7165969 commit 144cfcc

File tree

5 files changed

+8
-35
lines changed

5 files changed

+8
-35
lines changed

doc/release.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

installer/config/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
33
<Name>Notepad Next</Name>
4-
<Version>0.3.2</Version>
5-
<Title>Notepad Next v0.3.2</Title>
4+
<Version>0.3.3</Version>
5+
<Title>Notepad Next v0.3.3</Title>
66
<Publisher>Notepad Next</Publisher>
77
<StartMenuDir>Notepad Next</StartMenuDir>
88

installer/packages/app/meta/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0"?>
22
<Package>
33
<DisplayName>Notepad Next</DisplayName>
4-
<Description>Notepad Next v0.3.2</Description>
5-
<Version>0.3.2</Version>
4+
<Description>Notepad Next v0.3.3</Description>
5+
<Version>0.3.3</Version>
66
<ForcedInstallation>true</ForcedInstallation>
7-
<ReleaseDate>2020-08-29</ReleaseDate>
7+
<ReleaseDate>2020-09-08</ReleaseDate>
88
<!-- <RequiresAdminRights>true</RequiresAdminRights> -->
99
<Script>installscript.qs</Script>
1010
<UserInterfaces>

src/NotepadNext/NotepadNextApplication.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ bool NotepadNextApplication::initGui()
7373
{
7474
qInfo(Q_FUNC_INFO);
7575

76+
createNewWindow();
77+
7678
luabridge::getGlobalNamespace(luaState->L)
7779
.beginNamespace("nn")
7880
.beginClass<QWidget>("QWidget")

src/Version.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# along with Notepad Next. If not, see <https://www.gnu.org/licenses/>.
1616

1717

18-
!defined(APP_VERSION, var):APP_VERSION = "0.3.2"
18+
!defined(APP_VERSION, var):APP_VERSION = "0.3.3"
1919
APP_COPYRIGHT = "Copyright 2019-2020 Justin Dailey"

0 commit comments

Comments
 (0)