diff --git a/Build/Changes.txt b/Build/Changes.txt index 1015d6113..a7f2187cd 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.707.(build_#) (2021-07-07) +Current BETA/RC Version 5.21.709.(build_#) (2021-07-09) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.709.1]- Integrating style theme "Sombra" as factory default Dark-Mode theme. [.525.1]- Add "Julia" lexer (new in Lexilla) (LEX). [.506.1]- Base64 Encoding/Decoding. [.428.1]- Custom ChooseColor resource definition. diff --git a/Build/notepad3_setup.iss b/Build/notepad3_setup.iss index c3407d188..3e9fb53cb 100644 --- a/Build/notepad3_setup.iss +++ b/Build/notepad3_setup.iss @@ -81,7 +81,6 @@ Name: en; MessagesFile: compiler:Default.isl [Messages] -;BeveledLabel ={#app_name} {#app_version} - Compiled with VC2015 SetupAppTitle =Setup - {#app_name} SetupWindowTitle =Setup - {#app_name} @@ -136,7 +135,6 @@ Source: Notepad3.ini; DestDir: {us Source: minipath.ini; DestDir: {userappdata}\Rizonesoft\Notepad3; Flags: onlyifdoesntexist uninsneveruninstall Source: themes\Dark.ini; DestDir: {userappdata}\Rizonesoft\Notepad3\themes; Flags: onlyifdoesntexist uninsneveruninstall Source: themes\Obsidian.ini; DestDir: {userappdata}\Rizonesoft\Notepad3\themes; Flags: onlyifdoesntexist uninsneveruninstall -Source: themes\Sombra.ini; DestDir: {userappdata}\Rizonesoft\Notepad3\themes; Flags: onlyifdoesntexist uninsneveruninstall Source: {#bindir}\Release_x64_v142\lng\mplng.dll; DestDir: {app}\lng; Flags: ignoreversion; Check: Is64BitInstallMode() Source: {#bindir}\Release_x64_v142\lng\np3lng.dll; DestDir: {app}\lng; Flags: ignoreversion; Check: Is64BitInstallMode() Source: {#bindir}\Release_x64_v142\lng\af-ZA\mplng.dll.mui; DestDir: {app}\lng\af-ZA; Flags: ignoreversion; Check: Is64BitInstallMode() @@ -275,6 +273,7 @@ Type: files; Name: {userdesktop}\{#app_name}.lnk; Check: not WizardIsTask Type: files; Name: {commondesktop}\{#app_name}.lnk; Check: not WizardIsTaskSelected('desktopicon\common') and IsUpgrade() Type: files; Name: {userstartmenu}\{#app_name}.lnk; Check: not WizardIsTaskSelected('startup_icon') and IsUpgrade() Type: files; Name: {#quick_launch}\{#app_name}.lnk; Check: not WizardIsTaskSelected('quicklaunchicon') and IsUpgrade(); OnlyBelowVersion: 6.01 +Type: files; Name: {userappdata}\Rizonesoft\Notepad3\themes\Sombra.ini Type: files; Name: {app}\Notepad3.ini Type: files; Name: {app}\Readme.txt Type: files; Name: {app}\minipath.ini diff --git a/Build/notepad3_x86_setup.iss b/Build/notepad3_x86_setup.iss index 4fcfd8b2f..ae4d7fb9e 100644 --- a/Build/notepad3_x86_setup.iss +++ b/Build/notepad3_x86_setup.iss @@ -73,7 +73,6 @@ Name: en; MessagesFile: compiler:Default.isl [Messages] -;BeveledLabel ={#app_name} {#app_version} - Compiled with VC2015 SetupAppTitle =Setup - {#app_name} SetupWindowTitle =Setup - {#app_name} @@ -124,7 +123,6 @@ Source: Notepad3.ini; DestDir: {us Source: minipath.ini; DestDir: {userappdata}\Rizonesoft\Notepad3; Flags: onlyifdoesntexist uninsneveruninstall Source: themes\Dark.ini; DestDir: {userappdata}\Rizonesoft\Notepad3\themes; Flags: onlyifdoesntexist uninsneveruninstall Source: themes\Obsidian.ini; DestDir: {userappdata}\Rizonesoft\Notepad3\themes; Flags: onlyifdoesntexist uninsneveruninstall -Source: themes\Sombra.ini; DestDir: {userappdata}\Rizonesoft\Notepad3\themes; Flags: onlyifdoesntexist uninsneveruninstall Source: {#bindir}\Release_x86_v142\lng\mplng.dll; DestDir: {app}\lng; Flags: ignoreversion Source: {#bindir}\Release_x86_v142\lng\np3lng.dll; DestDir: {app}\lng; Flags: ignoreversion Source: {#bindir}\Release_x86_v142\lng\af-ZA\mplng.dll.mui; DestDir: {app}\lng\af-ZA; Flags: ignoreversion @@ -211,6 +209,7 @@ Type: files; Name: {userdesktop}\{#app_name}.lnk; Check: not WizardIsTask Type: files; Name: {commondesktop}\{#app_name}.lnk; Check: not WizardIsTaskSelected('desktopicon\common') and IsUpgrade() Type: files; Name: {userstartmenu}\{#app_name}.lnk; Check: not WizardIsTaskSelected('startup_icon') and IsUpgrade() Type: files; Name: {#quick_launch}\{#app_name}.lnk; Check: not WizardIsTaskSelected('quicklaunchicon') and IsUpgrade(); OnlyBelowVersion: 6.01 +Type: files; Name: {userappdata}\Rizonesoft\Notepad3\themes\Sombra.ini Type: files; Name: {app}\Notepad3.ini Type: files; Name: {app}\Readme.txt Type: files; Name: {app}\minipath.ini diff --git a/Versions/day.txt b/Versions/day.txt index 8b8e485dc..ff18e5227 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -707 +709 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index f21783932..12a93b97e 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index d19bc53ac..9cf00155d 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 707 +#define VERSION_REV 709 #define VERSION_BUILD 1 #define SCINTILLA_VER 510 #define LEXILLA_VER 510