Skip to content

Commit

Permalink
Version bump to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Steinhöfer committed Sep 5, 2019
1 parent c1a7e55 commit 14f9e0b
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 23 deletions.
5 changes: 5 additions & 0 deletions Build/bin/changelog.txt
@@ -1,3 +1,8 @@
Verion 1.4.5 (2019-09-04)
* Fixed crash when all audio endpoints are removed while the program is running
(might happen, when connecting to your PC via RDP).
* Upgraded compiler toolset to VS2019

Version 1.4.4 (2017-08-14)
* New, simpler icon
* System notification area icon is now white, to fit better with
Expand Down
2 changes: 1 addition & 1 deletion Build/bin/license.txt
@@ -1,5 +1,5 @@
WinMute
Copyright (C) 2017 Alexander Steinhoefer
Copyright (C) 2019 Alexander Steinhoefer

-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions Build/bin/liesmich.html
Expand Up @@ -17,8 +17,8 @@
</style>
</head>
<body>
<h1>WinMute 1.4.4</h1>
<p class="copyright">&copy; Copyright 2017, Alexander Steinh&ouml;fer - <a href="http://www.lx-s.de">www.lx-s.de</a></p>
<h1>WinMute 1.4.5</h1>
<p class="copyright">&copy; Copyright 2019, Alexander Steinh&ouml;fer - <a href="http://www.lx-s.de">www.lx-s.de</a></p>

<h2>Über</h2>
<p>WinMute schaltet Windows stumm, sobald sie ihren PC sperren oder sich der Bildschirmschoner einschaltet.</p>
Expand All @@ -35,7 +35,7 @@ <h2>Systemvoraussetzungen</h2>
<li>Betriebssystem:
<ul>
<li>Windows Vista oder aktueller</li>
<li><a href="https://go.microsoft.com/fwlink/?LinkId=746572">Visual C++ 2017 Redistributable</a> (m&ouml;glicherweise bereits installiert)</li>
<li><a href="https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads">Visual C++ 2019 Redistributable</a> (m&ouml;glicherweise bereits installiert)</li>
</ul>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions Build/bin/readme.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>WinMute 1.4.4 - Readme</title>
<title>WinMute 1.4.5 - Readme</title>

<style type="text/css">
<!--
Expand All @@ -17,8 +17,8 @@
</style>
</head>
<body>
<h1>WinMute 1.4.4</h1>
<p class="copyright">&copy; Copyright 2017, by Alexander Steinh&ouml;fer - <a href="http://www.lx-s.de">www.lx-s.de</a></p>
<h1>WinMute 1.4.5</h1>
<p class="copyright">&copy; Copyright 2019, by Alexander Steinh&ouml;fer - <a href="http://www.lx-s.de">www.lx-s.de</a></p>

<h2>About</h2>
<p>WinMute automatically mutes your PC volume if you lock your screen or the screensaver is running.</p>
Expand All @@ -35,7 +35,7 @@ <h2>Requirements</h2>
<li>Operating System
<ul>
<li>Windows Vista or newer</li>
<li><a href="https://go.microsoft.com/fwlink/?LinkId=746572">Visual C++ 2017 Redistributable</a> (might already be installed on your Windows system)</li>
<li><a href="https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads">Visual C++ 2019 Redistributable</a> (might already be installed on your Windows system)</li>
</ul>
</li>
</ul>
Expand Down
30 changes: 15 additions & 15 deletions WinMute/res.rc
Expand Up @@ -25,18 +25,18 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
// TEXTINCLUDE
//

1 TEXTINCLUDE
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
Expand Down Expand Up @@ -80,10 +80,10 @@ CAPTION "About WinMute"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,194,7,50,14
LTEXT "WinMute v1.4.4",IDC_STATIC,43,9,67,11
LTEXT "WinMute v1.4.5",IDC_STATIC,43,9,67,11
CONTROL "<a href=""https://lx-s.de"">lx-systems - lx-s.de</a>",IDC_LINK_HOMEPAGE,
"SysLink",WS_TABSTOP,43,31,69,13
LTEXT "Copyright � 2017, Alexander Steinh�fer",IDC_STATIC,43,20,148,12
LTEXT "Copyright � 2019, Alexander Steinh�fer",IDC_STATIC,43,20,148,12
ICON IDI_APP,IDC_STATIC,13,9,21,20,SS_CENTERIMAGE
END

Expand Down Expand Up @@ -114,8 +114,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,3,0
PRODUCTVERSION 1,4,3,0
FILEVERSION 1,4,5,0
PRODUCTVERSION 1,4,5,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -131,24 +131,24 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "CompanyName", "lx-systems"
VALUE "FileDescription", "Automatic sound muter."
VALUE "FileVersion", "1.4.3.0"
VALUE "FileDescription", "Automatic volume muting, when PC is locked."
VALUE "FileVersion", "1.4.5.0"
VALUE "InternalName", "WinMute"
VALUE "LegalCopyright", "Copyright (c) 2017, Alexander Steinh�fer"
VALUE "LegalCopyright", "Copyright (c) 2019, Alexander Steinh�fer"
VALUE "OriginalFilename", "WinMute.exe"
VALUE "ProductName", "WinMute"
VALUE "ProductVersion", "1.4.3.0"
VALUE "ProductVersion", "1.4.5.0"
END
BLOCK "040704b0"
BEGIN
VALUE "CompanyName", "lx-systems"
VALUE "FileDescription", "Automatisches Stummschalten bei PC Sperre."
VALUE "FileVersion", "1.4.3.0"
VALUE "FileDescription", "Automatisches Stummschalten beim Sperren der Workstation."
VALUE "FileVersion", "1.4.5.0"
VALUE "InternalName", "WinMute"
VALUE "LegalCopyright", "Copyright (c) 2017, Alexander Steinh�fer"
VALUE "LegalCopyright", "Copyright (c) 2019, Alexander Steinh�fer"
VALUE "OriginalFilename", "WinMute.exe"
VALUE "ProductName", "WinMute"
VALUE "ProductVersion", "1.4.3.0"
VALUE "ProductVersion", "1.4.5.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 14f9e0b

Please sign in to comment.