mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #4474 from hpwamr/Mui_Beta
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
6a734650c7
@ -34,13 +34,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.23.106.(build_#) (2023-01-06)
|
||||
Current BETA/RC Version 5.23.109.(build_#) (2023-01-09)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.109.1]- Allow "dotbox" instead of "horiz. line" for folded text.
|
||||
[.102.1]- Allow Line Number color to be alpha blended (e.g. DarkMode).
|
||||
[1223.1]- Allow "Notepad3 x64 Setup" to install on Win11 Arm (64-bit emulation).
|
||||
[1212.1]- Implementation of automatic parenthesis closure.
|
||||
@ -121,6 +122,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.109.1]- Trigger mark-all-occ after transform backslash (EscCtrlChr) in F/R-Box is used.
|
||||
[.106.1]- Not intended replacement of "~" used in short windows path names.
|
||||
[.105.1]- Some WSL2 (Linux) path issues.
|
||||
[.104.1]- Handling of editing own settings (in this case: disable file watching).
|
||||
@ -236,7 +238,6 @@ to resume "(incomplete...)" translation projects:
|
||||
- Greek (el-GR) (incomplete...)
|
||||
- Hindi (hi-IN) (incomplete...)
|
||||
- Indonesian (id-ID) (incomplete...)
|
||||
- Polish (pl-PL) (incomplete...)
|
||||
- Portuguese (pt-PT) (incomplete...)
|
||||
- Spanish Mexican (es-MX) (incomplete...)
|
||||
- Vietnamese (vi-VN) (incomplete...)
|
||||
|
||||
@ -1 +1 @@
|
||||
106
|
||||
109
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
version="5.23.106.1"
|
||||
version="5.23.109.1"
|
||||
processorArchitecture="*"
|
||||
type="win32"
|
||||
/>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 23
|
||||
#define VERSION_REV 106
|
||||
#define VERSION_REV 109
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 532
|
||||
#define LEXILLA_VER 521
|
||||
|
||||
Loading…
Reference in New Issue
Block a user