diff --git a/.gitignore b/.gitignore index 13c161a2b..15e0688a0 100644 --- a/.gitignore +++ b/.gitignore @@ -29,9 +29,7 @@ Thumbs.db /Build/.vs /Build/Packages /Build/temp_zip* -/distrib/Notepad3.*.exe -distrib/Notepad3-0.2.1.213.exe -distrib/Notepad3-0.2.2.225.exe +/distrib/Notepad3*.exe Build/Bin/Password.txt Build/Bin/Certum.cer Build/Bin/Certum.p12 @@ -42,4 +40,4 @@ Build/Signing/kSign.exe Build/Signing/kSignCMD.exe Build/Signing/Password.txt Notepad3.VC.db -Notepad3.VC.VC.opendb \ No newline at end of file +Notepad3.VC.VC.opendb diff --git a/Versions/build.txt b/Versions/build.txt index c13c4e8a7..696290484 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -549 +569 diff --git a/distrib/Changes.txt b/distrib/Changes.txt index 1f89c38ad..a6c37bc9f 100644 --- a/distrib/Changes.txt +++ b/distrib/Changes.txt @@ -2,6 +2,29 @@ Rizonesoft Notepad3 CHANGES ================================================== +-------------------------------------------------- +Version 2 Build 568 (8 October 2017) +-------------------------------------------------- +~ Prettier Browse Icon. +~ Fix: Reverting "reload as UTF-8 not work bugfix". +~ Fix: Texture glitch on "Browse" button. +~ Updated the Run Dialog icon. +~ Fix: Binary directory to build portable app. +~ Code comment for completeness. +~ Fix: In-text encoding (convert encoding). +~ Fix: minor StatusBar string corrections. +~ StatusBar information enhancements. +~ Fix: Support pasting position at virtual space. +~ Fix: Move caret to convenient position after pasting clipboard + (no current selection). +~ Fix: Virtual space navigation and rectangular selection (minor issues) + (allow "Virtual Space Rectangular Selection" + also allows moving Caret into virtual space (beyond line end)) +~ Fix: Copy/Cut & Paste of current line (in case of no selection - + Visual Studio behavior - using SCI's MSDEVLineSelect). +~ Enhanced clipboard recoding detection. +~ Fix: Bug in code-page related text conversion. + -------------------------------------------------- Version 2 Build 548 (3 October 2017) -------------------------------------------------- diff --git a/distrib/Notepad3_2.17.1003.548.exe b/distrib/Notepad3_2.17.1003.548.exe deleted file mode 100644 index 90ece748a..000000000 Binary files a/distrib/Notepad3_2.17.1003.548.exe and /dev/null differ diff --git a/distrib/Notepad3_x_2.17.1003.548.exe b/distrib/Notepad3_x_2.17.1003.548.exe deleted file mode 100644 index 94c66988b..000000000 Binary files a/distrib/Notepad3_x_2.17.1003.548.exe and /dev/null differ diff --git a/minipath/res/Open.bmp b/minipath/res/Open.bmp index 5c57efa1d..31d26cb72 100644 Binary files a/minipath/res/Open.bmp and b/minipath/res/Open.bmp differ diff --git a/minipath/res/Open2.bmp b/minipath/res/Open2.bmp new file mode 100644 index 000000000..5c57efa1d Binary files /dev/null and b/minipath/res/Open2.bmp differ diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index be2e89dc8..2824a3e7b 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 diff --git a/res/Open.bmp b/res/Open.bmp index 5c57efa1d..31d26cb72 100644 Binary files a/res/Open.bmp and b/res/Open.bmp differ diff --git a/res/Open2.bmp b/res/Open2.bmp new file mode 100644 index 000000000..5c57efa1d Binary files /dev/null and b/res/Open2.bmp differ diff --git a/src/VersionEx.h b/src/VersionEx.h index 73e378b40..b293aaf65 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -1,5 +1,5 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 17 -#define VERSION_REV 1003 -#define VERSION_BUILD 548 +#define VERSION_REV 1008 +#define VERSION_BUILD 568 #define SCINTILLA_VER 400