fix: mute_input always mutes instead of toggling
release / verify (push) Successful in 20s
release / linux-amd64 (push) Failing after 28s

This commit is contained in:
2026-08-07 08:31:12 +02:00
parent d0841d2c9b
commit 1fdf46e42a
5 changed files with 11 additions and 4 deletions
+7
View File
@@ -4,6 +4,12 @@ All notable changes to this project are documented here.
The project uses semantic versioning. Tags are formatted as `vMAJOR.MINOR.PATCH`.
## [1.3.2] - 2026-08-07
### Changed
- `mute_input` action now always mutes the microphone instead of toggling its current state.
## [1.3.1] - 2026-07-12
### Added
@@ -77,6 +83,7 @@ The project uses semantic versioning. Tags are formatted as `vMAJOR.MINOR.PATCH`
- Added YAML configuration, CLI `init`, `preview`, and `run` commands.
- Added Gitea CI and tag-based release workflows.
[1.3.2]: https://gitea.forust.xyz/forust/gosleep/releases/tag/v1.3.2
[1.3.1]: https://gitea.forust.xyz/forust/gosleep/releases/tag/v1.3.1
[1.2.2]: https://gitea.forust.xyz/forust/gosleep/releases/tag/v1.2.2
[1.2.1]: https://gitea.forust.xyz/forust/gosleep/releases/tag/v1.2.1