Skip to content

Commit

Permalink
Merge pull request #32 from OpenVoiceOS/release-0.2.8a1
Browse files Browse the repository at this point in the history
Release 0.2.8a1
  • Loading branch information
JarbasAl authored Dec 4, 2024
2 parents 34e68bd + 9694e13 commit 6bf2e20
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 32 deletions.
36 changes: 6 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,17 @@
# Changelog

## [0.2.7a4](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.7a4) (2024-12-02)
## [0.2.8a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.8a1) (2024-12-04)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7a3...0.2.7a4)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/V0.2.7...0.2.8a1)

**Merged pull requests:**

- import galician and basuqe translations [\#29](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/29) ([JarbasAl](https://github.com/JarbasAl))
- de-de/translate [\#31](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/31) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- de-de/translate [\#26](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/26) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.2.7a3](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.7a3) (2024-12-02)
## [V0.2.7](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/V0.2.7) (2024-12-02)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7a2...0.2.7a3)

**Merged pull requests:**

- import galician [\#27](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/27) ([JarbasAl](https://github.com/JarbasAl))

## [0.2.7a2](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.7a2) (2024-11-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7a1...0.2.7a2)

**Merged pull requests:**

- Add Catalan translation [\#23](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/23) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- Add Catalan translation [\#22](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/22) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

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

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

**Merged pull requests:**

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

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

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



Expand Down
1 change: 1 addition & 0 deletions locale/de-de/running.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
führe {Alias} (Befehl|Skript) aus
6 changes: 6 additions & 0 deletions locale/de-de/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"examples": [
"Starte Befehl ___",
"Skript ausführen ___"
]
}
5 changes: 5 additions & 0 deletions translations/de-de/dialogs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"running.dialog": [
"führe {Alias} (Befehl|Skript) aus"
]
}
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 = 7
VERSION_ALPHA = 0
VERSION_BUILD = 8
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 6bf2e20

Please sign in to comment.