Skip to content

Commit b780214

Browse files
chore(release): 5.11.0 [skip ci]
## [5.11.0](v5.10.2...v5.11.0) (2021-07-25) ### Features * **Device::Matching:** Use the Name to match device when id is different. Please rename your device if you have 2 with the same name. ([0dd1ef2](0dd1ef2)) ### Bug Fixes * **Device::Switching:** Fix case where the app doesn't remember the HDMI device after graphic update ([be97b1b](be97b1b)), closes [#698](#698) * **Device::Switching:** Fix device switching not finding all the different selected devices ([9bedd8d](9bedd8d)), closes [#697](#697) ### Languages * **Japanese:** Translated Settings using Weblate ([dd1b7eb](dd1b7eb)) * **Japanese:** Translated Settings using Weblate ([66c6ab1](66c6ab1)) * **Japanese:** Translated Tray Icon using Weblate ([0905aff](0905aff)) * **Japanese:** Translated Update Download using Weblate ([17ac3bf](17ac3bf))
1 parent b6bc205 commit b780214

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [5.11.0](https://github.com/Belphemur/SoundSwitch/compare/v5.10.2...v5.11.0) (2021-07-25)
2+
3+
4+
### Features
5+
6+
* **Device::Matching:** Use the Name to match device when id is different. Please rename your device if you have 2 with the same name. ([0dd1ef2](https://github.com/Belphemur/SoundSwitch/commit/0dd1ef261d8e879b778714d2533b2f32d38b47b8))
7+
8+
9+
### Bug Fixes
10+
11+
* **Device::Switching:** Fix case where the app doesn't remember the HDMI device after graphic update ([be97b1b](https://github.com/Belphemur/SoundSwitch/commit/be97b1b7af816a3569ee5e5d0063f181bca3bccd)), closes [#698](https://github.com/Belphemur/SoundSwitch/issues/698)
12+
* **Device::Switching:** Fix device switching not finding all the different selected devices ([9bedd8d](https://github.com/Belphemur/SoundSwitch/commit/9bedd8d918f4bdbb9e0c3a5ee8e87e01b936047b)), closes [#697](https://github.com/Belphemur/SoundSwitch/issues/697)
13+
14+
15+
### Languages
16+
17+
* **Japanese:** Translated Settings using Weblate ([dd1b7eb](https://github.com/Belphemur/SoundSwitch/commit/dd1b7ebf64f44d597470ba585a13f54f0beeb48e))
18+
* **Japanese:** Translated Settings using Weblate ([66c6ab1](https://github.com/Belphemur/SoundSwitch/commit/66c6ab144d41f8f683667b6e85c40a02314c1ffb))
19+
* **Japanese:** Translated Tray Icon using Weblate ([0905aff](https://github.com/Belphemur/SoundSwitch/commit/0905aff78590134f60f2b78563fed1fa2bf0dc16))
20+
* **Japanese:** Translated Update Download using Weblate ([17ac3bf](https://github.com/Belphemur/SoundSwitch/commit/17ac3bf88c7f3144307a91ada6f85a4853054408))
21+
122
### [5.10.2](https://github.com/Belphemur/SoundSwitch/compare/v5.10.1...v5.10.2) (2021-06-30)
223

324

SoundSwitch/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
//
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
38-
[assembly: AssemblyVersion("5.10.2.*")]
38+
[assembly: AssemblyVersion("5.11.0.*")]

0 commit comments

Comments
 (0)