mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3153 from hpwamr/mui
+ Upd: Initial Beta version files and Changes.txt
This commit is contained in:
commit
37ca9588e8
@ -31,6 +31,50 @@ SUP - (S)et(UP) / Installer Package
|
||||
UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.227.(build_#) (2021-02-27)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- Converter: File-System Path to URL and vice versa.
|
||||
|
||||
--------------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- EOL-Mode: status-bar double-click : inverted cyclic change rotation CRLF -> LF -> CR.
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
REMOVED:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
TRANSLATIONS (MUI):
|
||||
--------------------------------------------------------
|
||||
For our Notepad3 translation projects, we are looking for motivated volunteers, with a
|
||||
priority to resume "aborted" translations for these languages:
|
||||
Please, send me a PM (hpwamr51 @ gmail.com) if you are willing to help.
|
||||
[.###.#]- .
|
||||
[.226.1]- Chinese Traditional (zh-TW) (incomplete...).
|
||||
[.226.1]- Greek (el-GR) (incomplete...).
|
||||
[.226.1]- Indonesian (id-ID) (incomplete...).
|
||||
[.226.1]- Portuguese Brazilian (pt-BR) (incomplete...).
|
||||
[.226.1]- Spanish Latin America (es-LA) (incomplete...).
|
||||
[.226.1]- Turkish (tr-TR) (incomplete...).
|
||||
[.226.1]- Vietnamese (vi-VN) (incomplete...).
|
||||
|
||||
|
||||
========================================================
|
||||
Version 5.21.227.1 (27 February 2021)
|
||||
========================================================
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.227.1"
|
||||
version="5.21.227.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 </description>
|
||||
<description>Notepad3 beta</description>
|
||||
</assembly>
|
||||
|
||||
@ -9,11 +9,11 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 227
|
||||
#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
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.1.0
|
||||
#define VERSION_PATCH
|
||||
#define VERSION_PATCH beta
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user