mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3843 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
f9b8e69857
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.1130.(build_#) (2021-11-30)
|
||||
Current BETA/RC Version 5.21.1201.(build_#) (2021-12-01)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -54,15 +54,19 @@ CHANGES:
|
||||
--------------------------------------------------------
|
||||
CHANGES Versions in Tools or Libraries:
|
||||
--------------------------------------------------------
|
||||
[1201.1]- Update grepWinNP3 (GRE) version 2.1.9.41 (2021-11-30).
|
||||
[1130.1]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08).
|
||||
[1130.1]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08).
|
||||
[1130.1]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19).
|
||||
[1130.1]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1201.1]- Locale settings dependent Themes Menu (Standard Config).
|
||||
[1201.1]- Add to Favorites: keep base-filename + extension.
|
||||
[1201.1]- Find file extension.
|
||||
[1201.1]- Reading initial style config.
|
||||
[1130.1]- Small LongPath bugfixes.
|
||||
[1130.1]- Notification blocker on loading huge files.
|
||||
[1130.1]- Heap corruption on retrieving text from combo box.
|
||||
|
||||
@ -355,9 +355,9 @@ See Replacing Windows Notepad for detailed explanations.
|
||||
This items are managed by Notepad3.
|
||||
- `Menu->View->Position->Sticky Window Position` (Will remember current window position on restart, instead of last closed position (save on exit))
|
||||
|
||||
#### `LaunchInstanceWndPosOffset=0`
|
||||
#### `LaunchInstanceWndPosOffset=28`
|
||||
|
||||
#### `LaunchInstanceFullVisible=false`
|
||||
#### `LaunchInstanceFullVisible=true`
|
||||
|
||||
#### `UseOldStyleBraceMatching=0`
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
1130
|
||||
1201
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.1130.1"
|
||||
version="5.21.1201.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 1130
|
||||
#define VERSION_REV 1201
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 514
|
||||
#define LEXILLA_VER 513
|
||||
|
||||
Loading…
Reference in New Issue
Block a user