Skip to content

Commit

Permalink
Merge pull request #49 from OpenVoiceOS/release-1.1.2a1
Browse files Browse the repository at this point in the history
Release 1.1.2a1
  • Loading branch information
JarbasAl authored Dec 19, 2024
2 parents e6a2298 + c132858 commit 7f991ed
Show file tree
Hide file tree
Showing 13 changed files with 144 additions and 50 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# Changelog

## [1.0.11a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.0.11a1) (2024-12-11)
## [1.1.2a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.1.2a1) (2024-12-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.0.10...1.0.11a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.1.1a1...1.1.2a1)

**Merged pull requests:**

- performance: support padatious [\#42](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/42) ([JarbasAl](https://github.com/JarbasAl))
- fix:dont\_allow\_load\_game [\#48](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/48) ([JarbasAl](https://github.com/JarbasAl))

## [1.1.1a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.1.1a1) (2024-12-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.1.0a1...1.1.1a1)

**Merged pull requests:**

- fix:improve\_media\_clf [\#46](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/46) ([JarbasAl](https://github.com/JarbasAl))

## [1.1.0a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.1.0a1) (2024-12-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.0.11...1.1.0a1)

**Merged pull requests:**

- feat: save/load game intent [\#44](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/44) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
3 changes: 3 additions & 0 deletions ocp_pipeline/locale/en-us/load_game.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
load
load [the] game
load [the] (last|previous) [saved] game
3 changes: 2 additions & 1 deletion ocp_pipeline/locale/en-us/next.intent
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
(play|go to) next (music|song|track|video|media)
next
next (song|track|music|movie|video|tune)
play next
play next
(play|go to) [the] next (song|track|music|movie|video|tune)
2 changes: 1 addition & 1 deletion ocp_pipeline/locale/en-us/open.intent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open (OCP|O C P|common|ovos|open voice os) (player|media player)
open (OCP|O C P|ovos common play|common play|ovos media player|open voice os player) (home screen|home page|homescreen|homepage|menu)
open (OCP|O C P|ovos common play|open voice os common play|common play)
open (media|music|gui|video) (player|catalog|skills|menu|playback)
open [the] (media|music|gui|video) (player|catalog|skills|menu|playback)
2 changes: 1 addition & 1 deletion ocp_pipeline/locale/en-us/pause.intent
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pause
pause (music|song|track|video|media|playback)
pause [the] (music|song|track|video|media|playback|game)
3 changes: 2 additions & 1 deletion ocp_pipeline/locale/en-us/prev.intent
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
(play previous|previous) (music|song|track|video|media)
(play previous|previous|go back)
previous
previous (song|track|music|movie|video|tune)
previous (song|track|music|movie|video|tune)
(play|go to) [the] previous (song|track|music|movie|video|tune)
2 changes: 1 addition & 1 deletion ocp_pipeline/locale/en-us/read.intent
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
read (book|audiobook|audio book) {query}
read [the] (book|audiobook|audio book) {query}
read {query}
read {query} (book|audiobook|audio book)
2 changes: 1 addition & 1 deletion ocp_pipeline/locale/en-us/resume.intent
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(unpause|resume)
(unpause|resume|continue|restart) (music|song|track|video|media|playback)
(unpause|resume|continue|restart) [the] (music|song|track|video|media|playback|game)
play
2 changes: 2 additions & 0 deletions ocp_pipeline/locale/en-us/save_game.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
save
save [the] game
121 changes: 91 additions & 30 deletions ocp_pipeline/opm.py

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ocp_pipeline/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 11
VERSION_ALPHA = 0
VERSION_MINOR = 1
VERSION_BUILD = 2
VERSION_ALPHA = 1
# END_VERSION_BLOCK
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ovos-workshop>=0.1.7,<4.0.0
ovos-classifiers
ovos-utils>=0.3.5,<1.0.0
ovos-plugin-manager>=0.5.0,<1.0.0
langcodes
ovos-utils[extras]>=0.3.5,<1.0.0
ovos-plugin-manager>=0.5.0,<1.0.0
21 changes: 16 additions & 5 deletions translations/en-us/intents.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,36 @@
"(play|go to) next (music|song|track|video|media)",
"play next",
"next",
"next (song|track|music|movie|video|tune)"
"next (song|track|music|movie|video|tune)",
"(play|go to) [the] next (song|track|music|movie|video|tune)"
],
"resume.intent": [
"(unpause|resume)",
"(unpause|resume|continue|restart) (music|song|track|video|media|playback)",
"(unpause|resume|continue|restart) [the] (music|song|track|video|media|playback|game)",
"play"
],
"read.intent": [
"read (book|audiobook|audio book) {query}",
"read [the] (book|audiobook|audio book) {query}",
"read {query}",
"read {query} (book|audiobook|audio book)"
],
"prev.intent": [
"(play previous|go back one) (music|song|track|video|media)",
"(play previous|previous) (music|song|track|video|media)",
"(play previous|previous|go back)",
"(play|go to) [the] previous (song|track|music|movie|video|tune)",
"previous",
"previous (song|track|music|movie|video|tune)"
],
"pause.intent": [
"pause",
"pause (music|song|track|video|media|playback)"
"pause [the] (music|song|track|video|media|playback|game)"
],
"open.intent": [
"open (OCP|O C P|common|ovos|open voice os) (player|media player)",
"open (OCP|O C P|ovos common play|common play|ovos media player|open voice os player) (home screen|home page|homescreen|homepage|menu)",
"open (OCP|O C P|ovos common play|open voice os common play|common play)",
"open (media|music|gui|video) (player|catalog|skills|menu|playback)"
"open [the] (media|music|gui|video) (player|catalog|skills|menu|playback)"
],
"featured.intent": [
"(open|show|display) (featured|) {media} (catalog|collection|playlist)",
Expand All @@ -59,5 +61,14 @@
"stop",
"stop (playback|media|media playback|music|movie|movies|noise)",
"stop everything"
],
"save_game.intent": [
"save",
"save [the] game"
],
"load_game.intent": [
"load",
"load [the] game",
"load [the] (last|previous) [saved] game"
]
}

0 comments on commit 7f991ed

Please sign in to comment.