Skip to content

Commit

Permalink
Version 4.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuck committed Jul 27, 2018
1 parent e8ae8c4 commit 366d856
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
6 changes: 3 additions & 3 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.7",IDC_STATIC,38,7,151,10
LTEXT "RBTray 4.8",IDC_STATIC,38,7,151,10
LTEXT "This program is distributed under the GNU General Public License.",IDC_STATIC,38,17,151,20
LTEXT "Copyright � 1998-2011,2015",IDC_STATIC,38,37,151,10
LTEXT "Nikolay Redko\r\nhttp://rbtray.sourceforge.net/",IDC_STATIC,38,47,151,20
Expand Down Expand Up @@ -118,12 +118,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "RBTray"
VALUE "FileVersion", "4.7.0.0"
VALUE "FileVersion", "4.8.0.0"
VALUE "InternalName", "RBTray"
VALUE "LegalCopyright", "Copyright � 1998-2011 Nikolay Redko, J.D. Purcell, Benbuck Nason"
VALUE "OriginalFilename", "RBTray.exe"
VALUE "ProductName", "RBTray"
VALUE "ProductVersion", "4.7.0.0"
VALUE "ProductVersion", "4.8.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ Fix compatibility issue with some Windows 10 64 bit environments.

Version 4.7
Support minimizing with Win-Alt-Down hotkey.

Version 4.8
Clean up handling of WM_TASKBAR_CREATED.
Allow processing of quit message.
Return correct value from WinMain.
Don't minimize desktop/taskbar/etc.
17 changes: 17 additions & 0 deletions htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@
<span style="font-size: large; font-weight: bold">Changes:</span><br>
<ul>
<li>
4.8 fork (2018-Jul-27) - Benbuck Nason
<ul>
<li>
Don't minimize desktop/taskbar/etc.
</li>
<li>
Return correct value from WinMain.
</li>
<li>
Allow processing of quit message.
</li>
<li>
Clean up handling of WM_TASKBAR_CREATED.
</li>
</ul>
</li>
<li>
4.7 fork (2018-Jul-21) - Benbuck Nason
<ul>
<li>
Expand Down
Binary file modified x64/RBTray.exe
Binary file not shown.
Binary file modified x86/RBTray.exe
Binary file not shown.

0 comments on commit 366d856

Please sign in to comment.