Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.5a2 #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Changelog

## [0.3.4a1](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/0.3.4a1) (2024-11-19)
## [0.3.5a2](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/0.3.5a2) (2024-11-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/V0.3.3...0.3.4a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/V0.3.4...0.3.5a2)

**Merged pull requests:**

- fix:allow workshop 3.0.0 [\#15](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/15) ([JarbasAl](https://github.com/JarbasAl))
- da-dk/translate [\#18](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/18) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- Add Catalan translation [\#17](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/17) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [V0.3.3](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/V0.3.3) (2024-11-04)
## [V0.3.4](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/V0.3.4) (2024-11-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/0.3.3...V0.3.3)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/0.3.4...V0.3.4)



Expand Down
22 changes: 22 additions & 0 deletions locale/ca-es/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"skill_id": "ovos-skill-ggwave.openvoiceos",
"source": "https://github.com/OpenVoiceOS/ovos-skill-ggwave",
"package_name": "ovos-skill-ggwave",
"extra_plugins": {
"listener": [
"ovos-audio-transformer-plugin-ggwave"
]
},
"name": "Habilitat GGWave",
"description": "Interfície de veu per al connector ggwave.",
"examples": [
"inicia ggwave",
"permet dades d'àudio",
"desactiva els codis d'àudio"
],
"tags": [
"interfície de veu",
"connector d'àudio",
"ggwave"
]
}
22 changes: 22 additions & 0 deletions locale/da-dk/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"skill_id": "ovos-skill-ggwave.openvoiceos",
"source": "https://github.com/OpenVoiceOS/ovos-skill-ggwave",
"package_name": "ovos-færdighed-ggwave",
"extra_plugins": {
"listener": [
"ovos-lyd-transformer-plugin-ggwave"
]
},
"name": "GGGWave Skill",
"description": "Stemmegrænseflade til ggwave plugin.",
"examples": [
"start ggwave",
"tillade lyddata",
"deaktiver lydkoder"
],
"tags": [
"stemmegrænseflade",
"lyd plugin",
"ggwave"
]
}
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 = 3
VERSION_BUILD = 4
VERSION_ALPHA = 0
VERSION_BUILD = 5
VERSION_ALPHA = 2
# END_VERSION_BLOCK