diff --git a/Build/Changes.txt b/Build/Changes.txt index f6ad5ceca..4af798a46 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.102.(build_#) (2023-01-02) +Current BETA/RC Version 5.23.103.(build_#) (2023-01-03) ======================================================== -------------------------------------------------------- @@ -118,6 +118,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.103.1]- Load Toolbar-Bitmap handling. [.102.1]- Minor design change and some fixes for Margin and Bookmark handling. [1230.1]- Minor bugs related to new feature Change-History. [1230.1]- (re)setting default window position in case of non std DPI resolution. diff --git a/Versions/day.txt b/Versions/day.txt index 257e56326..a9c8fe829 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -102 +103 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index baefbadc0..cfed28c33 100644 --- a/res/Notepad3.exe.conf.manifest +++ b/res/Notepad3.exe.conf.manifest @@ -3,7 +3,7 @@ diff --git a/src/VersionEx.h b/src/VersionEx.h index b9f1d370f..aed7df4e1 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 102 +#define VERSION_REV 103 #define VERSION_BUILD 1 #define SCINTILLA_VER 532 #define LEXILLA_VER 521 diff --git a/themes/b&w/16/ToolbarDisabled.bmp b/themes/b&w/16/ToolbarDisabled.bmp new file mode 100644 index 000000000..566af79a4 Binary files /dev/null and b/themes/b&w/16/ToolbarDisabled.bmp differ diff --git a/themes/b&w/24/Toolbar2.bmp b/themes/b&w/24/Toolbar2.bmp new file mode 100644 index 000000000..cf7a36304 Binary files /dev/null and b/themes/b&w/24/Toolbar2.bmp differ diff --git a/themes/b&w/24/Toolbar2Disabled.bmp b/themes/b&w/24/Toolbar2Disabled.bmp new file mode 100644 index 000000000..0a0a4781f Binary files /dev/null and b/themes/b&w/24/Toolbar2Disabled.bmp differ diff --git a/themes/b&w/24/Toolbar2Hot.bmp b/themes/b&w/24/Toolbar2Hot.bmp new file mode 100644 index 000000000..7c06118bf Binary files /dev/null and b/themes/b&w/24/Toolbar2Hot.bmp differ