Merge pull request #4461 from hpwamr/Mui_Beta

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2023-01-06 09:34:24 +01:00 committed by GitHub
commit 6c66b44d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View File

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

View File

@ -1 +1 @@
105
106

View File

@ -3,7 +3,7 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity
name="Rizonesoft.Notepad3"
version="5.23.105.1"
version="5.23.106.1"
processorArchitecture="*"
type="win32"
/>

View File

@ -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);
}

View File

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