mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge remote-tracking branch 'Notepad3_upstream_Rizone/master'
This commit is contained in:
commit
21754a8637
@ -1 +1 @@
|
||||
605
|
||||
610
|
||||
|
||||
@ -2,6 +2,17 @@
|
||||
Rizonesoft Notepad3 CHANGES
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2.17.1016.610 (16 October 2017)
|
||||
--------------------------------------------------
|
||||
~ File History Dlg: rename button "Remove" -> "Discard"
|
||||
(discard selected item from file history list).
|
||||
~ Added remove button for list items.
|
||||
~ Checkbox for "preserve caret position" settings.
|
||||
~ Removed unnecessary build artifacts from np3portable.
|
||||
~ Minor bugfixes for session feature
|
||||
(file history: remember caret pos and encoding).
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 605 (15 October 2017)
|
||||
--------------------------------------------------
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="2.17.1015.605"
|
||||
version="2.17.1016.610"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 17
|
||||
#define VERSION_REV 1015
|
||||
#define VERSION_BUILD 605
|
||||
#define VERSION_REV 1016
|
||||
#define VERSION_BUILD 610
|
||||
#define SCINTILLA_VER 400
|
||||
|
||||
Loading…
Reference in New Issue
Block a user