Skip to content

Commit b07da74

Browse files
authored
Merge pull request #44 from OpenVoiceOS/release-0.2.15a1
Release 0.2.15a1
2 parents 908e1de + f060982 commit b07da74

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.github/workflows/publish_stable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
if: success() # Ensure this job only runs if the previous job succeeds
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
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
27-
uses: actions/setup-python@v1
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: "3.10"
3030
- name: Install Build Tools
@@ -61,7 +61,7 @@ jobs:
6161
if: success() # Ensure this job only runs if the previous job succeeds
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v4
6565
with:
6666
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
6767
ref: master

.github/workflows/release_workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
ref: dev
1818
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
1919
- name: Setup Python
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.11"
2323

@@ -48,7 +48,7 @@ jobs:
4848
needs: publish_alpha
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v4
5252
- name: Send message to Matrix bots channel
5353
id: matrix-chat-message
5454
uses: fadenb/matrix-chat-message@v0.0.6
@@ -65,12 +65,12 @@ jobs:
6565
if: success() # Ensure this job only runs if the previous job succeeds
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v4
6969
with:
7070
ref: dev
7171
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
7272
- name: Setup Python
73-
uses: actions/setup-python@v1
73+
uses: actions/setup-python@v5
7474
with:
7575
python-version: "3.11"
7676
- name: Install Build Tools
@@ -93,12 +93,12 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Checkout dev branch
96-
uses: actions/checkout@v3
96+
uses: actions/checkout@v4
9797
with:
9898
ref: dev
9999

100100
- name: Setup Python
101-
uses: actions/setup-python@v2
101+
uses: actions/setup-python@v5
102102
with:
103103
python-version: '3.10'
104104

CHANGELOG.md

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

3-
## [0.2.14a1](https://github.com/OpenVoiceOS/ovos-skill-dictation/tree/0.2.14a1) (2025-03-16)
3+
## [0.2.15a1](https://github.com/OpenVoiceOS/ovos-skill-dictation/tree/0.2.15a1) (2025-05-06)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-dictation/compare/V0.2.13...0.2.14a1)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-dictation/compare/V0.2.14...0.2.15a1)
66

77
**Merged pull requests:**
88

9-
- updating German translation [\#41](https://github.com/OpenVoiceOS/ovos-skill-dictation/pull/41) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
9+
- fix: error in translations [\#43](https://github.com/OpenVoiceOS/ovos-skill-dictation/pull/43) ([JarbasAl](https://github.com/JarbasAl))
1010

11-
## [V0.2.13](https://github.com/OpenVoiceOS/ovos-skill-dictation/tree/V0.2.13) (2025-02-28)
11+
## [V0.2.14](https://github.com/OpenVoiceOS/ovos-skill-dictation/tree/V0.2.14) (2025-03-16)
1212

13-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-dictation/compare/0.2.13...V0.2.13)
13+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-dictation/compare/0.2.14...V0.2.14)
1414

1515

1616

locale/ca-es/intents/start_dictation.intent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ comença a gravar paraules com a {name}
5555
comença a gravar text com a {name}
5656
comença a prendre notes
5757
comença a prendre notes (amb nom|amb el nom|amb es nom|anomenades|) {name}
58+
comença a prendre notes amb (el|es) nom de {name}
5859
comença a prendre notes amb (el|es) nom de {name} si us plau
59-
comença a prendre notes amb (el|es) nom de {nom}
6060
comença a prendre notes amb (el|es) nom {name}
6161
comença a prendre notes ara
6262
comença a prendre notes ara amb (el|es|) nom (de|) {name}

translations/ca-es/intents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"comença a prendre notes",
120120
"comença a prendre notes (amb nom|amb el nom|amb es nom|anomenades|) {name}",
121121
"comença a prendre notes amb (el|es) nom de {name} si us plau",
122-
"comença a prendre notes amb (el|es) nom de {nom}",
122+
"comença a prendre notes amb (el|es) nom de {name}",
123123
"comença a prendre notes amb (el|es) nom {name}",
124124
"comença a prendre notes ara",
125125
"comença a prendre notes ara amb (el|es|) nom (de|) {name}",

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 = 14
5-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 15
5+
VERSION_ALPHA = 1
66
# END_VERSION_BLOCK

0 commit comments

Comments
 (0)