mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_LongPath
# Conflicts: # Build/Changes.txt # Versions/day.txt # res/Notepad3.exe.manifest.conf # src/VersionEx.h
This commit is contained in:
commit
8e52bcbdc3
@ -33,22 +33,19 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current ALPHA Version 5.21.11xx.(build_#) (2021-11-xx)
|
||||
Current BETA/RC Version 5.21.1109.(build_#) (2021-11-09)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[11xx.x]- Add a Fortran Lexer.
|
||||
[11xx.x]- LongPath Support enhancements.
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[11xx.x]- Lexer Fortran: add extended intrinsic functions.
|
||||
[11xx.x]- Some more DynStrg refactorings and LongPath handling.
|
||||
[1021.1]- On file restore, do not notify immediately, but check against stored file attributes.
|
||||
[1015.1]- Remove the max win version check for undocumented DarkMode UxTheme methods.
|
||||
[1015.1]- DarkMode enable up to Win11 build 22471.
|
||||
@ -63,17 +60,15 @@ CHANGES:
|
||||
--------------------------------------------------------
|
||||
CHANGES Versions in Tools or Libraries:
|
||||
--------------------------------------------------------
|
||||
[11xx.x]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08).
|
||||
[11xx.x]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08).
|
||||
[11xx.x]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19).
|
||||
[11xx.x]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
|
||||
[.802.1]- Update Lexilla Library (LEX) version 5.1.2 (2021-07-26).
|
||||
[.726.1]- Update Scintilla Library (SCI) version 5.1.1 (2021-07-26).
|
||||
[.726.1]- Update grepWinNP3 (GRE) version 2.1.8.39 (2021-07-26).
|
||||
[.702.5]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-06-23).
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[11xx.x]- Path_ToShortPathName() for grepWinNP3 startup.
|
||||
[11xx.x]- Path_StripPath().
|
||||
[1030.1]- Wrong format for reporting number of replaced occurrences "In Selection".
|
||||
[1030.1]- "grepWinNP3" not intended switching file size search settings (GRE).
|
||||
[1023.1]- Key "Favorites=(path)" not added in "Setup" version.
|
||||
|
||||
@ -1 +1 @@
|
||||
1021
|
||||
1109
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.1021.3"
|
||||
version="5.21.1109.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 alpha</description>
|
||||
<description>Notepad3 rc</description>
|
||||
</assembly>
|
||||
|
||||
@ -8,13 +8,13 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 1021
|
||||
#define VERSION_BUILD 3
|
||||
#define SCINTILLA_VER 513
|
||||
#define LEXILLA_VER 512
|
||||
#define VERSION_REV 1109
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
#define ONIGURUMA_REGEX_VER 7.0.0
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.3.0
|
||||
#define VERSION_PATCH alpha
|
||||
#define UTHASH_VER 2.1.0
|
||||
#define VERSION_PATCH rc
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user