mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #1965 from hpwamr/mui
+ Add version files for RC1 version (Build_3195)
This commit is contained in:
commit
0e5c96fcec
@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.208.(build_#) (2020-02-08)
|
||||
Current RC1 Version 5.20.2010.(build_#) (2020-02-10)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -50,6 +50,7 @@ NEW:
|
||||
-----------------------------------------------------
|
||||
CHANGES:
|
||||
-----------------------------------------------------
|
||||
- Remove AppVeyors build number, add build-of-the-day number, add short version of commit/local build ID.
|
||||
- Accelerator key remapping: move line up/down vs. jump folds.
|
||||
- Separate auto esc'd control chars from "transform backslashes" switch in find/replace dialog.
|
||||
- Increase encoding detection confidence threshold to 92%.
|
||||
@ -109,6 +110,7 @@ ENHANCEMENT:
|
||||
-----------------------------------------------------
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
- Line Comment (Toggle) for NIM Lexer.
|
||||
- Slow indentation (TAB/BACKTAB).
|
||||
- AutoCompletion box.
|
||||
- Find/Replace Dialog behavior.
|
||||
|
||||
@ -1 +1 @@
|
||||
3194
|
||||
3195
|
||||
|
||||
@ -1 +1 @@
|
||||
BETA
|
||||
"RC1"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.210.1"
|
||||
version="5.20.210.3195"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
<description>Notepad3 RC1</description>
|
||||
</assembly>
|
||||
|
||||
@ -9,11 +9,11 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 210
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 3195
|
||||
#define SCINTILLA_VER 430
|
||||
#define ONIGURUMA_REGEX_VER 6.9.4
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.1.0
|
||||
#define VERSION_PATCH BETA
|
||||
#define VERSION_COMMIT_ID local
|
||||
#define VERSION_PATCH RC1
|
||||
#define VERSION_COMMIT_ID DKT1-AMR
|
||||
|
||||
Loading…
Reference in New Issue
Block a user