Skip to content

Commit

Permalink
chore(release): 5.11.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 25, 2021
1 parent b6bc205 commit b780214
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [5.11.0](https://github.com/Belphemur/SoundSwitch/compare/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](https://github.com/Belphemur/SoundSwitch/commit/0dd1ef261d8e879b778714d2533b2f32d38b47b8))


### Bug Fixes

* **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)
* **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)


### Languages

* **Japanese:** Translated Settings using Weblate ([dd1b7eb](https://github.com/Belphemur/SoundSwitch/commit/dd1b7ebf64f44d597470ba585a13f54f0beeb48e))
* **Japanese:** Translated Settings using Weblate ([66c6ab1](https://github.com/Belphemur/SoundSwitch/commit/66c6ab144d41f8f683667b6e85c40a02314c1ffb))
* **Japanese:** Translated Tray Icon using Weblate ([0905aff](https://github.com/Belphemur/SoundSwitch/commit/0905aff78590134f60f2b78563fed1fa2bf0dc16))
* **Japanese:** Translated Update Download using Weblate ([17ac3bf](https://github.com/Belphemur/SoundSwitch/commit/17ac3bf88c7f3144307a91ada6f85a4853054408))

### [5.10.2](https://github.com/Belphemur/SoundSwitch/compare/v5.10.1...v5.10.2) (2021-06-30)


Expand Down
2 changes: 1 addition & 1 deletion SoundSwitch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("5.10.2.*")]
[assembly: AssemblyVersion("5.11.0.*")]

0 comments on commit b780214

Please sign in to comment.