diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f6425..72cbea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,12 @@ # Changelog -## [1.0.0a1](https://github.com/OpenVoiceOS/skill-ovos-homescreen/tree/1.0.0a1) (2024-09-20) +## [1.0.1a1](https://github.com/OpenVoiceOS/skill-ovos-homescreen/tree/1.0.1a1) (2024-10-05) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-homescreen/compare/0.0.4a1...1.0.0a1) - -**Breaking changes:** - -- deprecate!:remove dashboard [\#112](https://github.com/OpenVoiceOS/skill-ovos-homescreen/pull/112) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.0.4a1](https://github.com/OpenVoiceOS/skill-ovos-homescreen/tree/0.0.4a1) (2024-09-20) - -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-homescreen/compare/0.0.3...0.0.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-homescreen/compare/1.0.0...1.0.1a1) **Merged pull requests:** -- feat:semver [\#113](https://github.com/OpenVoiceOS/skill-ovos-homescreen/pull/113) ([JarbasAl](https://github.com/JarbasAl)) +- Add Catalan translation [\#116](https://github.com/OpenVoiceOS/skill-ovos-homescreen/pull/116) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) diff --git a/translations/ca-es/intents.json b/translations/ca-es/intents.json new file mode 100644 index 0000000..4c6930f --- /dev/null +++ b/translations/ca-es/intents.json @@ -0,0 +1,12 @@ +{ + "change.wallpaper.intent": [ + "canvia el fons de pantalla actual", + "canvia el fons de pantalla", + "canvia el fons de pantalla de la pantalla d'inici", + "canvia el fons" + ], + "take.screenshot.intent": [ + "fes una captura de pantalla", + "fes una captura" + ] +} diff --git a/version.py b/version.py index a3d5a94..4aed667 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_BUILD = 0 -VERSION_ALPHA = 0 +VERSION_BUILD = 1 +VERSION_ALPHA = 1 # END_VERSION_BLOCK