Skip to content

Commit

Permalink
+ upd: Version files and Changes.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hpwamr committed Jun 15, 2020
1 parent 1c2939f commit 6db05f7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ GRE - (GRE)pWinNP3 Search in Files Tool


=====================================================
Current BETA Version 5.20.614.(build_#) (2020-06-14)
Current RC1 Version 5.20.615.(build_#) (2020-06-15)
=====================================================

-----------------------------------------------------
NEW:
-----------------------------------------------------
-
- Current grepWin dev: add feature: export search results (GRE).
- Add a grepWinNP3 toolbar icon.
- Update the grepWinNP3 icon (GRE).
- Add a grepWinNP3 toolbar icon (GRE).
- Configurable Zoom-Tooltip clear delay ([Settings2] ZoomTooltipimeout=3200.
- Add Install/Remove "Open with Notepad3" to Notepad3 Install version.
- Add another Dark Theme "Sombra".
Expand Down
2 changes: 1 addition & 1 deletion Version_RC.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal
set _VERPATCH_=RC2
set _VERPATCH_=RC1
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
Version -VerPatch "%_VERPATCH_%"
endlocal
2 changes: 1 addition & 1 deletion Versions/day.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
614
615
4 changes: 2 additions & 2 deletions res/Notepad3.exe.manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.614.1"
version="5.20.615.1"
type="win32"
/>
<description>Notepad3 BETA</description>
<description>Notepad3 RC1</description>
</assembly>
4 changes: 2 additions & 2 deletions src/VersionEx.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 614
#define VERSION_REV 615
#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 BETA
#define VERSION_PATCH RC1
#define VERSION_COMMIT_ID dkt1-amr

0 comments on commit 6db05f7

Please sign in to comment.