mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #3569 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
fa5c3591da
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.811.(build_#) (2021-08-11)
|
||||
Current BETA/RC Version 5.21.813.(build_#) (2021-08-13)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -83,6 +83,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.811.1]- Scintilla Python generator methods for embeddable Python (SCI).
|
||||
[.811.1]- MUI base language definition moved to solution's preprocessors (C/C++ & RC) defines.
|
||||
[.810.1]- Some refactorings and code cleanup.
|
||||
[.804.1]- Minor changed regarding file changed indicator.
|
||||
@ -156,6 +157,8 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.813.1]- "grepWinNP3" project: post build step - xcopy .lang files to desired build output dir (GRE).
|
||||
[.813.1]- Remove obsolete (by SCI Lib v5.1.1) settings.
|
||||
[.809.2]- Size of visible whitespace style.
|
||||
[.809.2]- Workaround for additional selection typing.
|
||||
[.807.1]- RegEx line begin pattern stuck after zero-length replacement.
|
||||
|
||||
@ -1 +1 @@
|
||||
811
|
||||
813
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.811.1"
|
||||
version="5.21.813.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 811
|
||||
#define VERSION_REV 813
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
|
||||
Loading…
Reference in New Issue
Block a user