+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-02-22 21:26:24 +01:00
parent 5be693d363
commit 3d50360b2f
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 6 additions and 43 deletions

View File

@ -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.

View File

@ -1 +1 @@
1
2

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.222.1"
version="5.21.222.2"
type="win32"
/>
<description>Notepad3 rc</description>

View File

@ -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