diff --git a/CHANGELOG.md b/CHANGELOG.md index f510eb3..f8d3750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/locale/da/skill.json b/locale/da/skill.json new file mode 100644 index 0000000..150ac71 --- /dev/null +++ b/locale/da/skill.json @@ -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" + ] +} diff --git a/version.py b/version.py index 27d175a..0ad78bd 100644 --- a/version.py +++ b/version.py @@ -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