Skip to content

Releases: Belphemur/SoundSwitch

SoundSwitch Olium: 3.10.2

05 Jun 17:50

Choose a tag to compare

Final fix for VC Redist. This time I check for multiple keys.

Change Log

v3.10.2 (2016-06-05)

Full Changelog

Fixed bugs:

  • C++ 2015 x64 redist installed but installer tries and fails to download and install it again #101

SoundSwitch Olium: 3.10.1

22 May 18:57

Choose a tag to compare

Major fix of the installer for VC Redist 2015

Change Log

v3.10.1 (2016-05-22)

Full Changelog

Implemented enhancements:

  • Support HTTPS download in the installer #99

Fixed bugs:

  • SoundSwitch install not working, VCRedist detect and download problem v3.10 Stable #98

SoundSwitch Olium: 3.10.0

15 May 17:08

Choose a tag to compare

Changes since 3.9.6:

  • Adding tooltip on the systray icon with the currently active device (configurable)
  • A new setting to cycle through all the connected device instead of just the one you selected (in other words, when activated you don't need to select the devices you want).
  • The installer is future safe for new version of the VC C++ Redist
  • When launched twice, SoundSwitch close correctly the first in
  • Readme and changelog are now in HTML format for easier reading
  • Higher resolution icons

Change Log

v3.10.0 (2016-05-15)

Full Changelog

Implemented enhancements:

  • High Resolution Icons #94

v3.9.9 (2016-05-01)

Full Changelog

Implemented enhancements:

  • Use the Tooltip of the Systray instead of a Baloontip to display active device #90

Fixed bugs:

  • When launching SoundSwitch, it always set as default the already default device #93
  • Missing Beta mode in Settings #92
  • Infinite notification popup #91

v3.9.8 (2016-04-29)

Full Changelog

Implemented enhancements:

  • Show active device on hover Systray Icon #88
  • Playback devices constantly go in the Disconnected section #87

Fixed bugs:

  • Playback devices constantly go in the Disconnected section #87

v3.9.7 (2016-04-15)

Full Changelog

Implemented enhancements:

  • Request: Cycle through connected devices by double clicking on the system tray icon #80
  • Generate HTML for Changelog file and add it to the installer #79
  • Providing 'help' for first time users at the time of installation #78

Fixed bugs:

  • SoundSwitch 3.9.6 Cannot install visual c++ redist #84
  • Pipe system broken: New instance of SoundSwitch doesn't close the previous one #81
  • Switching already running applications #70

SoundSwitch Beta: 3.9.9

01 May 16:27

Choose a tag to compare

Pre-release

The previous release introduced some annoying bug.

The first one, the switching of the device wasn't working as expected; it should check was is the current default device, then switch to the next one in the list. Because of a bug, it wasn't finding the default device and always taking the last one as the default device.

The other change concern the new tooltip feature, using Balloon tip wasn't the best idea and is clearly not readable (+ the fact it flickers when the tooltip timeout and is redrawn). This has been removed and replace by the basic tooltip of the systray, the one that appears when you hover the icon. It's more readable and usable.

Thank you again for the report (especially about the tooltip feature).

Change Log

v3.9.9 (2016-05-01)

Full Changelog

Implemented enhancements:

  • Use the Tooltip of the Systray instead of a Baloontip to display active device #90

Fixed bugs:

  • When launching SoundSwitch, it always set as default the already default device #93
  • Missing Beta mode in Settings #92
  • Infinite notification popup #91

SoundSwitch Beta: 3.9.8

29 Apr 17:45

Choose a tag to compare

Pre-release
  • Added Tooltip on the systray icon
    • When hovering the Systray icon, SoundSwitch will tell you which device is active (you can select in the settings which type of device you’re interested in)
  • Added possibility to discard the selected devices to cycle through all the connected one
    • It’s a workaround for some configuration where you have a new audio device every time you disconnect/reconnect it. This way, you don’t have to select any device in the settings, SoundSwitch will cycle through all the connect devices.

Change Log

v3.9.8 (2016-04-29)

Full Changelog

Implemented enhancements:

  • Show active device on hover Systray Icon #88
  • Playback devices constantly go in the Disconnected section #87

Fixed bugs:

  • Playback devices constantly go in the Disconnected section #87

SoundSwitch Beta: 3.9.7

15 Apr 13:14

Choose a tag to compare

Pre-release

The major change in this release is the fixing of the IPC channel. The communication between 2 SoundSwitch process. If you launch SoundSwitch twice, the second instance will replace the first one.

Also the installer should work with any version of VC Redist C++ 2015.

And last but not least, all the help files (changelog and readme) are converted into HTML before being packed into the Installer.

Changelog

v3.9.7 (2016-04-15)

Full Changelog

Implemented enhancements:

  • Request: Cycle through connected devices by double clicking on the system tray icon #80
  • Generate HTML for Changelog file and add it to the installer #79
  • Providing 'help' for first time users at the time of installation #78

Fixed bugs:

  • SoundSwitch 3.9.6 Cannot install visual c++ redist #84
  • Pipe system broken: New instance of SoundSwitch doesn't close the previous one #81
  • Switching already running applications #70

SoundSwitch Olium: 3.9.6

10 Mar 12:40

Choose a tag to compare

Biggest change are the addition of an Silent Autoupdater (opt-out). SoundSwitch will automatically close other instance of SoundSwitch when launched. Last but not least, a Redesign of the Settings panel:
soundswitch settings

Mutliple bug fixes

Changelog

v3.9.6 (2016-03-10)

Full Changelog

Implemented enhancements:

  • Add a "stealth" component to the Auto-Update #64

Fixed bugs:

  • AutoUpdate doesn't restart correctly SoundSwitch #76
  • Installer: Don't install if not Windows 7 SP1 or newer #75
  • At windows startup, hotkeys don't work #72

v3.9.5 (2016-02-28)

Full Changelog

v3.9.4 (2016-02-22)

Full Changelog

Fixed bugs:

  • Empty Icon defined for an AudioDevice #71

Closed issues:

  • series of popups every restart #68

v3.9.2 (2016-01-22)

Full Changelog

Implemented enhancements:

  • Make new instance of SoundSwitch close the previous one #66

Fixed bugs:

  • Make new instance of SoundSwitch close the previous one #66

Closed issues:

  • Command line #61

v3.9.1 (2016-01-08)

Full Changelog

Implemented enhancements:

  • Disabling completely the hotkeys #62

Fixed bugs:

  • Sporadically hangs #43

v3.9.0 (2016-01-05)

Full Changelog

Implemented enhancements:

  • Make update notification clearer for Windows 10 #59
  • Personalized Notification Sound #52

SoundSwitch Beta: 3.9.5

28 Feb 18:43

Choose a tag to compare

Pre-release

Added the AutoUpdater functionality, it's on by default but can be disabled in the settings.

The settings menu also changed.

SoundSwitch Beta: 3.9.4

22 Feb 12:10

Choose a tag to compare

Pre-release

A minor bug fixing release.

v3.9.4 (2016-02-22)

Full Changelog

Fixed bugs:

  • Empty Icon defined for an AudioDevice #71

Closed issues:

  • series of popups every restart #68

SoundSwitch Beta: 3.9.2

22 Jan 00:44

Choose a tag to compare

Pre-release

This release add a nifty feature: SoundSwitch will now close automatically the previous instance launched. It should makes the process easier for people playing with different version of the Beta.

Keep in mind, this feature is activated in this release and for the future release. Having a previous version of SoundSwitch running now, won't be closed by the new release.

To test it, you need to launch twice this version.

v3.9.2 (2016-01-22)

Full Changelog

Implemented enhancements:

  • Make new instance of SoundSwitch close the previous one #66

Fixed bugs:

  • Make new instance of SoundSwitch close the previous one #66

Closed issues:

  • Command line #61