Skip to content

Commit 6a77c93

Browse files
chore(release): 6.13.0-beta.5 [skip ci]
## [6.13.0-beta.5](v6.13.0-beta.4...v6.13.0-beta.5) (2025-03-12) ### Languages * **tamil:** Add tamil language to the application ([31a2f04](31a2f04)) * **Tamil:** Added About translation using Weblate ([7b16918](7b16918)) * **Tamil:** Added Settings translation using Weblate ([fc63fb5](fc63fb5)) * **Tamil:** Added Tray Icon translation using Weblate ([4b6b4df](4b6b4df)) * **Tamil:** Added Update Download translation using Weblate ([c8ee970](c8ee970)) * **Tamil:** Translated About using Weblate ([15ac998](15ac998)) * **Tamil:** Translated Settings using Weblate ([e5fa0d8](e5fa0d8)) * **Tamil:** Translated Tray Icon using Weblate ([2dd3920](2dd3920)) * **Tamil:** Translated Update Download using Weblate ([afc7c76](afc7c76)) ### Bug Fixes * **cli:mute:** notify on microphone muted state ([86e5843](86e5843)) * **localization:** correct formatting in SettingsStrings.ta.resx and improve bracket checking in check_brackets.py ([365c3b8](365c3b8)) * **localization:** improve formatting and correct placeholder in UpdateDownloadStrings.ta.resx ([74e0393](74e0393)) ### Features * **audio:** add event for volume and mute state changes ([f7013a2](f7013a2)) * **device:** track if the the device is muted. ([5b506d7](5b506d7)) * **microphone:** Notify on any microphone being muted. ([b464e2d](b464e2d))
1 parent b464e2d commit 6a77c93

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [6.13.0-beta.5](https://github.com/Belphemur/SoundSwitch/compare/v6.13.0-beta.4...v6.13.0-beta.5) (2025-03-12)
2+
3+
### Languages
4+
5+
* **tamil:** Add tamil language to the application ([31a2f04](https://github.com/Belphemur/SoundSwitch/commit/31a2f04fa8fe2735a3502637a67125060843e9ca))
6+
* **Tamil:** Added About translation using Weblate ([7b16918](https://github.com/Belphemur/SoundSwitch/commit/7b1691803c1226a6354944a202500cb94b7930e2))
7+
* **Tamil:** Added Settings translation using Weblate ([fc63fb5](https://github.com/Belphemur/SoundSwitch/commit/fc63fb5cff5145bd1be6066f9ff8ff3b88e23f7a))
8+
* **Tamil:** Added Tray Icon translation using Weblate ([4b6b4df](https://github.com/Belphemur/SoundSwitch/commit/4b6b4dfc8b42e47f7c886f8066bac2fb27025e73))
9+
* **Tamil:** Added Update Download translation using Weblate ([c8ee970](https://github.com/Belphemur/SoundSwitch/commit/c8ee970be58c7caadc3a9956352e02cf6f14690e))
10+
* **Tamil:** Translated About using Weblate ([15ac998](https://github.com/Belphemur/SoundSwitch/commit/15ac998a35194f1686447c8177dc31bbed8d9e4f))
11+
* **Tamil:** Translated Settings using Weblate ([e5fa0d8](https://github.com/Belphemur/SoundSwitch/commit/e5fa0d84645023da085b4bae0da7779aa9483891))
12+
* **Tamil:** Translated Tray Icon using Weblate ([2dd3920](https://github.com/Belphemur/SoundSwitch/commit/2dd3920feb443274a9810050dc9edf5cc7d87e79))
13+
* **Tamil:** Translated Update Download using Weblate ([afc7c76](https://github.com/Belphemur/SoundSwitch/commit/afc7c76ae423f9fdea73ad736a847ff7bd66b892))
14+
15+
### Bug Fixes
16+
17+
* **cli:mute:** notify on microphone muted state ([86e5843](https://github.com/Belphemur/SoundSwitch/commit/86e5843768a584496e833b5cd3d38f22c0c04942))
18+
* **localization:** correct formatting in SettingsStrings.ta.resx and improve bracket checking in check_brackets.py ([365c3b8](https://github.com/Belphemur/SoundSwitch/commit/365c3b8f7d1a700b459685c422dc40a55e07c0b1))
19+
* **localization:** improve formatting and correct placeholder in UpdateDownloadStrings.ta.resx ([74e0393](https://github.com/Belphemur/SoundSwitch/commit/74e03935dd30876b80b207d80043c2166da6b1c6))
20+
21+
### Features
22+
23+
* **audio:** add event for volume and mute state changes ([f7013a2](https://github.com/Belphemur/SoundSwitch/commit/f7013a258f67d4fbfb0de7342ed389ad4a4d860f))
24+
* **device:** track if the the device is muted. ([5b506d7](https://github.com/Belphemur/SoundSwitch/commit/5b506d786a36813a69e15a7181c8f40953ec9c23))
25+
* **microphone:** Notify on any microphone being muted. ([b464e2d](https://github.com/Belphemur/SoundSwitch/commit/b464e2dd0de50b5711f9a056eb7989aa2d15c3e5))
26+
127
## [6.13.0-beta.4](https://github.com/Belphemur/SoundSwitch/compare/v6.13.0-beta.3...v6.13.0-beta.4) (2025-03-03)
228

329
### Bug Fixes

SoundSwitch/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
// You can specify all the values or you can default the Build and Revision Numbers
4040
// by using the '*' as shown below:
4141
[assembly: AssemblyFileVersion("6.13.0")]
42-
[assembly: AssemblyInformationalVersion("6.13.0-beta.4")]
42+
[assembly: AssemblyInformationalVersion("6.13.0-beta.5")]

0 commit comments

Comments
 (0)