mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Release related changes (774)
This commit is contained in:
parent
3ba71f63ee
commit
689c585665
@ -50,6 +50,7 @@ Version 3.17.1223.773 (23 December 2017)
|
||||
- Fix: setting/changing encryption pass-phrase did not trigger "file modified" flag.
|
||||
- Fix: Problem with 1st vs. 2nd Default Text Scheme selection.
|
||||
- Fix: Inconsistency 1st vs. 2nd Default Text Font selection.
|
||||
- Fix: Use Standard Lexer on new (empty) files.
|
||||
- General bug fixes and code cleanup.
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
@ -1 +1 @@
|
||||
773
|
||||
774
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="3.17.1223.773"
|
||||
version="3.17.1223.774"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -6,6 +6,6 @@
|
||||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 17
|
||||
#define VERSION_REV 1223
|
||||
#define VERSION_BUILD 773
|
||||
#define VERSION_BUILD 774
|
||||
#define SCINTILLA_VER 402
|
||||
#define ONIGMO_REGEX_VER 6.1.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user