mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: Version 5.20.722.1 (22 July 2020) and Changes.txt
This commit is contained in:
parent
8a07e15c4d
commit
a02ca45b72
@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
=====================================================
|
||||
Current RC2 Version 5.20.721.(build_#) (2020-07-21)
|
||||
Version 5.20.722.1 (22 July 2020)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -98,6 +98,7 @@ ENHANCEMENT:
|
||||
-----------------------------------------------------
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
- Alt+W (strip trailing blanks) should work w/o selection.
|
||||
- TimeStamp handling.
|
||||
- Menu selection operation (disable w/o selection).
|
||||
- Move view to matching brace (even if outside current work area).
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set _VERPATCH_=RC2
|
||||
set _VERPATCH_=RC1
|
||||
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
Version -VerPatch "%_VERPATCH_%"
|
||||
endlocal
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
721
|
||||
722
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.721.2"
|
||||
version="5.20.722.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 RC2</description>
|
||||
<description>Notepad3 </description>
|
||||
</assembly>
|
||||
|
||||
@ -8,12 +8,12 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 721
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 722
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 443
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.1.0
|
||||
#define VERSION_PATCH RC2
|
||||
#define VERSION_PATCH
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user