diff --git a/CHANGELOG.md b/CHANGELOG.md index a7be576..eba0c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Change history +## [4.14] fork (2023-Mar-20) - Benbuck Nason + +- Change hotkey to Control-Alt-Down for simplicity and compatibility. +- Minor markdown cleanup/improvements. + ## [4.13] fork (2021-Oct-09) - Benbuck Nason - Change hotkey to Windows-Alt-Control-Down for Windows 10 and 11 compatibility. @@ -89,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Won't minimize MDI child windows. - Other small fixes and reorganized code. -[unreleased]: https://github.com/benbuck/rbtray/compare/v4.13...HEAD +[unreleased]: https://github.com/benbuck/rbtray/compare/v4.14...HEAD +[4.14]: https://github.com/benbuck/rbtray/compare/v4.13...v4.14 [4.13]: https://github.com/benbuck/rbtray/compare/v4.12...v4.13 [4.12]: https://github.com/benbuck/rbtray/compare/v4.11...v4.12 [4.11]: https://github.com/benbuck/rbtray/compare/v4.10...v4.11 diff --git a/RBTray.rc b/RBTray.rc index 94ca5e8..5ac57ea 100644 --- a/RBTray.rc +++ b/RBTray.rc @@ -56,7 +56,7 @@ CAPTION "About RBTray" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN ICON IDI_RBTRAY,IDC_STATIC,7,7,20,20 - LTEXT "RBTray 4.13\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,7,151,20 + LTEXT "RBTray 4.14\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,7,151,20 LTEXT "This program is distributed under the GNU General Public License.",IDC_STATIC,38,27,151,20 LTEXT "Copyright (c) 1998-2011",IDC_STATIC,38,47,151,10 LTEXT "Nikolay Redko\r\nhttp://rbtray.sourceforge.net/",IDC_STATIC,38,56,151,20 @@ -102,8 +102,8 @@ IDI_RBTRAY ICON "RBTray.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,13,0,0 - PRODUCTVERSION 4,13,0,0 + FILEVERSION 4,14,0,0 + PRODUCTVERSION 4,14,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -119,12 +119,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "RBTray" - VALUE "FileVersion", "4.13.0.0" + VALUE "FileVersion", "4.14.0.0" VALUE "InternalName", "RBTray" VALUE "LegalCopyright", "Copyright (c) 1998-2011 Nikolay Redko, J.D. Purcell; Copyright (c) 2015 Benbuck Nason" VALUE "OriginalFilename", "RBTray.exe" VALUE "ProductName", "RBTray" - VALUE "ProductVersion", "4.13.0.0" + VALUE "ProductVersion", "4.14.0.0" END END BLOCK "VarFileInfo" diff --git a/x64/RBHook.dll b/x64/RBHook.dll index fb44cf9..dd348a0 100644 Binary files a/x64/RBHook.dll and b/x64/RBHook.dll differ diff --git a/x64/RBTray.exe b/x64/RBTray.exe index 647cdf0..7196c32 100644 Binary files a/x64/RBTray.exe and b/x64/RBTray.exe differ diff --git a/x86/RBHook.dll b/x86/RBHook.dll index 9794d8d..9b0da3f 100644 Binary files a/x86/RBHook.dll and b/x86/RBHook.dll differ diff --git a/x86/RBTray.exe b/x86/RBTray.exe index 318d581..9a4dbea 100644 Binary files a/x86/RBTray.exe and b/x86/RBTray.exe differ