mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #4461 from hpwamr/Mui_Beta
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
6c66b44d35
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
105
|
||||
106
|
||||
|
||||
@ -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"
|
||||
/>
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user