Skip to content

Commit

Permalink
+ upd: Version files and Changes.txt
Browse files Browse the repository at this point in the history
- And change in "Acknowledgments" list
  • Loading branch information
hpwamr committed Sep 29, 2020
1 parent ebf197a commit 8e1f722
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ SUP - (S)et(UP) / Installer Package


========================================================
Current BETA/RC Version 5.20.928.(build_#) (2020-09-28)
Current BETA/RC Version 5.20.929.(build_#) (2020-09-29)
========================================================

--------------------------------------------------------
NEW:
--------------------------------------------------------
[.xxx.x]-
[.929.1]- Minipath.ini: [Settings2] FocusLostOpacity=100 (opycity level on losing focus).
[.923.1]- Hotkey 'F3': use MRU latest item before clipboard content as search pattern if prior search pattern is empty.
[.922.1]- Support Lexer switching while Customize Schemes dialog is open.
[.921.1]- Expand current lexers style tree on customize schemes dialog startup.
Expand All @@ -59,6 +60,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]-
[.929.1]- Migration from CreateLexer() by ID to CreateLexer() by Name (Lexilla IFace5 conform) (GRE).
[.928.1]- grepWinNP3: code clean-up (GRE).
[.928.1]- TinyExpr format floating.point with non zero fractional part.
[.927.1]- TinyExpr floating point format.
Expand All @@ -84,7 +86,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
[.928.2]- Freezing of main wnd caused by mixed usage of Lexer Interfaces.
[.928.2]- Freezing of main window caused by mixed usage of Lexer Interfaces.
[.928.1]- Setting new IFace5 Lexer (should fix line/stream comment toggle issue #2912).
[.927.1]- Lexer file extensions maintained in standard config.
[.927.1]- grepWin language switching (github.com/stefankueng/grepWin/issues/199) (GRE).
Expand Down
1 change: 1 addition & 0 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Acknowledgments:
----------------
alexantr https://github.com/alexantr
AlexIljin https://github.com/AlexIljin
bravo-hero https://github.com/bravo-hero
craigo- https://github.com/craigo-/
Crane70 https://github.com/Crane70
engelhro https://github.com/engelhro
Expand Down
2 changes: 1 addition & 1 deletion Versions/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
1
2 changes: 1 addition & 1 deletion Versions/day.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
928
929
1 change: 1 addition & 0 deletions language/common_res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ IDS_MUI_ABOUT_LIBS "\
IDS_MUI_ABOUT_ACKNOWLEDGES "\
\\cf0 alexantr\\tab https://github.com/alexantr\\par\
\\cf0 AlexIljin\\tab https://github.com/AlexIljin\\par\
\\cf0 bravo-hero\\tab https://github.com/bravo-hero\\par\
\\cf0 craigo-\\tab https://github.com/craigo-/\\par\
\\cf0 Crane70\\tab https://github.com/Crane70\\par\
\\cf0 engelhro\\tab https://github.com/engelhro\\par\
Expand Down
2 changes: 1 addition & 1 deletion res/Notepad3.exe.manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.928.2"
version="5.20.929.1"
type="win32"
/>
<description>Notepad3 beta</description>
Expand Down
4 changes: 2 additions & 2 deletions src/VersionEx.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 928
#define VERSION_BUILD 2
#define VERSION_REV 929
#define VERSION_BUILD 1
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27
Expand Down

0 comments on commit 8e1f722

Please sign in to comment.