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
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

## [0.2.6a1](https://github.com/OpenVoiceOS/ovos-skill-dictation/tree/0.2.6a1) (2024-11-23)
## [0.2.7a1](https://github.com/OpenVoiceOS/ovos-skill-dictation/tree/0.2.7a1) (2024-11-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-dictation/compare/V0.2.5...0.2.6a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-dictation/compare/V0.2.6...0.2.7a1)

**Merged pull requests:**

- Add Catalan translation [\#24](https://github.com/OpenVoiceOS/ovos-skill-dictation/pull/24) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- da-dk/translate [\#26](https://github.com/OpenVoiceOS/ovos-skill-dictation/pull/26) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [V0.2.5](https://github.com/OpenVoiceOS/ovos-skill-dictation/tree/V0.2.5) (2024-11-19)
## [V0.2.6](https://github.com/OpenVoiceOS/ovos-skill-dictation/tree/V0.2.6) (2024-11-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-dictation/compare/0.2.5...V0.2.5)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-dictation/compare/0.2.6...V0.2.6)



Expand Down
13 changes: 13 additions & 0 deletions locale/da/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"skill_id": "ovos-skill-dictation.openvoiceos",
"source": "https://github.com/OpenVoiceOS/ovos-skill-dictation",
"name": "Diktatfærdighed",
"description": "transskriberer løbende brugertale til tekstfil, mens den er aktiveret",
"examples": [
"start diktat",
"afslut diktat"
],
"tags": [
"produktivitet"
]
}
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_BUILD = 6
VERSION_ALPHA = 0
VERSION_BUILD = 7
VERSION_ALPHA = 1
# END_VERSION_BLOCK