From 03292051196e16fb5a13e12992129408b9a2d9f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sun, 26 Mar 2023 13:55:41 +0000 Subject: [PATCH] chore(release): 6.6.0 [skip ci] ## [6.6.0](https://github.com/Belphemur/SoundSwitch/compare/v6.5.4...v6.6.0) (2023-03-26) ### Features * **Profile::Foreground:** Let profile be able to switch the foreground application. ([a63eac9](https://github.com/Belphemur/SoundSwitch/commit/a63eac9e4f05512dd6e0d500b4db6f4564ac3cd7)), closes [#1117](https://github.com/Belphemur/SoundSwitch/issues/1117) ### Bug Fixes * **CustomSound:** Don't crash on invalid custom sound. ([5a0acf2](https://github.com/Belphemur/SoundSwitch/commit/5a0acf2d1d5ecce98896629c1118c1f46be874cc)), closes [#1130](https://github.com/Belphemur/SoundSwitch/issues/1130) * **Icon:** Don't change icon when communication device is changed. ([84b7b46](https://github.com/Belphemur/SoundSwitch/commit/84b7b4674a53708b9b619ce5d7b0e73aec1c38a0)), closes [#1134](https://github.com/Belphemur/SoundSwitch/issues/1134) * **Profile:** Not switching all devices ([b23fffc](https://github.com/Belphemur/SoundSwitch/commit/b23fffc7970269dcf0e1903bdcf131434e5bc33c)), closes [#1126](https://github.com/Belphemur/SoundSwitch/issues/1126) * **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([c2bd813](https://github.com/Belphemur/SoundSwitch/commit/c2bd813dc5006a83c0c15c3021122d81dcd80840)), closes [#1123](https://github.com/Belphemur/SoundSwitch/issues/1123) * **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([41ea9ac](https://github.com/Belphemur/SoundSwitch/commit/41ea9ace513c3dff8f39bf8aee23c63d14b57eaa)), closes [#1123](https://github.com/Belphemur/SoundSwitch/issues/1123) --- CHANGELOG.md | 16 ++++++++++++++++ SoundSwitch/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0422418ded..198564e121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [6.6.0](https://github.com/Belphemur/SoundSwitch/compare/v6.5.4...v6.6.0) (2023-03-26) + + +### Features + +* **Profile::Foreground:** Let profile be able to switch the foreground application. ([a63eac9](https://github.com/Belphemur/SoundSwitch/commit/a63eac9e4f05512dd6e0d500b4db6f4564ac3cd7)), closes [#1117](https://github.com/Belphemur/SoundSwitch/issues/1117) + + +### Bug Fixes + +* **CustomSound:** Don't crash on invalid custom sound. ([5a0acf2](https://github.com/Belphemur/SoundSwitch/commit/5a0acf2d1d5ecce98896629c1118c1f46be874cc)), closes [#1130](https://github.com/Belphemur/SoundSwitch/issues/1130) +* **Icon:** Don't change icon when communication device is changed. ([84b7b46](https://github.com/Belphemur/SoundSwitch/commit/84b7b4674a53708b9b619ce5d7b0e73aec1c38a0)), closes [#1134](https://github.com/Belphemur/SoundSwitch/issues/1134) +* **Profile:** Not switching all devices ([b23fffc](https://github.com/Belphemur/SoundSwitch/commit/b23fffc7970269dcf0e1903bdcf131434e5bc33c)), closes [#1126](https://github.com/Belphemur/SoundSwitch/issues/1126) +* **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([c2bd813](https://github.com/Belphemur/SoundSwitch/commit/c2bd813dc5006a83c0c15c3021122d81dcd80840)), closes [#1123](https://github.com/Belphemur/SoundSwitch/issues/1123) +* **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([41ea9ac](https://github.com/Belphemur/SoundSwitch/commit/41ea9ace513c3dff8f39bf8aee23c63d14b57eaa)), closes [#1123](https://github.com/Belphemur/SoundSwitch/issues/1123) + ## [6.5.4](https://github.com/Belphemur/SoundSwitch/compare/v6.5.3...v6.5.4) (2023-02-09) diff --git a/SoundSwitch/Properties/AssemblyInfo.cs b/SoundSwitch/Properties/AssemblyInfo.cs index 3acafa17f6..b84c7bdbde 100644 --- a/SoundSwitch/Properties/AssemblyInfo.cs +++ b/SoundSwitch/Properties/AssemblyInfo.cs @@ -38,4 +38,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("6.5.4")] \ No newline at end of file +[assembly: AssemblyVersion("6.6.0")] \ No newline at end of file