diff --git a/Build/bin/changelog.txt b/Build/bin/changelog.txt index c862b20..26ab695 100644 --- a/Build/bin/changelog.txt +++ b/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 diff --git a/Build/bin/license.txt b/Build/bin/license.txt index 106a9f1..e01518d 100644 --- a/Build/bin/license.txt +++ b/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 diff --git a/Build/bin/liesmich.html b/Build/bin/liesmich.html index 3243427..79190a9 100644 --- a/Build/bin/liesmich.html +++ b/Build/bin/liesmich.html @@ -17,8 +17,8 @@ -

WinMute 1.4.4

- +

WinMute 1.4.5

+

Ãœber

WinMute schaltet Windows stumm, sobald sie ihren PC sperren oder sich der Bildschirmschoner einschaltet.

@@ -35,7 +35,7 @@

Systemvoraussetzungen

  • Betriebssystem:
  • diff --git a/Build/bin/readme.html b/Build/bin/readme.html index 95af257..7b4bfa9 100644 --- a/Build/bin/readme.html +++ b/Build/bin/readme.html @@ -2,7 +2,7 @@ - WinMute 1.4.4 - Readme + WinMute 1.4.5 - Readme -

    WinMute 1.4.4

    - +

    WinMute 1.4.5

    +

    About

    WinMute automatically mutes your PC volume if you lock your screen or the screensaver is running.

    @@ -35,7 +35,7 @@

    Requirements

  • Operating System
  • diff --git a/WinMute/res.rc b/WinMute/res.rc index 7679bec..6df6c95 100644 --- a/WinMute/res.rc +++ b/WinMute/res.rc @@ -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" @@ -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 "lx-systems - lx-s.de",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 @@ -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 @@ -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"