mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
4cfaaca97e
commit
30bd673ef3
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.924.(build_#) (2021-09-24)
|
||||
Current BETA/RC Version 5.21.925.(build_#) (2021-09-25)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -65,6 +65,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.925.1]- Correction of some wrong keyboard shortcut (Alt+ Up, Alt+ Down).
|
||||
[.924.1]- Translucency (alpha) settings for white-space indicator.
|
||||
[.915.1]- Dark mode aware auto-completion-list-box.
|
||||
[.915.1]- Goto-Dialog: digit grouping of line/column numbers.
|
||||
|
||||
@ -1 +1 @@
|
||||
924
|
||||
925
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.924.1"
|
||||
version="5.21.925.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 924
|
||||
#define VERSION_REV 925
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
|
||||
Loading…
Reference in New Issue
Block a user