Skip to content

Commit 872a308

Browse files
authored
Merge pull request #56 from OpenVoiceOS/release-0.5.11a2
Release 0.5.11a2
2 parents 27a3148 + a480d26 commit 872a308

File tree

9 files changed

+48
-57
lines changed

9 files changed

+48
-57
lines changed

.github/workflows/license_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: 3.8
19+
python-version: "3.10"
2020
- name: Install Build Tools
2121
run: |
2222
python -m pip install build wheel

.github/workflows/publish_stable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
with:
24-
ref: dev
24+
ref: master
2525
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
2626
- name: Setup Python
2727
uses: actions/setup-python@v1
2828
with:
29-
python-version: 3.8
29+
python-version: "3.10"
3030
- name: Install Build Tools
3131
run: |
3232
python -m pip install build wheel
@@ -69,4 +69,4 @@ jobs:
6969
uses: ad-m/github-push-action@master
7070
with:
7171
github_token: ${{ secrets.GITHUB_TOKEN }}
72-
branch: dev
72+
branch: dev

.github/workflows/release_workflow.yml

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,35 @@ on:
44
pull_request:
55
types: [closed]
66
branches: [dev]
7+
workflow_dispatch:
78

89
jobs:
10+
11+
translations:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Check out repository
15+
uses: actions/checkout@v2
16+
with:
17+
ref: dev
18+
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
19+
- name: Setup Python
20+
uses: actions/setup-python@v1
21+
with:
22+
python-version: "3.11"
23+
24+
- name: Sync translations by gitlocalize-app[bot]
25+
run: |
26+
python scripts/sync_translations.py
27+
28+
- name: Commit to dev
29+
uses: stefanzweifel/git-auto-commit-action@v4
30+
with:
31+
commit_message: Update translations
32+
branch: dev
33+
934
publish_alpha:
10-
if: github.event.pull_request.merged == true
35+
needs: translations
1136
uses: TigreGotico/gh-automations/.github/workflows/publish-alpha.yml@master
1237
secrets: inherit
1338
with:
@@ -46,7 +71,7 @@ jobs:
4671
- name: Setup Python
4772
uses: actions/setup-python@v1
4873
with:
49-
python-version: 3.8
74+
python-version: "3.11"
5075
- name: Install Build Tools
5176
run: |
5277
python -m pip install build wheel
@@ -56,12 +81,11 @@ jobs:
5681
- name: Build Distribution Packages
5782
run: |
5883
python setup.py sdist bdist_wheel
59-
- name: Publish to Test PyPI
84+
- name: Publish to PyPI
6085
uses: pypa/gh-action-pypi-publish@master
6186
with:
6287
password: ${{secrets.PYPI_TOKEN}}
6388

64-
6589
propose_release:
6690
needs: publish_alpha
6791
if: success() # Ensure this job only runs if the previous job succeeds

.github/workflows/sync_tx.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Changelog
22

3-
## [0.5.10a1](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/tree/0.5.10a1) (2024-12-02)
3+
## [0.5.11a2](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/tree/0.5.11a2) (2025-03-26)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/compare/V0.5.9...0.5.10a1)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/compare/0.5.11a1...0.5.11a2)
66

77
**Merged pull requests:**
88

9-
- import galician and basque translations [\#51](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/pull/51) ([JarbasAl](https://github.com/JarbasAl))
9+
- updating German translation [\#55](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/pull/55) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
1010

11-
## [V0.5.9](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/tree/V0.5.9) (2024-12-02)
11+
## [0.5.11a1](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/tree/0.5.11a1) (2025-01-25)
1212

13-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/compare/0.5.9...V0.5.9)
13+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/compare/0.5.10...0.5.11a1)
14+
15+
**Merged pull requests:**
16+
17+
- fix automations [\#53](https://github.com/OpenVoiceOS/ovos-skill-application-launcher/pull/53) ([JarbasAl](https://github.com/JarbasAl))
1418

1519

1620

locale/de-de/close.intent

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
beende {application
21
beende {application}
32
schließe {application}
4-
{Anwendung} beenden
3+
{application} beenden
54
{application} schließen

locale/de-de/launch.intent

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
lasse {application} laufen
22
starte {application}
3+
{application} starten
34
öffne {application}

translations/de-de/intents.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"launch.intent": [
3-
"starte {application}",
3+
"starte {application}\n{application} starten",
44
"öffne {application}",
55
"lasse {application} laufen"
66
],
77
"close.intent": [
88
"schließe {application}",
99
"beende {application}",
1010
"{application} schließen",
11-
"beende {application",
12-
" {Anwendung} beenden"
11+
"beende {application}",
12+
" {application} beenden"
1313
]
1414
}

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 = 5
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)