From 00e5e9b60007f3c4ab2134ceb3e446344ae468dc Mon Sep 17 00:00:00 2001 From: smith Date: Sat, 14 Oct 2017 22:49:15 +0200 Subject: [PATCH] Exit on close button * Added Exit menu option to File menu * updated readme --- README.md | 20 ++++--- audio-router-gui/audio-router-gui.rc | Bin 13554 -> 13682 bytes audio-router-gui/window.cpp | 6 +- old_comment.txt | 85 --------------------------- 4 files changed, 15 insertions(+), 96 deletions(-) delete mode 100644 old_comment.txt diff --git a/README.md b/README.md index 740db85..7a069ff 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@ # Audio Router -I created a similar app that does exactly what CheVolume does, except this is free at least for now. I tried to make a public post about it here on /r/software, but apparently they don't allow any download links to unknown apps in a text post. +@audiorouterdev created a similar app that does exactly what CheVolume does, except this is free. -If you want to test it out, [here's the download link (64-bit).](https://github.com/audiorouterdev/audio-router/releases/download/v0.10.2/AudioRouter-0.10.2.zip) - -If you don't have a 64 bit OS, [here's the 32 bit version.](https://github.com/audiorouterdev/audio-router/releases/download/v0.10.2/AudioRouter-0.10.2-32bit.zip) +[Downloads](https://github.com/a-sync/audio-router/releases/) [Here's a simple gif to show how it's used.](http://i.imgur.com/uq6ApMe.gif) -For all feature requests/bugs/feedback, you can send me a [PM.](https://www.reddit.com/message/compose/?to=audiorouterdev) I highly appreciate all of them. The thread is now archived, so unfortunately you can't reply to it anymore. +Changelog 0.10.4: + +* Exit on close button +* Added Exit menu option to File menu +* Removed telemetry +* Build updates -**Version 0.10.2 of Audio Router released!** Download it from the original links above. +Changelog 0.10.3: + +* Automatic routing enabled +* Minimize to tray Changelog 0.10.2: @@ -75,5 +81,3 @@ Current known bugs: * Routing audio to a new device does not delete old audio sessions, so the windows volume mixer fills up with unused sessions. Minimum supported OS version: Windows 7 - -Since many people have been asking for this, [here's a link](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=audiorouterdev%40gmail%2ecom&lc=FI&item_name=Audio%20Router%20Donation¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) for PayPal donation if you want to give your support. Naturally, I highly appreciate any amount of donation you are willing to make! diff --git a/audio-router-gui/audio-router-gui.rc b/audio-router-gui/audio-router-gui.rc index 00c8ca7a79796e9a0b52dfbddbfc750abaeb34d0..5b957389b3e11dc510cceff68e8e3aafbdf59f7a 100644 GIT binary patch delta 90 zcmeyA`6+9|9C>C=2F}Tea>A4U$%#SP;-;<)6%3gSB@9XoIt)O0IP_$2VTfl4W{3ph d5QZQIM<6Sn!IdF`!IL3mvY@2+=5_Keq5!2?5+ncs delta 16 XcmeyA^(k}19Qny&l0uvH6kJ3BL`w!y diff --git a/audio-router-gui/window.cpp b/audio-router-gui/window.cpp index 2f9a85d..fd15cd2 100644 --- a/audio-router-gui/window.cpp +++ b/audio-router-gui/window.cpp @@ -33,7 +33,7 @@ LRESULT window::OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, B LRESULT window::OnSysCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) { - if (wParam == SC_MINIMIZE || IsWindowVisible() && wParam == SC_CLOSE) + if (wParam == SC_MINIMIZE/* || IsWindowVisible() && wParam == SC_CLOSE*/) { /* for(dialog_main::dialog_arrays_t::iterator it = this->dlg_main->dialog_arrays.begin(); it != this->dlg_main->dialog_arrays.end(); @@ -132,10 +132,10 @@ LRESULT window::OnFileRefreshlist(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWn LRESULT window::OnAbout(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/) { this->MessageBoxW( - L"Audio Router version 0.10.2.\n" \ + L"Audio Router version 0.10.4.\n" \ L"\nIf you come across any bugs(especially relating to routing or duplicating), " \ L"or just have an idea for a new feature, " \ - L"please send a PM to the developer on reddit: reddit.com/user/audiorouterdev/", + L"please open an issue on github: github.com/a-sync/audio-router/", L"About", MB_ICONINFORMATION); return 0; } diff --git a/old_comment.txt b/old_comment.txt deleted file mode 100644 index 694210b..0000000 --- a/old_comment.txt +++ /dev/null @@ -1,85 +0,0 @@ -I created a similar app that does exactly what CheVolume does, except this is free at least for now. I tried to make a public post about it here on /r/software, but apparently they don't allow any download links to unknown apps in a text post. - -If you want to test it out, [here's the download link (64-bit).](https://mega.nz/#!nFcGFbbA!oHX8U0ZjGepKhGjpWrxlxF8UVDpPuWDmGAkZyNLcGwA) - -If you don't have a 64 bit OS, [here's the 32 bit version.](https://mega.nz/#!qR9AyaqS!bwHf7ItvQ5nvy9WXAdyUwcdQ8p2i04UgGgf4anSpdzo) - -[Here's a simple gif to show how it's used.](http://i.imgur.com/uq6ApMe.gif) - -For all feature requests/bugs/feedback, you can send me a [PM.](https://www.reddit.com/message/compose/?to=audiorouterdev) I highly appreciate all of them. The thread is now archived, so unfortunately you can't reply to it anymore. - -Edit: - -**Version 0.10.1 of Audio Router released!** Download it from the original links above. - -Changelog 0.10.1: - -* The bug that blocked some programs from starting in Windows 10 is now fixed. - -Changelog 0.10: - -* New feature: saved routings. Now you can save the routing for an application so when the app starts next time it will be automatically routed(Audio Router must be opened so the app can be automatically routed). The feature will also allow routing applications that can't be routed otherwise. The UI for saving the routing is not very user-friendly at the moment, but it will be improved. Unfortunately apps that need administrator rights can't be automatically routed. This is a new feature, so I'd appreciate reporting all the bugs you come across. - -* Initial licensing implementation. - -* Very minor changes and bug fixes. - -Changelog 0.8.5: - -* Audio Router now requires administrator rights to start. - -* A bug that caused the output device not to initialize correctly when routing or duplicating should be now fixed. - -* Few very minor changes. - -Changelog 0.8: - -* Peak meters added to processes that output audio. - -* A bug that caused Audio Router to crash when selecting the output device is now fixed. - -Changelog 0.7.3.2: - -* A bug that caused Audio Router not to start when using Voicemeeter Banana is now fixed. - -Changelog 0.7.3.1: - -* A bug that caused Audio Router not to start for some people should be now fixed. - -Changelog 0.7.3: - -* Recording device audio cut off after routing should be now fixed(routing to a new device earlier would mute the microphone). - -* A bug related to duplication which might have crashed the target process or made the duplicated audio stream buggy is now fixed. - -* The routing method changed a bit. If the target process won't route anymore(or duplicate), send me a PM. - -Changelog 0.7.1: - -* Icons added. - -* More descriptive names for process names. - -Changelog 0.7: - -* New feature: audio duplication. Now you can duplicate the audio stream so it plays on many separate audio devices. This is a new feature, so it probably has some bugs in it. Also, it seems that the duplication doesn't work if the devices have different audio configurations(e.g stereo and 5.1 configurations). - -Changelog 0.6: - -* Greatly improved routing. Now programs like Hearthstone(and probably Spintires) will route aswell. - -* "Soft routing" option added to the route selection dialog. "Soft route" is the old method of routing, which fails more often. It's still included as soft routing, because it won't cut out the currently playing audio streams, unlike the new routing. - -* Metro apps are now possible to route. Unfortunately they still won't route straight out of the box, but if you need route metro apps too, send me a PM and I'll give instructions on how to enable the feature. - -Current known bugs: - -* Scroll bars slightly cover other UI elements. - -* The UI elements are repositioned wrongly sometimes when an update occurs. - -* Routing audio to a new device does not delete old audio sessions, so the windows volume mixer fills up with unused sessions. - -Minimum supported OS version: Windows 7 - -Since many people have been asking for this, [here's a link](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=audiorouterdev%40gmail%2ecom&lc=FI&item_name=Audio%20Router%20Donation¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) for PayPal donation if you want to give your support. Naturally, I highly appreciate any amount of donation you are willing to make!