Skip to content

Commit

Permalink
Merge pull request #29 from OpenVoiceOS/release-0.1.8a1
Browse files Browse the repository at this point in the history
Release 0.1.8a1
  • Loading branch information
JarbasAl authored Nov 17, 2024
2 parents fb9c560 + 38fb51a commit 62b855a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 78 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.1.7a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.7a1) (2024-11-12)
## [0.1.8a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.8a1) (2024-11-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.6...0.1.7a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.7...0.1.8a1)

**Merged pull requests:**

- fix: drop lingua-franca [\#26](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/26) ([JarbasAl](https://github.com/JarbasAl))
- fix: skilljson [\#28](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/28) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
29 changes: 29 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"title": "Alerts",
"description": "A skill to manage alarms, timers, reminders, events and todos and optionally sync them with a CalDAV service. ",
"examples": [
"Set an alarm for 8 AM.",
"Start a bread timer for 30 minutes.",
"Schedule a tennis event for 2 PM on friday spanning 2 hours.",
"Set a daily alarm for 8 AM.",
"Set an alarm for 8 AM on saturdays.",
"remind me to take out the trash every Thursday and Sunday at 7 PM.",
"wake me up at 8 AM with music.",
"When is my next alarm?",
"What are my reminders?",
"Cancel all alarms.",
"Cancel all timers.",
"Cancel all reminders.",
"What did I miss?",
"Did I miss anything?"
],
"tags": [
"Productivity",
"Daily",
"alert",
"alarm",
"timer",
"reminder",
"schedule"
]
}
73 changes: 0 additions & 73 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 = 1
VERSION_BUILD = 7
VERSION_ALPHA = 0
VERSION_BUILD = 8
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 62b855a

Please sign in to comment.