diff --git a/Build/Changes.txt b/Build/Changes.txt index de8990483..43e5b8453 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,13 +33,12 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.903.(build_#) (2021-09-03) +Version 5.21.905.1 (5 September 2021) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- -[.###.#]- . [.816.1]- Add Configuration (Properties) Lexer: add style setting for Key (of Key-Value pair). [.811.1]- Add "Notepad3 Replacement" on Windows 11 Insider Preview which works almost like with Windows 10: - Open (ext: .inf, .ini, .log, .ps1, .psd1, .psm1, .scp, .txt, .wtx, .compositefont, .css, .sct, .wsc). @@ -83,7 +82,6 @@ NEW: -------------------------------------------------------- CHANGES: -------------------------------------------------------- -[.###.#]- . [.825.2]- Non themed app: edit-window frame visibility. [.811.1]- Current Lexilla dev (chg: HTML(PHP) Lexer) (LEX). [.811.1]- Scintilla Python generator methods for embeddable Python (SCI). @@ -156,7 +154,6 @@ CHANGES Versions in Tools or Libraries: -------------------------------------------------------- FIXES: -------------------------------------------------------- -[.###.#]- . [.903.1]- Broken relative paths in file history selection. [.828.1]- Open color selection on Ctrl+Left mouse click on color indicator too. [.828.1]- Change cursor hand on Ctrl key-Up. @@ -257,7 +254,6 @@ FIXES: -------------------------------------------------------- REMOVED: -------------------------------------------------------- -[.###.#]- . [.828.1]- Open color selection on Alt+Left mouse click on color indicator. [.807.1]- Remove deprecated (no sensible use case) "overlapping find" option. [.506.1]- "fontsValid" extension (closer to default scintilla code base). @@ -269,30 +265,10 @@ REMOVED: -------------------------------------------------------- TRANSLATIONS (MUI): -------------------------------------------------------- -[.###.#]- . [.707.1]- Chinese Traditional (zh-TW). [.417.1]- Greek (el-GR). [.303.1]- Portuguese Brazilian (pt-BR). --------------------------------------------------------- -Hello everybody ! 😀 -For our "Notepad3 Translation Projects", we are looking for motivated volunteers for many languages, -with a priority to take over "(incomplete...)" translation projects: -- Bulgarian (bg-BG) -- Czech (cs-CZ) -- Finnish (fi-FI) -- Indonesian (id-ID) (incomplete...) -- Irish (ga-IE) -- Norwegian (nb-NO) -- Romanian (ro-RO) -- Spanish Latin America (es-419) (incomplete...) -- Turkish (tr-TR) (incomplete...) -- Ukrainian (uk-UA) -- Vietnamese (vi-VN) (incomplete...) -- etc... -Please, send me a PM (mailto:hpwamr51 @ gmail.com) if you are willing to help. 🤔 --------------------------------------------------------- - ======================================================== Version 5.21.227.1 (27 February 2021) diff --git a/Versions/day.txt b/Versions/day.txt index 71fb6fcc5..7b8d08438 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -903 +905 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 01d6aacde..e98d5ab9c 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 rc + Notepad3 diff --git a/src/VersionEx.h b/src/VersionEx.h index 4a59a153c..986d04471 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 903 +#define VERSION_REV 905 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511 @@ -16,5 +16,5 @@ #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11 #define UTHASH_VER 2.1.0 -#define VERSION_PATCH rc +#define VERSION_PATCH #define VERSION_COMMIT_ID dkt1-amr