From 6b4f9e73e8c5db0e423aee8a5aa620c694b062c5 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 31 Mar 2020 15:34:17 +0200 Subject: [PATCH 1/4] + upd: Versioning files and Changes.txt --- Build/Changes.txt | 51 ---------------------------------- Versions/day.txt | 2 +- np3portableapp/_buildname.txt | 2 +- res/Notepad3.exe.manifest.conf | 4 +-- src/VersionEx.h | 4 +-- 5 files changed, 6 insertions(+), 57 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 5ee7bbc34..873ab6c97 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -194,11 +194,7 @@ REMOVED: ----------------------------------------------------- TRANSLATIONS (MUI): ----------------------------------------------------- -- Korean (ko-KR) (to resume). -- Portuguese Brazilian (pt-BR) (in progress). -- Slovak (sk-SK) (to resume). - Swedish (sv-SE). -- Turkish (tr-TR) (to resume). ===================================================== @@ -268,8 +264,6 @@ REMOVED: TRANSLATIONS (MUI): ----------------------------------------------------- - Polish (pl-PL). -- Portuguese Brazilian (pt-BR) (in progress). -- Turkish (tr-TR) (in progress). ===================================================== @@ -378,7 +372,6 @@ TRANSLATIONS (MUI): - Hungarian (hu-HU). - Italian (it-IT). - Korean (ko-KR). -- Polish (pl-PL) (in progress). ===================================================== @@ -1460,47 +1453,3 @@ Version 1 Build 330 (24 June 2016) ------------------------------------------------------ -MAIN KNOWN ISSUES AND TO DO LIST: ------------------------------------------------------ -- Support for Fortran syntax scheme (#1766). -- Support for kotlin syntax scheme (#1761). -- Support for REXX syntax scheme (#1610). -- Support for TypeScript syntax (#911). -- Support for TOML syntax scheme (#832). -- Selection of complex script is not properly handled (#2019). -- Search multifiles or path (#2018). -- Add text to multi-line to the end of another text after select with ALT+Mouse (#1911). -- Ability to make our own language similar to notepad++ (#1902). -- Detect Dark mode of Win10 (#1811). -- Restore selection when reopen file (#1793). -- Search the content of the files in a directory (#1728). -- Can't handle files >=4GB (#1713). -- Is there any autosave option? (#1665). -- Make Lexer's Keyword-Lists Case Sensitive (#1647). -- Enhancement Request: CSV Syntax Scheme (#1603). -- Right-to-Left (RTL) Alignment (#1558). -- Insert HTML/XML tag - remembering last inserted tag (#1532). -- Highlight matches position in the scroll bar (#1466). -- Custom keywords for syntax highlighter (#1336). -- Add a Tools menu to call external programs from Notepad3 (#1332). -- Snippets engine (#1306). -- Multiple word editing (#1126). -- Easy syntax customizer (#916). -- Minimal Find/Replace with advanced expand (#914). -- Add support to create/modify keyboard shortcuts (#595). -- Periodic backup of unsaved documents (#512). -- Intellegent Backup with optional versioning (#370). -- Change of behaviour for handling folded blocks (#331). - ------------------------------------------------------ -TRANSLATIONS (MUI): ------------------------------------------------------ -- Korean (ko-KR) (to resume). -- Portuguese Brazilian (pt-BR) (in progress). -- Slovak (sk-SK) (to resume). -- Turkish (tr-TR) (to resume). - - - - diff --git a/Versions/day.txt b/Versions/day.txt index db2cef56d..ec6cab011 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -330 +331 diff --git a/np3portableapp/_buildname.txt b/np3portableapp/_buildname.txt index 847557314..dffc957ee 100644 --- a/np3portableapp/_buildname.txt +++ b/np3portableapp/_buildname.txt @@ -1 +1 @@ -"RC3" +BETA diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index a9bcbf3f0..f7fb88138 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 RC3 + Notepad3 BETA diff --git a/src/VersionEx.h b/src/VersionEx.h index 29e6a62e3..e22fb7ece 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,12 +8,12 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 20 -#define VERSION_REV 330 +#define VERSION_REV 331 #define VERSION_BUILD 1 #define SCINTILLA_VER 432 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11 #define UTHASH_VER 2.1.0 -#define VERSION_PATCH RC3 +#define VERSION_PATCH BETA #define VERSION_COMMIT_ID dkt1-amr From e005b86a354bf0468e7743db7c040dcdb7cbc751 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 31 Mar 2020 15:50:02 +0200 Subject: [PATCH 2/4] + upd: Versioning files and Changes.txt --- Versions/build.txt | 2 +- np3portableapp/_buildname.txt | 2 +- res/Notepad3.exe.manifest.conf | 4 ++-- src/VersionEx.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index d00491fd7..0cfbf0888 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1 +2 diff --git a/np3portableapp/_buildname.txt b/np3portableapp/_buildname.txt index dffc957ee..847557314 100644 --- a/np3portableapp/_buildname.txt +++ b/np3portableapp/_buildname.txt @@ -1 +1 @@ -BETA +"RC3" diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index f7fb88138..dfc0bdef7 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 BETA + Notepad3 RC3 diff --git a/src/VersionEx.h b/src/VersionEx.h index e22fb7ece..14bb41b98 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,11 +9,11 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 20 #define VERSION_REV 331 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2 #define SCINTILLA_VER 432 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11 #define UTHASH_VER 2.1.0 -#define VERSION_PATCH BETA +#define VERSION_PATCH RC3 #define VERSION_COMMIT_ID dkt1-amr From 688d178aca26992f19c31602b6e596b783da1eb7 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 31 Mar 2020 16:17:23 +0200 Subject: [PATCH 3/4] + upd: Versioning files --- Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..00750edc0 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +3 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index dfc0bdef7..48fbafcc2 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 RC3 diff --git a/src/VersionEx.h b/src/VersionEx.h index 14bb41b98..d17f74ea3 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 20 #define VERSION_REV 331 -#define VERSION_BUILD 2 +#define VERSION_BUILD 3 #define SCINTILLA_VER 432 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27 From 114854ab7c20af28f207d1b45a132025aa297fc8 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 1 Apr 2020 00:37:51 +0200 Subject: [PATCH 4/4] + chg Update changes.txt --- Build/Changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 873ab6c97..4567a1701 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ===================================================== -Version 5.20.3xx.x (xx March 2020) +Version 5.20.4xx.x (xx April 2020) ===================================================== -----------------------------------------------------