mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
43b3889f46
commit
141d65d95e
@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.323.(build_#) (2021-03-23)
|
||||
Current BETA/RC Version 5.21.324.(build_#) (2021-03-24)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.324.1]- Exclusive Lock (write) Mode shown in windows title.
|
||||
[.323.1]- Menu item for excusive File Locking (write, shared read).
|
||||
[.323.1]- Decorator styling for Python files.
|
||||
[.321.1]- Experimental DarkMode support for Win10 Insider 21Hx Dev-Preview.
|
||||
@ -73,6 +74,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.324.1]- Read-Only-Attribute cooperating with Exclusive-Write-Lock.
|
||||
[.323.1]- Lexer "Python": fixing Format-Strings (f-strings).
|
||||
[.321.1]- Regression with vertical slope definition.
|
||||
[.321.1]- Some regressions around external file change notification.
|
||||
|
||||
@ -1 +1 @@
|
||||
323
|
||||
324
|
||||
|
||||
@ -66,7 +66,6 @@ BEGIN
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "읽기 전용 File Attribute(&R)", IDM_FILE_READONLY
|
||||
MENUITEM "독점 잠금 (읽기 공유)(&L)", IDM_FILE_LOCK_SHARE_READ
|
||||
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "암호화 암호 문구 설정(&Y)...", IDM_SETPASS
|
||||
MENUITEM SEPARATOR
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.323.1"
|
||||
version="5.21.324.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 323
|
||||
#define VERSION_REV 324
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 500
|
||||
#define LEXILLA_VER 500
|
||||
|
||||
Loading…
Reference in New Issue
Block a user