+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-03-24 17:23:59 +01:00
parent 43b3889f46
commit 141d65d95e
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 6 additions and 5 deletions

View File

@ -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.

View File

@ -1 +1 @@
323
324

View File

@ -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

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.323.1"
version="5.21.324.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 323
#define VERSION_REV 324
#define VERSION_BUILD 1
#define SCINTILLA_VER 500
#define LEXILLA_VER 500