1.6.3.1 - Checks the creation of the settings file on startup. This should alert the user to any permissions issues. - Fixed the crash when there is no Default playback device on startup. - Introduced setting which enables the Icon from Default Playback device to be shown in place of the Audio Switcher icon - Thanks to https://github.com/petruchito for this Pull Request. 1.6.3.0 - Updated the Audio Api - The application now closes correctly, and in a timely fashion. This fixes numerous issues when closing the application. - Upgraded settings to use JSON instead of INI. The old INI code was causing troubles with keeping consistent settings. (Yes the file size is larger, due to the inclusion of JSON) 1.6.2.1 - Added message when auto update is unable to work correctly. - Updated the icon mapping, so when custom icons are chosen through control panel they display properly. - Fixed the Value issue with the update spinner, it now "accepts" incorrect values, and resets them - Added a write/read lock on the config settings to hopefully improve the configuration settings issues. - Updated the icon images so they aren't a weird 8 bit colour version. - Added hotkey registration handling to prevent the hotkeys from "randomly disappearing" 1.6.2.0 - Changelog form now has scroll bar - Fixed an issue with device names showing up as "Unknown" when running as Admin - Minor other UI fixes 1.6.1.9 - Minor fix to some systems with an odd volume configuration, causing the app to crash on startup 1.6.1.8 - Upgraded to use .NET 4.0 Client Profile - Now using .NET 4. Audio Api only support .NET4 and above, so v1 had to be updated. - Fixed bug reporting - Replaced the old Audio Switching Api with the version used in 2.0. MUCH more stable and faster than the old library. - Full eventing, no more "random" refreshing of devices in the UI. The UI auto updates when the devices change. - Added show/hide for disabled and disconnected devices. - Updated the packaging method & exe signing - AutoUpdater has also been upgraded to .NET4 - Split the hotkeys into a separate tab, as there are too many settings to share the page now :) - Minor tweaks to the config file, should be seamlessly backwards compatible with the old settings ini - Optimized multi threading - Fixed plenty of issues in the UI - Fixed an issue with setting file creation. - Fixed a memory/handle leak in Windows 8 and above