Skip to content

Commit ea3f9d5

Browse files
chore(release): 6.13.0-beta.6 [skip ci]
## [6.13.0-beta.6](v6.13.0-beta.5...v6.13.0-beta.6) (2025-03-14) ### Features * **mute:** add a compact banner for the microphone mute state ([48f0aa4](48f0aa4)) * **mute:** Only show friendly name for the device for mute notification ([09eeffb](09eeffb)) * **notification::mute:** Support clicking the banner to unmute. ([67e2b3f](67e2b3f)) * **notification::mute:** Use a compact notification for Mute that stays on the screen until the microphone is unmuted. ([7439388](7439388)) * **resources:** add microphone and mute images ([b221ab3](b221ab3))
1 parent e96dc4a commit ea3f9d5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [6.13.0-beta.6](https://github.com/Belphemur/SoundSwitch/compare/v6.13.0-beta.5...v6.13.0-beta.6) (2025-03-14)
2+
3+
### Features
4+
5+
* **mute:** add a compact banner for the microphone mute state ([48f0aa4](https://github.com/Belphemur/SoundSwitch/commit/48f0aa40ea8859df7e6fc7fa5226701b9655b403))
6+
* **mute:** Only show friendly name for the device for mute notification ([09eeffb](https://github.com/Belphemur/SoundSwitch/commit/09eeffb32cab571c5fe4d7a72b399af474144ffd))
7+
* **notification::mute:** Support clicking the banner to unmute. ([67e2b3f](https://github.com/Belphemur/SoundSwitch/commit/67e2b3fe1630294de949520455d19656b2cd0d56))
8+
* **notification::mute:** Use a compact notification for Mute that stays on the screen until the microphone is unmuted. ([7439388](https://github.com/Belphemur/SoundSwitch/commit/7439388e9d34c37e2248f9f87065c1b83d7821dd))
9+
* **resources:** add microphone and mute images ([b221ab3](https://github.com/Belphemur/SoundSwitch/commit/b221ab3bada5c4703e91b815826e35897bfe0fe8))
10+
111
## [6.13.0-beta.5](https://github.com/Belphemur/SoundSwitch/compare/v6.13.0-beta.4...v6.13.0-beta.5) (2025-03-12)
212

313
### Languages

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.5")]
42+
[assembly: AssemblyInformationalVersion("6.13.0-beta.6")]

0 commit comments

Comments
 (0)