Skip to content

Commit

Permalink
Version 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuck committed Oct 9, 2021
1 parent 8240ca2 commit a6404f9
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,8 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Change history

## [4.13] fork (2021-Oct-09) - Benbuck Nason
- Change hotkey to Windows-Alt-Control-Down for Windows 10 and 11 compatibility.

## [4.12] fork (2021-Oct-07) - Benbuck Nason
- Change hotkey to Windows-Control-Down for Windows 11 compatibility (thanks to [Dimitri Pappas](https://github.com/fragtion)).
- Update project files to vstudio 2019

## [4.11] fork (2020-Mar-23) - Benbuck Nason
- Formatting improvements to RBTray.rc.
- Fix incorrect versions in RBTray.rc.
Expand Down Expand Up @@ -70,7 +75,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.12...HEAD
[Unreleased]: https://github.com/benbuck/rbtray/compare/v4.13...HEAD
[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
[4.10]: https://github.com/benbuck/rbtray/compare/v4.9...v4.10
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.12\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,7,151,20
LTEXT "RBTray 4.13\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,12,0,0
PRODUCTVERSION 4,12,0,0
FILEVERSION 4,13,0,0
PRODUCTVERSION 4,13,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -119,12 +119,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "RBTray"
VALUE "FileVersion", "4.12.0.0"
VALUE "FileVersion", "4.13.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.12.0.0"
VALUE "ProductVersion", "4.13.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 a6404f9

Please sign in to comment.