Skip to content

Commit

Permalink
Merge pull request #19 from OpenVoiceOS/release-0.0.6a1
Browse files Browse the repository at this point in the history
Release 0.0.6a1
  • Loading branch information
JarbasAl authored Nov 15, 2024
2 parents d5a7a4d + ee6caf3 commit d6ba442
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 139 deletions.
23 changes: 5 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
# Changelog

## [0.0.5a1](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/tree/0.0.5a1) (2024-11-04)
## [0.0.6a1](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/tree/0.0.6a1) (2024-11-15)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/compare/V0.0.4a3...0.0.5a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/compare/V0.0.5...0.0.6a1)

**Merged pull requests:**

- fix: requirements.txt [\#16](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/pull/16) ([JarbasAl](https://github.com/JarbasAl))
- fix: add missing skill.json [\#18](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/pull/18) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.4a3](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/tree/V0.0.4a3) (2024-11-04)
## [V0.0.5](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/tree/V0.0.5) (2024-11-04)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/compare/0.0.4a3...V0.0.4a3)

## [0.0.4a3](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/tree/0.0.4a3) (2024-11-04)

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

## [0.0.4a2](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/tree/0.0.4a2) (2024-11-04)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/compare/0.0.4...0.0.4a2)

**Merged pull requests:**

- de-de/translate [\#14](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/pull/14) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- da-dk/translate [\#13](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/pull/13) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-moviemaster/compare/0.0.5...V0.0.5)



Expand Down
25 changes: 25 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"skill_id": "skill-moviemaster.openvoiceos",
"source": "https://github.com/OpenVoiceOS/ovos-skill-moviemaster",
"name": "Movie Master",
"description": "Find information about movies, actors, and production details. Easily find information about a movie with your voice.",
"examples": [
"What is the movie _______ about?",
"Tell me about the movie _______",
"Who plays in the movie _______?",
"What genres does the flick _______ belong to?",
"Look for information on the movie _______.",
"When was the movie _______ made?",
"Do you have info on the film _______?",
"What are popular movies playing now?",
"What films do you recommend like _______?",
"How long is the movie _______?",
"What are the highest rated movies out?"
],
"tags": [
"TMDB",
"Movies",
"Actors",
"entertainment"
]
}
53 changes: 0 additions & 53 deletions res/desktop/skill.json

This file was deleted.

66 changes: 0 additions & 66 deletions skill.json

This file was deleted.

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 = 0
VERSION_BUILD = 5
VERSION_ALPHA = 0
VERSION_BUILD = 6
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit d6ba442

Please sign in to comment.