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
ca6d57495a
commit
ba7d334ea4
@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.222.(build_#) (2021-02-22)
|
||||
Current BETA/RC Version 5.21.223.(build_#) (2021-02-23)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -65,6 +65,8 @@ NEW:
|
||||
--------------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.223.1]- MiniPath: switch xbutton logic for browsing direction.
|
||||
[.223.1]- Code styling reformat MiniPath sources (AStyle: OTBS).
|
||||
[.222.1]- Minor refactorings.
|
||||
[.222.1]- Toggle Line-Comments: handling of selection start movement.
|
||||
[.219.1]- Simple Line Comment Toggle handles each line separately (Line Edit after toggle will still set mode of 1st line = former behavior).
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
222
|
||||
223
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.222.2"
|
||||
version="5.21.223.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 222
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 223
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user