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
5be693d363
commit
3d50360b2f
@ -35,46 +35,6 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
Current BETA/RC Version 5.21.222.(build_#) (2021-02-22)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
REMOVED:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
TRANSLATIONS (MUI):
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- Chinese Traditional (zh-TW) (motivated translator wanted...).
|
||||
[.###.#]- Indonesian (id-ID) (motivated translator wanted...).
|
||||
[.###.#]- Portuguese Brazilian (pt-BR) (motivated translator wanted...).
|
||||
[.###.#]- Spanish Mexican (es-MX) (motivated translator wanted...).
|
||||
[.###.#]- Turkish (tr-TR) (motivated translator wanted...).
|
||||
[.###.#]- Vietnamese (vi-VN) (motivated translator wanted...).
|
||||
|
||||
|
||||
========================================================
|
||||
Version 5.21.22x.x (2x February 2021)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
@ -153,6 +113,9 @@ CHANGES:
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.222.2]- Multi-Line movement: proceed to document end correctly.
|
||||
[.222.2]- Toggle comment on empty selection at insertion point: keep position of selection end.
|
||||
[.222.2]- MiniPath: Enable Mouse XButton usage ("browse back and forth").
|
||||
[.220.1]- Toggle Comment: proper selection handling.
|
||||
[.219.1]- Do not move selection on search pattern change if in Replace-Dlg.
|
||||
[.219.1]- FJSON Lexer has comments enabled now.
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.222.1"
|
||||
version="5.21.222.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 222
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#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