mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #4129 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
486763a55f
@ -34,13 +34,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.502.(build_#) (2022-05-02)
|
||||
Current BETA/RC Version 5.22.828.(build_#) (2022-08-28)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.828.1]- Add "char8_t" keyword for C++20.
|
||||
[.220.1]- Msg box for editing read-only.
|
||||
[.217.1]- F/R-dialog menu item to switch replace by clipboard tag (^c).
|
||||
[.215.1]- Set keyword-lists for CSS Lexer according to SiTE's css.properties.
|
||||
@ -91,6 +92,8 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.828.1]- Unicode Detection in case of pure ASCCI containing null bytes.
|
||||
[.828.1]- ASCII only issue of not reliable IsTextUnicode().
|
||||
[.502.1]- Using "Cascadia Mono" over "Cascadia Code" if applicable (regarding to "Text File" Scheme change).
|
||||
[.502.1]- "Text File" Scheme: using Common (2nd) Base Font.
|
||||
[.430.1]- Using by error "Segoe UI" as default for pure "Text File" scheme.
|
||||
|
||||
@ -1 +1 @@
|
||||
502
|
||||
828
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.502.1"
|
||||
version="5.22.828.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 502
|
||||
#define VERSION_REV 828
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
|
||||
Loading…
Reference in New Issue
Block a user