mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3884 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
c8f6eca164
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
1226
|
||||
1228
|
||||
|
||||
@ -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 "\
|
||||
|
||||
@ -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 ""
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user