Skip to content

Commit

Permalink
Version 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuck committed Apr 11, 2022
1 parent 9f69a6e commit 30bd92d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions RBTray.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down
Binary file modified x64/RBHook.dll
Binary file not shown.
Binary file modified x64/RBTray.exe
Binary file not shown.
Binary file modified x86/RBHook.dll
Binary file not shown.
Binary file modified x86/RBTray.exe
Binary file not shown.

0 comments on commit 30bd92d

Please sign in to comment.