Merge pull request #3884 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-12-28 16:32:12 +01:00 committed by GitHub
commit c8f6eca164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 9 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.1226.(build_#) (2021-12-26)
Current BETA/RC Version 5.21.1228.(build_#) (2021-12-28)
========================================================
--------------------------------------------------------
@ -48,7 +48,9 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[1211.6]- In Windows 11, running "notepad" from "Run" (Win+R) launches "Notepad3".
[1228.1]- AboutBox's RichEdit Ctrl: enable more options for EM_AUTOURLDETECT.
[1228.1]- Hyperlink RegEx Scanner: don't allow XML tagging brackets as part of Hyperlink text.
[1226.1]- In Windows 11, running "Notepad" from "Run" (Win+R) launches "Notepad3".
[1211.1]- Removing unnecessary "ToShortPath" operations.
[1211.1]- Small performance enhancement for large rectangle selection undo/redo del/ins.
[1211.1]- PathGetDisplayName(): strip path(dir) option, to enable to show full path in dialogs.
@ -70,6 +72,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[1228.1]- Allow hyperlinks end in dashes.
[1222.1]- Support User-Doc on Recent Files Jump List.
[1222.1]- Trim line endings on Save except AutoSave.
[1222.1]- Find user docs special folder var.

View File

@ -98,7 +98,7 @@ alex-ilin https://github.com/alex-ilin
alexantr https://github.com/alexantr
ashish12phnx https://github.com/ashish12phnx
bravo-hero https://github.com/bravo-hero
craigo- https://github.com/craigo-/
craigo- https://github.com/craigo-
Crane70 https://github.com/Crane70
danfong https://github.com/danfong
engelhro https://github.com/engelhro

View File

@ -1 +1 @@
1226
1228

View File

@ -110,8 +110,8 @@ IDS_MUI_ABOUT_LIBS "\
"
//
// Note for "craigo-", from the list of "Acknowledgments:", to access its right
// site, a slash "/" must be added after its name (like this: "craigo-/") !
// Note for "craigo-", in the "Acknowledgments:" list, to access the right site,
// a slash "/" must be added after its name (like this: "craigo-/") !
//
IDS_MUI_ABOUT_ACKNOWLEDGES "\

View File

@ -44,7 +44,7 @@ VIAddVersionKey FileDescription "Based on code from Notepad2, Florian Balmer© 1
VIAddVersionKey FileVersion "${VER}"
VIAddVersionKey ProductVersion "${VER}"
VIAddVersionKey InternalName "${PORTABLEAPPNAME}"
VIAddVersionKey LegalTrademarks "Rizonesoft© 2008-2021"
VIAddVersionKey LegalTrademarks "Rizonesoft © 2008-2021"
VIAddVersionKey OriginalFilename "${DEFAULTEXE}"
;VIAddVersionKey PrivateBuild ""
;VIAddVersionKey SpecialBuild ""

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.1226.1"
version="5.21.1228.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 1226
#define VERSION_REV 1228
#define VERSION_BUILD 1
#define SCINTILLA_VER 515
#define LEXILLA_VER 514