Skip to content

Commit

Permalink
chore(release): 6.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.6.0](v6.5.4...v6.6.0) (2023-03-26)

### Features

* **Profile::Foreground:** Let profile be able to switch the foreground application. ([a63eac9](a63eac9)), closes [#1117](#1117)

### Bug Fixes

* **CustomSound:** Don't crash on invalid custom sound. ([5a0acf2](5a0acf2)), closes [#1130](#1130)
* **Icon:** Don't change icon when communication device is changed. ([84b7b46](84b7b46)), closes [#1134](#1134)
* **Profile:** Not switching all devices ([b23fffc](b23fffc)), closes [#1126](#1126)
* **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([c2bd813](c2bd813)), closes [#1123](#1123)
* **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([41ea9ac](41ea9ac)), closes [#1123](#1123)
  • Loading branch information
semantic-release-bot committed Mar 26, 2023
1 parent 435bef7 commit 0329205
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion SoundSwitch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("6.6.0")]

0 comments on commit 0329205

Please sign in to comment.