-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0004f8a
commit 21c0e6f
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
## [Unreleased](https://github.com/OpenVoiceOS/OVOS-workshop/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/d9261b124f73a3e4d50c6edfcd9c2243b2bc3cf6...HEAD) | ||
|
||
**Implemented enhancements:** | ||
|
||
- add idleDisplaySkill type [\#14](https://github.com/OpenVoiceOS/OVOS-workshop/pull/14) ([AIIX](https://github.com/AIIX)) | ||
- Add media service based video player and seek controls [\#9](https://github.com/OpenVoiceOS/OVOS-workshop/pull/9) ([AIIX](https://github.com/AIIX)) | ||
- add a busy page for common play [\#8](https://github.com/OpenVoiceOS/OVOS-workshop/pull/8) ([AIIX](https://github.com/AIIX)) | ||
- Add new work in progress audio player ui for media service [\#6](https://github.com/OpenVoiceOS/OVOS-workshop/pull/6) ([AIIX](https://github.com/AIIX)) | ||
- Add next and previous buttons [\#4](https://github.com/OpenVoiceOS/OVOS-workshop/pull/4) ([AIIX](https://github.com/AIIX)) | ||
- add player pos property and fix mycroft players for plugin [\#3](https://github.com/OpenVoiceOS/OVOS-workshop/pull/3) ([AIIX](https://github.com/AIIX)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Fix/idleskill [\#15](https://github.com/OpenVoiceOS/OVOS-workshop/pull/15) ([NeonJarbas](https://github.com/NeonJarbas)) | ||
- remove forced focus event to allow page swipes [\#11](https://github.com/OpenVoiceOS/OVOS-workshop/pull/11) ([AIIX](https://github.com/AIIX)) | ||
- fix end of media state [\#10](https://github.com/OpenVoiceOS/OVOS-workshop/pull/10) ([AIIX](https://github.com/AIIX)) | ||
- fix icon paths and lower version [\#7](https://github.com/OpenVoiceOS/OVOS-workshop/pull/7) ([AIIX](https://github.com/AIIX)) | ||
- fix AudioPlayer property name [\#5](https://github.com/OpenVoiceOS/OVOS-workshop/pull/5) ([AIIX](https://github.com/AIIX)) | ||
- fix condition in video player [\#2](https://github.com/OpenVoiceOS/OVOS-workshop/pull/2) ([AIIX](https://github.com/AIIX)) | ||
- add a timeout to videoplayer when nothing is playing for more than 60 seconds [\#1](https://github.com/OpenVoiceOS/OVOS-workshop/pull/1) ([AIIX](https://github.com/AIIX)) | ||
|
||
**Merged pull requests:** | ||
|
||
- Feat/workflows [\#16](https://github.com/OpenVoiceOS/OVOS-workshop/pull/16) ([JarbasAl](https://github.com/JarbasAl)) | ||
- feat/pypi\_automation [\#13](https://github.com/OpenVoiceOS/OVOS-workshop/pull/13) ([JarbasAl](https://github.com/JarbasAl)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 0 | ||
VERSION_BUILD = 5 | ||
VERSION_ALPHA = 11 | ||
VERSION_ALPHA = 12 | ||
# END_VERSION_BLOCK |