Skip to content

Commit

Permalink
Version 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuck committed Mar 23, 2020
1 parent 9ee99d3 commit 4a4f54d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Change history

## [4.11] fork (2020-Mar-23) - Benbuck Nason
- Formatting improvements to RBTray.rc.
- Fix incorrect versions in RBTray.rc.
- Minor formatting improvements to README.md.
- Add --no-hook documentation to README.md.
- Added --no-hook command line option (thanks to [Ondrej Petrzilka](https://github.com/OndrejPetrzilka)).

## [4.10] fork (2019-Oct-03) - Benbuck Nason
- Fix missing tray icon issue (thanks to [Andrzej Włoszczyński](https://github.com/Andrzej-W)).

Expand Down Expand Up @@ -61,7 +68,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.10...HEAD
[Unreleased]: https://github.com/benbuck/rbtray/compare/v4.11...HEAD
[4.11]: https://github.com/benbuck/rbtray/compare/v4.10...v4.11
[4.10]: https://github.com/benbuck/rbtray/compare/v4.9...v4.10
[4.9]: https://github.com/benbuck/rbtray/compare/v4.8...v4.9
[4.8]: https://github.com/benbuck/rbtray/compare/v4.7...v4.8
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.10\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,7,151,20
LTEXT "RBTray 4.11\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,10,0,0
PRODUCTVERSION 4,10,0,0
FILEVERSION 4,11,0,0
PRODUCTVERSION 4,11,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -119,12 +119,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "RBTray"
VALUE "FileVersion", "4.10.0.0"
VALUE "FileVersion", "4.11.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.10.0.0"
VALUE "ProductVersion", "4.11.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 4a4f54d

Please sign in to comment.