From e67548810ebeea000ca7a94cf1b409d3456094a7 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:41:03 +0000 Subject: [PATCH 1/3] fix: skill.json (#43) --- MANIFEST.in | 5 +---- locale/en-us/skill.json | 20 ++++++++++++++++++++ res/desktop/skill-wolfie.desktop | 10 ---------- res/desktop/skill.json | 26 -------------------------- 4 files changed, 21 insertions(+), 40 deletions(-) create mode 100644 locale/en-us/skill.json delete mode 100644 res/desktop/skill-wolfie.desktop delete mode 100644 res/desktop/skill.json diff --git a/MANIFEST.in b/MANIFEST.in index bb58308..b968593 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,3 @@ -recursive-include dialog * -recursive-include vocab * recursive-include locale * recursive-include res * -recursive-include ui * -recursive-include skill * \ No newline at end of file +recursive-include gui * \ No newline at end of file diff --git a/locale/en-us/skill.json b/locale/en-us/skill.json new file mode 100644 index 0000000..72f8835 --- /dev/null +++ b/locale/en-us/skill.json @@ -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" + ] +} \ No newline at end of file diff --git a/res/desktop/skill-wolfie.desktop b/res/desktop/skill-wolfie.desktop deleted file mode 100644 index 44eb393..0000000 --- a/res/desktop/skill-wolfie.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Terminal=false -Type=Application -Name=Wolfram Alpha Skill -Exec=mycroft-gui-app --hideTextInput --skill=skill-wolfie.jarbasskills.home -Icon=wolfie.png -Categories=VoiceApp -StartupNotify=false -X-DBUS-StartupType=None -X-KDE-StartupNotify=false diff --git a/res/desktop/skill.json b/res/desktop/skill.json deleted file mode 100644 index 1cf2b1d..0000000 --- a/res/desktop/skill.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Wolfram Alpha", - "skillname": "skill-wolfie", - "authorname": "JarbasSkills", - "foldername": "", - "url": "https://github.com/JarbasSkills/skill-wolfie", - "branch": "dev", - "desktopFile": false, - "warning": "", - "systemDeps": false, - "platforms": [ - "arm", - "arm64", - "i386", - "x86_64", - "ia64" - ], - "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?" - ] -} \ No newline at end of file From b5a44b256027eb3f9d747d079fcc1bfa37b9417f Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 15 Nov 2024 20:41:17 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.8a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index f15eb29..d03f90e 100644 --- a/version.py +++ b/version.py @@ -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 From 1339031ba3837f22bae6a28cbf86f5ee123d0ec2 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 15 Nov 2024 20:41:38 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fdfdba..5782863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))