Skip to content

Commit 42d4493

Browse files
authored
Merge pull request #44 from OpenVoiceOS/release-0.2.11a2
Release 0.2.11a2
2 parents b1593a4 + 63a4dbf commit 42d4493

File tree

7 files changed

+13
-23
lines changed

7 files changed

+13
-23
lines changed

CHANGELOG.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
# Changelog
22

3-
## [0.2.10a3](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.10a3) (2025-03-30)
3+
## [0.2.11a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.11a1) (2025-04-02)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.10a2...0.2.10a3)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.10...0.2.11a1)
66

77
**Merged pull requests:**
88

9-
- gl/translate [\#40](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/40) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
10-
- fixing German translation and adding note for container usage [\#39](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/39) ([Dante1975X](https://github.com/Dante1975X))
11-
12-
## [0.2.10a2](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.10a2) (2025-02-27)
13-
14-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.10a1...0.2.10a2)
15-
16-
## [0.2.10a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.10a1) (2025-01-25)
17-
18-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.9...0.2.10a1)
19-
20-
**Merged pull requests:**
21-
22-
- fix automations [\#35](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/35) ([JarbasAl](https://github.com/JarbasAl))
9+
- optimizing German translation for better usage [\#43](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/43) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
10+
- optimizing German translation for better usage [\#42](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/42) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
2311

2412

2513

locale/de-de/Run.voc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
starte (Befehl|Skript)
2-
führe (Befehl|Skript) aus
2+
führe (Befehl|Skript) aus
3+
(Skript|Befehl) ausführen1
4+
(Skript|Befehl) starten

locale/de-de/running.dialog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
führe {Alias} (Befehl|Skript) aus
1+
führe {alias} (Befehl|Skript) aus

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ovos-workshop>=0.0.15,<4.0.0
1+
ovos-workshop>=0.0.15,<8.0.0

translations/de-de/dialogs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"running.dialog": [
3-
"führe {Alias} (Befehl|Skript) aus"
3+
"führe {alias} (Befehl|Skript) aus"
44
]
55
}

translations/de-de/vocabs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Run.voc": [
3-
"starte (Befehl|Skript)\nführe (Befehl|Skript) aus"
3+
"starte (Befehl|Skript)\nführe (Befehl|Skript) aus\n(Skript|Befehl) ausführen1\n(Skript|Befehl) starten"
44
]
55
}

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# START_VERSION_BLOCK
22
VERSION_MAJOR = 0
33
VERSION_MINOR = 2
4-
VERSION_BUILD = 10
5-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 11
5+
VERSION_ALPHA = 2
66
# END_VERSION_BLOCK

0 commit comments

Comments
 (0)