Skip to content

Commit 9ccaffc

Browse files
chore(release): 6.2.0 [skip ci]
## [6.2.0](v6.1.2...v6.2.0) (2021-10-23) ### Features * **AudioSwitching:** Add support for Windows 11 ([b2e1de5](b2e1de5)), closes [#797](#797) [#548](#548) ### Bug Fixes * **AudioSwitcher::Windows11:** Fix possible crash when using profile with application on Windows 11 ([8531ee9](8531ee9)) * **AudioSwitcher:** Properly use the right audio client for Windows post 21H2 (like Windows 11) ([7324b15](7324b15)) * **DeviceLister:** Fix crash when device lister is taking too long ([e7efb5c](e7efb5c)) * **Notification::Sound:** Fix crash when playing a custom sound. ([f0a7113](f0a7113)), closes [#790](#790) * **Profile:** Fix systray icon not changing properly when using a profile ([aef15b7](aef15b7)), closes [#450](#450) ### Languages * **Russian:** Translated Settings using Weblate ([24cb961](24cb961)) ### Enhancements * **AudioSwitcher:** Improve the logging of the switching for Windows 11 ([5e0a985](5e0a985)) * **Mute:** Change the unmute icon ([844ad5f](844ad5f)), closes [#791](#791) * **Mute:** Improve the image to have the same size as device icon ([a840c82](a840c82)), closes [#791](#791) * **TrayIcon:** Add better logs to understand what's happening with the systray icon not changing. ([99d6243](99d6243)), closes [#450](#450)
1 parent d38ee64 commit 9ccaffc

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [6.2.0](https://github.com/Belphemur/SoundSwitch/compare/v6.1.2...v6.2.0) (2021-10-23)
2+
3+
4+
### Features
5+
6+
* **AudioSwitching:** Add support for Windows 11 ([b2e1de5](https://github.com/Belphemur/SoundSwitch/commit/b2e1de5de134dd264d2e2d9d6c2f2e4cad1231d8)), closes [#797](https://github.com/Belphemur/SoundSwitch/issues/797) [#548](https://github.com/Belphemur/SoundSwitch/issues/548)
7+
8+
9+
### Bug Fixes
10+
11+
* **AudioSwitcher::Windows11:** Fix possible crash when using profile with application on Windows 11 ([8531ee9](https://github.com/Belphemur/SoundSwitch/commit/8531ee93c325deff4ab2b799b3052afd7ef92a65))
12+
* **AudioSwitcher:** Properly use the right audio client for Windows post 21H2 (like Windows 11) ([7324b15](https://github.com/Belphemur/SoundSwitch/commit/7324b15e4d4cde859211b44cc1a95ddce90f1a97))
13+
* **DeviceLister:** Fix crash when device lister is taking too long ([e7efb5c](https://github.com/Belphemur/SoundSwitch/commit/e7efb5c6cc94c3e1f205098eed3c3babab394803))
14+
* **Notification::Sound:** Fix crash when playing a custom sound. ([f0a7113](https://github.com/Belphemur/SoundSwitch/commit/f0a71138cb0fd76559f284da98c5c75e880b407b)), closes [#790](https://github.com/Belphemur/SoundSwitch/issues/790)
15+
* **Profile:** Fix systray icon not changing properly when using a profile ([aef15b7](https://github.com/Belphemur/SoundSwitch/commit/aef15b7386d1239bfbf40f10f29f90f3ca18abc2)), closes [#450](https://github.com/Belphemur/SoundSwitch/issues/450)
16+
17+
18+
### Languages
19+
20+
* **Russian:** Translated Settings using Weblate ([24cb961](https://github.com/Belphemur/SoundSwitch/commit/24cb961bdc46e00e209e44e53bab444d72d949f1))
21+
22+
23+
### Enhancements
24+
25+
* **AudioSwitcher:** Improve the logging of the switching for Windows 11 ([5e0a985](https://github.com/Belphemur/SoundSwitch/commit/5e0a985b59a63cd6225b5583ad5659707b9c22eb))
26+
* **Mute:** Change the unmute icon ([844ad5f](https://github.com/Belphemur/SoundSwitch/commit/844ad5f619c09c80b538d6d3b5fabf130a5cb998)), closes [#791](https://github.com/Belphemur/SoundSwitch/issues/791)
27+
* **Mute:** Improve the image to have the same size as device icon ([a840c82](https://github.com/Belphemur/SoundSwitch/commit/a840c82f678af4d37befcc340b62635fbfe83b29)), closes [#791](https://github.com/Belphemur/SoundSwitch/issues/791)
28+
* **TrayIcon:** Add better logs to understand what's happening with the systray icon not changing. ([99d6243](https://github.com/Belphemur/SoundSwitch/commit/99d62436a038a9b0eb8e67ab80ddd9dd20b75d7d)), closes [#450](https://github.com/Belphemur/SoundSwitch/issues/450)
29+
130
### [6.1.2](https://github.com/Belphemur/SoundSwitch/compare/v6.1.1...v6.1.2) (2021-10-13)
231

332

SoundSwitch/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
//
3939
// You can specify all the values or you can default the Build and Revision Numbers
4040
// by using the '*' as shown below:
41-
[assembly: AssemblyVersion("6.1.2")]
41+
[assembly: AssemblyVersion("6.2.0")]

0 commit comments

Comments
 (0)