Preparing Build 565

This commit is contained in:
Derick Payne 2017-10-08 19:02:28 +02:00
parent a818bd97b1
commit da6022e636
6 changed files with 25 additions and 4 deletions

View File

@ -1 +1 @@
549
566

View File

@ -2,6 +2,27 @@
Rizonesoft Notepad3 CHANGES
==================================================
--------------------------------------------------
Version 2 Build 565 (8 October 2017)
--------------------------------------------------
~ 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)
--------------------------------------------------

Binary file not shown.

Binary file not shown.

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="2.17.1003.548"
version="2.17.1008.565"
type="win32"
/>
<description>Notepad3</description>

View File

@ -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 565
#define SCINTILLA_VER 400