Merge pull request #4494 from hpwamr/Mui_Beta

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2023-01-20 20:52:13 +01:00 committed by GitHub
commit 3c2ba19a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 11 deletions

View File

@ -34,26 +34,26 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 6.23.118.(build_#) (2023-01-18)
Current BETA/RC Version 6.23.120.(build_#) (2023-01-20)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[.###.#]- .
[.120.1]- Paragraph navigation (Alt+PageUp, Alt+PageDown).
--------------------------------------------------------
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.###.#]- .
[.120.1]- Allow coloralpharef read from scheme properties.
--------------------------------------------------------
FIXES:
--------------------------------------------------------
[.###.#]- .
[.###.#]- .
[.120.1]- Get git commit id for local build (ID= in Help Dlg).
--------------------------------------------------------
REMOVED:

View File

@ -8,7 +8,7 @@
================================================================================
*** Keyboard Shortcuts for Notepad3 *** date: 2021-08-30
*** Keyboard Shortcuts for Notepad3 *** date: 2023-01-20
---------------------------------------------------------------------
@ -244,6 +244,8 @@
Ctrl+Alt+V Focused View.
Ctrl+PgUp/PgDn Goto Previous/Next.
Ctrl+Shift+PgUp/PgDn Select to Previous/Next.
Alt+PageUp Paragraph navigation Up.
Alt+PageDown Paragraph navigation Down.
Zoom
----
@ -317,6 +319,7 @@
Ctrl+D Change to another directory.
Ctrl+E Toggle "Activate target window" option.
Ctrl+F Launch target application without any file.
Ctrl+G Goto...
Ctrl+H Save settings.
Ctrl+K Create link.
Ctrl+L Launch selected file.

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
118
120

View File

@ -387,3 +387,4 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -3,7 +3,7 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity
name="Rizonesoft.Notepad3"
version="6.23.118.2"
version="6.23.120.1"
processorArchitecture="*"
type="win32"
/>

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 6
#define VERSION_MINOR 23
#define VERSION_REV 118
#define VERSION_BUILD 2
#define VERSION_REV 120
#define VERSION_BUILD 1
#define SCINTILLA_VER 532
#define LEXILLA_VER 521
#define ONIGURUMA_REGEX_VER 6.9.9
@ -17,4 +17,4 @@
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.3.0
#define VERSION_PATCH beta
#define VERSION_COMMIT_ID dkt1-amr
#define VERSION_COMMIT_ID f1c80cea