Skip to content

Commit

Permalink
Merge pull request #44 from OpenVoiceOS/release-0.2.8a1
Browse files Browse the repository at this point in the history
Release 0.2.8a1
  • Loading branch information
JarbasAl authored Nov 15, 2024
2 parents ddace5b + 1339031 commit 4827cd5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 53 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Changelog

## [0.2.6a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.6a1) (2024-11-04)
## [0.2.8a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.8a1) (2024-11-15)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.6a1...0.2.6a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.7...0.2.8a1)

**Merged pull requests:**

- fix: gui resources path [\#42](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/42) ([JarbasAl](https://github.com/JarbasAl))

## [0.2.6a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.6a1) (2024-11-02)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.5...0.2.6a1)

**Merged pull requests:**

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



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 *
20 changes: 20 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"skill_id": "skill-ovos-wolfie.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wolfie",
"name": "Wolfram Alpha",
"description": "Use Wolfram Alpha for general knowledge questions.",
"examples": [
"ask the wolf what is the speed of light",
"How tall is Mount Everest?",
"When was The Rocky Horror Picture Show released?",
"What is Madonna's real name?",
"What's 18 times 4?",
"How many inches in a meter?"
],
"tags": [
"wolfram-alpha",
"query",
"general-knowledge",
"information"
]
}
10 changes: 0 additions & 10 deletions res/desktop/skill-wolfie.desktop

This file was deleted.

26 changes: 0 additions & 26 deletions res/desktop/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 = 2
VERSION_BUILD = 7
VERSION_ALPHA = 0
VERSION_BUILD = 8
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 4827cd5

Please sign in to comment.