mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
275f9a640b
commit
5172a1101c
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.207.(build_#) (2021-02-07)
|
||||
Current BETA/RC Version 5.21.211.(build_#) (2021-02-11)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -69,6 +69,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[.211.1]- Statusbar Selection-Info: switch to byte (instead of character) counting for huge files.
|
||||
[.205.1]- Revert minor insert date/time format changes.
|
||||
[.205.1]- Use user locale for date/time insert format: insert date before time & tab separated.
|
||||
[.124.1]- Tinyexpr evaluation of math constants "e" and "pi" not being separated from prepending text.
|
||||
@ -111,6 +112,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[.211.1]- Burndown some VS Analyze Mode Infos/Warnings.
|
||||
[.205.1]- Wildcard search: unintentional wrap around.
|
||||
[.125.1]- AHKL lexer: visual brace matching mix-ups.
|
||||
[.124.1]- InfoBox message icon DPI scaling.
|
||||
|
||||
@ -1 +1 @@
|
||||
210
|
||||
211
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.210.1"
|
||||
version="5.21.211.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 210
|
||||
#define VERSION_REV 211
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user