From 996e15b61c98174b30735c03fe9d00baa0911ca9 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 6 Jan 2023 09:15:55 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 5 +++-- Versions/day.txt | 2 +- res/Notepad3.exe.conf.manifest | 2 +- src/Config/Config.cpp | 2 +- src/VersionEx.h | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 7068a97e3..6c60f5ed9 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.23.105.(build_#) (2023-01-05) +Current BETA/RC Version 5.23.106.(build_#) (2023-01-06) ======================================================== -------------------------------------------------------- @@ -121,7 +121,8 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . -[.104.1]- Fix some WSL2 (Linux) path issues. +[.106.1]- Not intended replacement of "~" used in short windows path names. +[.105.1]- Some WSL2 (Linux) path issues. [.104.1]- Handling of editing own settings (in this case: disable file watching). [.104.1]- Path to module relative representation. [.103.1]- Load Toolbar-Bitmap handling. diff --git a/Versions/day.txt b/Versions/day.txt index f96ac0672..fe4afb0df 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -105 +106 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index 240db5353..00a37b64f 100644 --- a/res/Notepad3.exe.conf.manifest +++ b/res/Notepad3.exe.conf.manifest @@ -3,7 +3,7 @@ diff --git a/src/Config/Config.cpp b/src/Config/Config.cpp index 7c57bbf5c..178b80790 100644 --- a/src/Config/Config.cpp +++ b/src/Config/Config.cpp @@ -1100,7 +1100,7 @@ extern "C" bool CreateIniFile(const HPATHL hini_pth, DWORD* pdwFileSize_out) WCHAR fileName[MAX_PATH_EXPLICIT>>1] = { L'\0' }; Path_GetDisplayName(fileName, COUNTOF(fileName), hini_pth, NULL, true); HSTRINGW msg = StrgCreate(NULL); - StrgFormat(msg, L"CreateIniFile(%s): FAILD TO CREATE INITIAL INI FILE!", fileName); + StrgFormat(msg, L"CreateIniFile(%s): FAILED TO CREATE INITIAL INI FILE!", fileName); MsgBoxLastError(StrgGet(msg), 0); StrgDestroy(msg); } diff --git a/src/VersionEx.h b/src/VersionEx.h index 8bad95c2d..66d2a9e86 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 23 -#define VERSION_REV 105 +#define VERSION_REV 106 #define VERSION_BUILD 1 #define SCINTILLA_VER 532 #define LEXILLA_VER 521