Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.4.0"}
{".":"0.5.0"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.0](https://github.com/OneLiteFeatherNET/Sturnus/compare/v0.4.0...v0.5.0) (2026-08-20)


### Features

* **worker:** transcribe for the language and the vocabulary of the room ([#44](https://github.com/OneLiteFeatherNET/Sturnus/issues/44)) ([8822b6b](https://github.com/OneLiteFeatherNET/Sturnus/commit/8822b6b2193008be487b5d2c61133525b818a408))


### Bug Fixes

* **chart:** route the Sentry DSN through the Secret ([#40](https://github.com/OneLiteFeatherNET/Sturnus/issues/40)) ([dc4e4fb](https://github.com/OneLiteFeatherNET/Sturnus/commit/dc4e4fb342f38e47061db07ef01cc87a4b2dfade))
* **protocol:** give the attribution and the words their own paragraphs ([#42](https://github.com/OneLiteFeatherNET/Sturnus/issues/42)) ([4ba2716](https://github.com/OneLiteFeatherNET/Sturnus/commit/4ba27160439bdb4e00cf4f323918bba0c4bb8ec4))
* **worker:** stop Silero VAD from throwing away every transcript ([#45](https://github.com/OneLiteFeatherNET/Sturnus/issues/45)) ([21d79be](https://github.com/OneLiteFeatherNET/Sturnus/commit/21d79be445ac72a9830510d4c5a64f668368b9fc))

## [0.4.0](https://github.com/OneLiteFeatherNET/Sturnus/compare/v0.3.1...v0.4.0) (2026-08-20)


Expand Down
4 changes: 2 additions & 2 deletions charts/sturnus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Discord voice transcription with Outline document output -- bot, li
type: application
# Both markers are rewritten by release-please, so the chart version and the
# image it deploys always come from the same release (see pyproject.toml).
version: "0.4.0" # x-release-please-version
appVersion: "0.4.0" # x-release-please-version
version: "0.5.0" # x-release-please-version
appVersion: "0.5.0" # x-release-please-version
home: https://github.com/OneLiteFeatherNET/Sturnus
sources:
- https://github.com/OneLiteFeatherNET/Sturnus
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sturnus"
version = "0.4.0" # x-release-please-version
version = "0.5.0" # x-release-please-version
description = "Discord voice transcription with Outline document output"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.