From 066f64fcd34d9dd5317c4593aa0b01da0268d10b Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 3 Mar 2021 21:03:42 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 18 ++++++++++-------- Versions/build.txt | 2 +- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index c13786f9e..693c343e2 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.302.(build_#) (2021-03-02) +Current BETA/RC Version 5.21.303.(build_#) (2021-03-03) ======================================================== -------------------------------------------------------- @@ -47,9 +47,10 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . -[.301.x]- More liberal Hyperlink scanner (no need for validation here!). -[.301.x]- RegEx API : retun matched pattern length too. -[.301.x]- Prevent Path to URL conversion, if Hyperlink RegEx pattern does not match. +[.303.1]- Renaming Spanish Mexican to Spanish Latin America (es-419) (MUI). +[.302.1]- More liberal Hyperlink scanner (no need for validation here!). +[.302.1]- RegEx API : retun matched pattern length too. +[.302.1]- Prevent Path to URL conversion, if Hyperlink RegEx pattern does not match. [.301.1]- Enable Dark Mode feature for Win10 v21H1 insider beta. [.301.1]- EOL-Mode: status-bar double-click : inverted cyclic change rotation CRLF -> LF -> CR. [.301.1]- Update grepWinNP3 (GRE) version 2.1.6.35 (2021-03.01). @@ -60,8 +61,9 @@ CHANGES: FIXES: -------------------------------------------------------- [.###.#]- . -[.301.x]- Hyperlink RegEx pattern fixed to use valid Unicode. -[.301.x]- Handle quotes for URL <-> file-system path conversion. +[.303.1]- Language "Spanish Latin America" identifier correction (es-LA -> es-419) (MUI). +[.302.1]- Hyperlink RegEx pattern fixed to use valid Unicode. +[.302.1]- Handle quotes for URL <-> file-system path conversion. [.301.1]- "grepWinNP3": hide progress bar after search finisched (GRE). [.301.1]- ShellExecute() lpVerb for open hyperlink (Ctrl+Click) set to "open. [.301.1]- Data type mismatch. @@ -80,11 +82,11 @@ For our Notepad3 translation projects, we are looking for motivated volunteers, priority to resume "aborted" translations for these languages: Please, send me a PM (hpwamr51 @ gmail.com) if you are willing to help. [.###.#]- . +[.303.1]- Portuguese Brazilian (pt-BR). [.227.1]- Chinese Traditional (zh-TW) (incomplete...). [.227.1]- Greek (el-GR) (incomplete...). [.227.1]- Indonesian (id-ID) (incomplete...). -[.227.1]- Portuguese Brazilian (pt-BR) (incomplete...). -[.227.1]- Spanish Latin America (es-419) (incomplete...). +[.303.1]- Spanish Latin America (es-419) (incomplete...). [.227.1]- Turkish (tr-TR) (incomplete...). [.227.1]- Vietnamese (vi-VN) (incomplete...). diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..d00491fd7 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +1 diff --git a/Versions/day.txt b/Versions/day.txt index 274f7143b..81606223f 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -302 +303 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index d6148afc2..7487592f8 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 4aac7f4f7..2d05069cb 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 302 -#define VERSION_BUILD 2 +#define VERSION_REV 303 +#define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.7 #define UCHARDET_VER 2018.09.27