Skip to content

Commit 909a8d4

Browse files
chore(release): 6.13.0-beta.1 [skip ci]
## [6.13.0-beta.1](v6.12.0...v6.13.0-beta.1) (2025-02-10) ### Enhancements * **installer:** make installer compatible with ARM64 using compatibility layer ([fc31118](fc31118)) * **ipc:** Be sure two instance of SoundSwitch can communicate. ([118681a](118681a)) * **Reset Audio:** Bring back shortcut to reset per app audio ([b87f96c](b87f96c)), closes [#1630](#1630) [#1539](#1539) [#860](#860) [#1107](#1107) [#1515](#1515) ### Languages * **Thai:** Translated Settings using Weblate ([75a58b3](75a58b3)) ### Bug Fixes * **communication:** Possible crash on closing the software ([5b8fd5c](5b8fd5c)) * **release:** fix building right version of application ([ba16256](ba16256)), closes [#1669](#1669) ### Features * **Settings:** reopen settings when opening another SoundSwitch. ([22920cd](22920cd)), closes [#850](#850)
1 parent 65f2547 commit 909a8d4

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [6.13.0-beta.1](https://github.com/Belphemur/SoundSwitch/compare/v6.12.0...v6.13.0-beta.1) (2025-02-10)
2+
3+
### Enhancements
4+
5+
* **installer:** make installer compatible with ARM64 using compatibility layer ([fc31118](https://github.com/Belphemur/SoundSwitch/commit/fc311187ae154453fa7714e80d110ad8643db894))
6+
* **ipc:** Be sure two instance of SoundSwitch can communicate. ([118681a](https://github.com/Belphemur/SoundSwitch/commit/118681a9a015e99f1580c6691641c8cecac0c2e5))
7+
* **Reset Audio:** Bring back shortcut to reset per app audio ([b87f96c](https://github.com/Belphemur/SoundSwitch/commit/b87f96c40cdb5b3b9efb75adf1fb146ff162790e)), closes [#1630](https://github.com/Belphemur/SoundSwitch/issues/1630) [#1539](https://github.com/Belphemur/SoundSwitch/issues/1539) [#860](https://github.com/Belphemur/SoundSwitch/issues/860) [#1107](https://github.com/Belphemur/SoundSwitch/issues/1107) [#1515](https://github.com/Belphemur/SoundSwitch/issues/1515)
8+
9+
### Languages
10+
11+
* **Thai:** Translated Settings using Weblate ([75a58b3](https://github.com/Belphemur/SoundSwitch/commit/75a58b3eccab2b533b278281c0f3b134a7e59831))
12+
13+
### Bug Fixes
14+
15+
* **communication:** Possible crash on closing the software ([5b8fd5c](https://github.com/Belphemur/SoundSwitch/commit/5b8fd5c49c98d8766e2c8ec6134ae24a16cc0181))
16+
* **release:** fix building right version of application ([ba16256](https://github.com/Belphemur/SoundSwitch/commit/ba16256de99e4119b947a33a4175a6d13709c86f)), closes [#1669](https://github.com/Belphemur/SoundSwitch/issues/1669)
17+
18+
### Features
19+
20+
* **Settings:** reopen settings when opening another SoundSwitch. ([22920cd](https://github.com/Belphemur/SoundSwitch/commit/22920cd2f9c2c279f612127245db433832963590)), closes [#850](https://github.com/Belphemur/SoundSwitch/issues/850)
21+
122
## [6.12.0](https://github.com/Belphemur/SoundSwitch/compare/v6.11.0...v6.12.0) (2025-02-05)
223

324
### Languages

SoundSwitch/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
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: AssemblyFileVersion("6.12.0")]
42-
[assembly: AssemblyInformationalVersion("6.12.0")]
41+
[assembly: AssemblyFileVersion("6.13.0")]
42+
[assembly: AssemblyInformationalVersion("6.13.0-beta.1")]

0 commit comments

Comments
 (0)