mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3129 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
95d5cf86df
@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.220.(build_#) (2021-02-20)
|
||||
Current BETA/RC Version 5.21.222.(build_#) (2021-02-22)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -67,6 +67,8 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[.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).
|
||||
[.219.1]- Menu move Line/Stream Comment items to Edit -> Selection top.
|
||||
[.218.1]- Find/Repl dialog - refactoring and minor fixes.
|
||||
|
||||
@ -1 +1 @@
|
||||
220
|
||||
222
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.220.1"
|
||||
version="5.21.222.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 220
|
||||
#define VERSION_REV 222
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user