mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3547 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
25fc992826
@ -33,13 +33,15 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.804.(build_#) (2021-08-04)
|
||||
Current BETA/RC Version 5.21.805.(build_#) (2021-08-05)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.805.1]- File change notification, if removed current file is recreated.
|
||||
[.805.1]- Allow definition of line number for file:/// URL (separator is ':' ).
|
||||
[.804.2]- File change notification Dlg: add "Indicator (silent) option.
|
||||
[.804.2]- Configurable File Change/Deleted indicators.
|
||||
[.804.1]- File on disk changed notification in title bar.
|
||||
@ -149,6 +151,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.805.1]- File URL tooltip.
|
||||
[.804.1]- Incomplete default Dark Mode Scheme.
|
||||
[.804.1]- Config version dependent "FileWatchingMode" settings value.
|
||||
[.804.1]- File change notification in Title Bar.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
804
|
||||
805
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
== This ".txt" file is intended for "Translators" to communicate to them the "Line numbers" of the ==
|
||||
== "Added or Modified" items in the "Resource" files ("filename_xx_yy.rc" and "grepWinNP3.lang"). ==
|
||||
== ==
|
||||
== Last update: "August 2021" on 2021-08-04 ==
|
||||
== Last update: 2021-08-04 ==
|
||||
========================================================================================================
|
||||
|
||||
January 2022: Line numbers to translate_2022-01 - (2022-01-xx)
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.804.2"
|
||||
version="5.21.805.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 804
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 805
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
#define ONIGURUMA_REGEX_VER 7.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user