Skip to content

Commit

Permalink
Merge pull request #69 from OpenVoiceOS/release-0.5.6a1
Browse files Browse the repository at this point in the history
Release 0.5.6a1
  • Loading branch information
JarbasAl authored Nov 15, 2024
2 parents 96a4da4 + f5cea84 commit 57da174
Show file tree
Hide file tree
Showing 19 changed files with 72 additions and 88 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog

## [0.5.4a1](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/tree/0.5.4a1) (2024-11-02)
## [0.5.6a1](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/tree/0.5.6a1) (2024-11-15)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/compare/0.5.3...0.5.4a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/compare/0.5.5a1...0.5.6a1)

**Merged pull requests:**

- da-dk/translate [\#64](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/pull/64) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- fix: skill.json [\#68](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/pull/68) ([JarbasAl](https://github.com/JarbasAl))

## [0.5.5a1](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/tree/0.5.5a1) (2024-11-12)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/compare/0.5.4...0.5.5a1)

**Merged pull requests:**

- fixed error in 1 intent [\#66](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/pull/66) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
5 changes: 1 addition & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
recursive-include dialog *
recursive-include vocab *
recursive-include locale *
recursive-include res *
recursive-include ui *
recursive-include skill *
recursive-include gui *
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def handle_search(self, message):
"image": None,
}

self.gui.show_animated_image(join(dirname(__file__), "ui", "jumping.gif"))
self.gui.show_animated_image("jumping.gif")

self.speak_dialog("searching", {"query": query})

Expand Down
File renamed without changes
4 changes: 4 additions & 0 deletions locale/da-dk/More.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fortsæt
fortæl mig mere
fortæll mere
vide mere
2 changes: 2 additions & 0 deletions locale/da-dk/no entry found.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Jeg er bange for, at der ikke er nogen artikel om det
Jeg kan ikke finde en relateret Wikipedia-artikel
11 changes: 11 additions & 0 deletions locale/da-dk/query.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Giv mig oplysninger om {keyword}
Hvad ved du om {keyword}
Jeg er nysgerrig efter {keyword}
Jeg søger detaljer om {keyword}
Jeg vil gerne vide mere om {keyword}
Kan du forklare, hvad {keyword} er
Kan du give detaljer om {keyword}
Kan du oplyse mig om {keyword}
fortæl mig om {keyword}
hvad er {keyword}
hvem (er|var) {søgeord}
2 changes: 2 additions & 0 deletions locale/da-dk/searching.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Jeg tjekker Wikipedia for {query}
Lad mig slå {query} op i Wikipedia
2 changes: 2 additions & 0 deletions locale/da-dk/thats all.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Det er alt, hvad jeg kan finde
Det er alt, hvad jeg ved
3 changes: 3 additions & 0 deletions locale/da-dk/wiki.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(søg|tjek) (wiki|wikipedia) for {query}
(wiki|wikipedia) {query}
hvad siger (wiki|wikipedia) om {query}
2 changes: 2 additions & 0 deletions locale/da-dk/wikiroulette.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
spiller wikipedia roulette
viden roulette aktiveret
5 changes: 5 additions & 0 deletions locale/da-dk/wikiroulette.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(spil|spil) (wiki|wikipedia) roulette
(vis|vis|åben) tilfældig (wiki|wikipedia)
(wiki|wikipedia) roulette
tilfældig (wiki|wikipedia)
tilfældig (wiki|wikipedia) side
23 changes: 23 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"skill_id": "skill-ovos-wikipedia.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wikipedia",
"name": "Wikipedia",
"description": "Query Wikipedia for answers to all your questions. Get just a summary, or ask for more to get in-depth information.",
"examples": [
"Tell me about Elon Musk",
"Tell me about beans",
"Check Wikipedia for beans",
"Tell me about the Pembroke Welsh Corgi",
"Search for chocolate",
"More information",
"Tell me More"
],
"tags": [
"wikipedia",
"encyclopedia",
"general-knowledge",
"wiki",
"question",
"query"
]
}
2 changes: 1 addition & 1 deletion locale/nl-nl/wiki.intent
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(wiki|wikipedia) {query}
(zoek op|check (wiki|wikipedia) (naar|voor){query}
(zoek op|check) (wiki|wikipedia) (naar|voor){query}
wat zegt (wiki|wikipedia) over {query}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ovos-utils>=0.0.38,<1.0.0
ovos_workshop>=0.0.15,<3.0.0
ovos-plugin-manager>=0.0.26,<1.0.0
ovos-bus-client>=1.0.1
10 changes: 0 additions & 10 deletions res/desktop/skill-wikipedia-for-humans.desktop

This file was deleted.

66 changes: 0 additions & 66 deletions res/desktop/skill.json

This file was deleted.

2 changes: 1 addition & 1 deletion translations/nl-nl/intents.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"wiki.intent": [
"(wiki|wikipedia) {query}",
"wat zegt (wiki|wikipedia) over {query}",
"(zoek op|check (wiki|wikipedia) (naar|voor){query}"
"(zoek op|check) (wiki|wikipedia) (naar|voor){query}"
]
}
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 = 5
VERSION_BUILD = 4
VERSION_ALPHA = 0
VERSION_BUILD = 6
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 57da174

Please sign in to comment.