mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2986 from hpwamr/mui
Upd: Version files and Changes.txt
This commit is contained in:
commit
0d6714aeaa
@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.1118.(build_#) (2020-11-18)
|
||||
Current BETA/RC Version 5.20.1125.(build_#) (2020-11-25)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -63,6 +63,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[1125.1]- Format: AStyle ALLMAN core code base.
|
||||
[1118.1]- Sci_PositionCR type reverted to long for Win32 compatibility reasons.
|
||||
[1001.1]- Rebase DarkMode module on delay load version branch of win32-darkmode project.
|
||||
[.930.1]- Update the KeyWordList of lexers "C# Source Code" and "SQL Query".
|
||||
@ -93,6 +94,9 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[1125.1]- Code styling reformat (AStyle: OTBS).
|
||||
[1125.1]- File encoding analysis with 7-bit ASCII only.
|
||||
[1125.1]- File save problem after switching encoding to GB2312 (52936).
|
||||
[1116.1]- Initial path on OpenFile dialog (load file).
|
||||
[1116.1]- Compiler complaints (new VS2019 version v16.8.1).
|
||||
[1024.2]- Allow single character filename on command line.
|
||||
|
||||
@ -12,9 +12,9 @@ PowerShell.exe -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Unrestricted
|
||||
set EXITCODE=%ERRORLEVEL%
|
||||
::ECHO ERRORLEVEL=%EXITCODE%
|
||||
|
||||
:: Pause for 2 seconds to verify the "Notepad3 version number:" before exiting
|
||||
:: Pause for 4 seconds to verify the "Notepad3 version number:" before exiting
|
||||
:: ============================================================================
|
||||
ping -n 3 127.0.0.1>nul
|
||||
ping -n 5 127.0.0.1>nul
|
||||
|
||||
goto :END
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
:: Batch file for ALPHA and XPERIMENTAL version
|
||||
@echo off
|
||||
setlocal
|
||||
set _VERPATCH_=alpha
|
||||
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
echo."_%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
Version -VerPatch "%_VERPATCH_%"
|
||||
endlocal
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
:: Batch file for BETA version
|
||||
@echo off
|
||||
setlocal
|
||||
set _VERPATCH_=beta
|
||||
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
echo."_%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
Version -VerPatch "%_VERPATCH_%"
|
||||
endlocal
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
:: Batch file for RELEASE CANDIDATE version
|
||||
@echo off
|
||||
setlocal
|
||||
set _VERPATCH_=rc
|
||||
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
echo."_%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
Version -VerPatch "%_VERPATCH_%"
|
||||
endlocal
|
||||
|
||||
7
Version_rel.cmd
Normal file
7
Version_rel.cmd
Normal file
@ -0,0 +1,7 @@
|
||||
:: Batch file for RELEASE version (without the separator "_" before ".paf" in Notepad3Portable)
|
||||
@echo off
|
||||
setlocal
|
||||
set _VERPATCH_=
|
||||
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
Version -VerPatch "%_VERPATCH_%"
|
||||
endlocal
|
||||
@ -1 +1 @@
|
||||
1118
|
||||
1125
|
||||
|
||||
@ -24,7 +24,7 @@ CommercialUse=true
|
||||
|
||||
[Version]
|
||||
PackageVersion=xxxVERSIONxxx
|
||||
DisplayVersion=xxxVERSIONxxx_xxxDEVNAMExxx
|
||||
DisplayVersion=xxxVERSIONxxxxxxDEVNAMExxx
|
||||
|
||||
[SpecialPaths]
|
||||
Plugins=NONE
|
||||
|
||||
@ -216,7 +216,7 @@ del /f /q "%NP3_PORTAPP_INFO%_tmp.ini"
|
||||
:: call %SCRIPT_DIR%Signing_for_NP3P_2nd_EXE.cmd
|
||||
|
||||
:: Creation of a "7-Zip" file by appending the extension ".7z"
|
||||
set Notepad3Portable.paf.exe=%SCRIPT_DIR%Notepad3Portable_%VERSION%_%DEVNAME%.paf.exe
|
||||
set Notepad3Portable.paf.exe=%SCRIPT_DIR%Notepad3Portable_%VERSION%%DEVNAME%.paf.exe
|
||||
if exist %Notepad3Portable.paf.exe% (
|
||||
copy /B %Notepad3Portable.paf.exe% %Notepad3Portable.paf.exe%.7z /Y /V
|
||||
) else (
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.1118.1"
|
||||
version="5.20.1125.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 1118
|
||||
#define VERSION_REV 1125
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 445
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user