mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
MUI - Replacing the "RCdll.dll" file to avoid garbage chars in foreign languages.
This commit is contained in:
parent
ce1ce3febc
commit
e0743ab8b6
@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.303.(build_#) (2021-03-03)
|
||||
Current BETA/RC Version 5.21.309.(build_#) (2021-03-09)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -61,6 +61,8 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.309.1]- Replacing the "RCdll.dll" file to avoid garbage chars in foreign languages (MUI).
|
||||
[.309.1]- In ".zip" version, some filenames in "gwLng" folder are incorrectly displayed (MUI).
|
||||
[.303.1]- Language "Spanish Latin America" identifier correction (es-LA -> es-419) (MUI).
|
||||
[.302.1]- Hyperlink RegEx pattern fixed to use valid Unicode.
|
||||
[.302.1]- Handle quotes for URL <-> file-system path conversion.
|
||||
|
||||
@ -1 +1 @@
|
||||
303
|
||||
309
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.303.1"
|
||||
version="5.21.309.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 303
|
||||
#define VERSION_REV 309
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user