Skip to content

Commit

Permalink
Version 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuck committed Jul 21, 2018
1 parent eea68c9 commit 9b2715f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
19 changes: 12 additions & 7 deletions RBTray.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,19 @@ END
// Dialog
//

IDD_ABOUT DIALOGEX 0, 0, 199, 163
IDD_ABOUT DIALOGEX 0, 0, 199, 130
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About RBTray"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,75,142,50,14
ICON IDI_RBTRAY,IDC_STATIC,7,7,20,20
LTEXT "RBTray 4.6\r\n\r\nThis program is distributed under the GNU General Public License.\r\n\r\nCopyright � 1998-2011,2015\r\n\r\nNikolay Redko\r\nhttp://rbtray.sourceforge.net/\r\n\r\nJ.D. Purcell\r\nhttp://www.moitah.net/\r\n\r\nBenbuck Nason\r\nhttps://github.com/benbuck/rbtray-code",IDC_STATIC,38,7,151,133
LTEXT "RBTray 4.7",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
LTEXT "J.D. Purcell\r\nhttp://www.moitah.net/",IDC_STATIC,38,67,151,20
LTEXT "Benbuck Nason\r\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,87,151,20
DEFPUSHBUTTON "OK",IDOK,75,110,50,14
END


Expand Down Expand Up @@ -96,8 +101,8 @@ IDI_RBTRAY ICON "RBTray.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,6,0,0
PRODUCTVERSION 4,6,0,0
FILEVERSION 4,7,0,0
PRODUCTVERSION 4,7,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -113,12 +118,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "RBTray"
VALUE "FileVersion", "4.6.0.0"
VALUE "FileVersion", "4.7.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.6.0.0"
VALUE "ProductVersion", "4.7.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ Fix bug in shift key check.
Update project files to VS2015.

Version 4.6
Fix compatibility issue with some Windows 10 64 bit environments.
Fix compatibility issue with some Windows 10 64 bit environments.

Version 4.7
Support minimizing with Win-Alt-Down hotkey.
8 changes: 8 additions & 0 deletions htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
<span style="font-size: large; font-weight: bold">Changes:</span><br>
<ul>
<li>
4.7 fork (2018-Jul-21) - Benbuck Nason
<ul>
<li>
Support minimizing with Win-Alt-Down hotkey.
</li>
</ul>
</li>
<li>
4.6 fork (2017-Aug-29) - Benbuck Nason
<ul>
<li>
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 9b2715f

Please sign in to comment.