diff --git a/Build/Changes.txt b/Build/Changes.txt index 05e4793b9..5caa71141 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ==================================================== -Current BETA Version 5.19.1113.#(build) (2019-11-13) +Current BETA Version 5.19.1118.(#build) (2019-11-18) ==================================================== ---------------------------------------------------- @@ -48,6 +48,7 @@ NEW: CHANGES: ---------------------------------------------------- - ESC Key clears active selection (before exiting Notepad3). +- Refactoring source code (encoding detection). - Reduce big file size limit to 2GB (INT_MAX). - Conversion all *.RC files to encoding UTF-8 (no BOM/Signature). - New Notepad3 Icon (Notepad3 icon by Vexels.com designed by smanashova@gmail.com). diff --git a/Notepad3.sln b/Notepad3.sln index deac2113d..d3bd400e8 100644 --- a/Notepad3.sln +++ b/Notepad3.sln @@ -214,8 +214,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_pl_pl", "minipath\langua EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_tr_tr", "language\np3_tr_tr\np3_tr_tr.vcxproj", "{15428F5A-16F1-4DA5-9F12-0411183E3DC0}" + ProjectSection(ProjectDependencies) = postProject + {9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_tr_tr", "minipath\language\mp_tr_tr\mp_tr_tr.vcxproj", "{6503214A-CE25-45B5-84BB-61EEFB35D1A9}" + ProjectSection(ProjectDependencies) = postProject + {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scintilla", "scintilla\Scintilla.vcxproj", "{5877B917-512B-49F5-B514-1B4159E7A9CA}" EndProject diff --git a/Versions/build.txt b/Versions/build.txt index 5e84f3450..8ddd60d33 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2676 +2677 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index f7ae43adb..57dd5bdb9 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 56e81579d..b0b0b9492 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 19 -#define VERSION_REV 1116 -#define VERSION_BUILD 2676 +#define VERSION_REV 1118 +#define VERSION_BUILD 2677 #define SCINTILLA_VER 421 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27