From 0e6646bfdcb9081a70fd43b9fc3837b3fce5ccd9 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 19 Jun 2023 15:08:49 +0000 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 300 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b6cd86..eac51902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog -## [0.0.12a30](https://github.com/OpenVoiceOS/OVOS-workshop/tree/0.0.12a30) (2023-06-16) +## [0.0.12a31](https://github.com/OpenVoiceOS/OVOS-workshop/tree/0.0.12a31) (2023-06-19) -[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.12a29...0.0.12a30) +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.12a30...0.0.12a31) + +**Fixed bugs:** + +- fix: skill reloading broken [\#101](https://github.com/OpenVoiceOS/OVOS-workshop/pull/101) ([fidesachates](https://github.com/fidesachates)) + +## [V0.0.12a30](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.12a30) (2023-06-16) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.12a29...V0.0.12a30) **Merged pull requests:** @@ -253,6 +261,296 @@ - add `voc_list` helper function [\#54](https://github.com/OpenVoiceOS/OVOS-workshop/pull/54) ([emphasize](https://github.com/emphasize)) +## [V0.0.11](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.11) (2023-02-25) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.11a6...V0.0.11) + +## [V0.0.11a6](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.11a6) (2023-02-25) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.11a5...V0.0.11a6) + +**Merged pull requests:** + +- Update ovos\_utils dependency to stable release [\#52](https://github.com/OpenVoiceOS/OVOS-workshop/pull/52) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.11a5](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.11a5) (2023-02-09) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.11a4...V0.0.11a5) + +**Fixed bugs:** + +- allow skills to bump workshop and still work in core \< 0.0.7 [\#51](https://github.com/OpenVoiceOS/OVOS-workshop/pull/51) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.11a4](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.11a4) (2023-02-09) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.11a3...V0.0.11a4) + +**Merged pull requests:** + +- feat/generalize runtime requirements [\#49](https://github.com/OpenVoiceOS/OVOS-workshop/pull/49) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.11a3](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.11a3) (2023-02-02) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.11a2...V0.0.11a3) + +**Fixed bugs:** + +- replace is\_ovos with is\_classic\_core [\#48](https://github.com/OpenVoiceOS/OVOS-workshop/pull/48) ([AIIX](https://github.com/AIIX)) + +## [V0.0.11a2](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.11a2) (2023-01-30) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.11a1...V0.0.11a2) + +## [V0.0.11a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.11a1) (2023-01-28) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.10...V0.0.11a1) + +**Fixed bugs:** + +- allow empty string value settings [\#47](https://github.com/OpenVoiceOS/OVOS-workshop/pull/47) ([emphasize](https://github.com/emphasize)) + +## [V0.0.10](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.10) (2023-01-24) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.10a6...V0.0.10) + +**Merged pull requests:** + +- Update ovos-core ref in unit tests [\#46](https://github.com/OpenVoiceOS/OVOS-workshop/pull/46) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.10a6](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.10a6) (2023-01-24) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.10a5...V0.0.10a6) + +**Merged pull requests:** + +- Update dependencies to stable versions [\#45](https://github.com/OpenVoiceOS/OVOS-workshop/pull/45) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.10a5](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.10a5) (2023-01-19) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.10a4...V0.0.10a5) + +**Fixed bugs:** + +- Fix message context handling in `__handle_stop` [\#44](https://github.com/OpenVoiceOS/OVOS-workshop/pull/44) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.10a4](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.10a4) (2023-01-19) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.10a3...V0.0.10a4) + +**Merged pull requests:** + +- Deprecate Application-managed `settings` [\#43](https://github.com/OpenVoiceOS/OVOS-workshop/pull/43) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.10a3](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.10a3) (2023-01-18) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.10a2...V0.0.10a3) + +**Merged pull requests:** + +- refactor the old patches module [\#34](https://github.com/OpenVoiceOS/OVOS-workshop/pull/34) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.10a2](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.10a2) (2023-01-17) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.10a1...V0.0.10a2) + +**Implemented enhancements:** + +- Get response from validated value [\#35](https://github.com/OpenVoiceOS/OVOS-workshop/pull/35) ([emphasize](https://github.com/emphasize)) + +## [V0.0.10a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.10a1) (2022-12-15) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.9...V0.0.10a1) + +**Implemented enhancements:** + +- feat/SkillNetworkRequirements [\#36](https://github.com/OpenVoiceOS/OVOS-workshop/pull/36) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.9](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.9) (2022-10-20) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.9a1...V0.0.9) + +## [V0.0.9a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.9a1) (2022-10-20) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.8...V0.0.9a1) + +**Fixed bugs:** + +- Fix circular imports [\#32](https://github.com/OpenVoiceOS/OVOS-workshop/pull/32) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.8](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.8) (2022-10-19) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.8a6...V0.0.8) + +## [V0.0.8a6](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.8a6) (2022-10-19) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.8a5...V0.0.8a6) + +**Merged pull requests:** + +- shared code with ovos utils [\#31](https://github.com/OpenVoiceOS/OVOS-workshop/pull/31) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a5](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.8a5) (2022-10-19) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.8a4...V0.0.8a5) + +## [V0.0.8a4](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.8a4) (2022-10-19) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.8a3...V0.0.8a4) + +**Implemented enhancements:** + +- feat/resource\_utils [\#30](https://github.com/OpenVoiceOS/OVOS-workshop/pull/30) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a3](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.8a3) (2022-10-19) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.8a2...V0.0.8a3) + +**Implemented enhancements:** + +- improve send\_stop\_signal [\#29](https://github.com/OpenVoiceOS/OVOS-workshop/pull/29) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a2](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.8a2) (2022-10-19) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.8a1...V0.0.8a2) + +**Merged pull requests:** + +- move OCP to optional requirements [\#28](https://github.com/OpenVoiceOS/OVOS-workshop/pull/28) ([JarbasAl](https://github.com/JarbasAl)) +- license + vulnerability tests [\#27](https://github.com/OpenVoiceOS/OVOS-workshop/pull/27) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.8a1) (2022-09-13) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7...V0.0.8a1) + +**Merged pull requests:** + +- document results structure in ocp\_search [\#26](https://github.com/OpenVoiceOS/OVOS-workshop/pull/26) ([NeonDaniel](https://github.com/NeonDaniel)) +- feat/mycroft\_integration\_tests [\#25](https://github.com/OpenVoiceOS/OVOS-workshop/pull/25) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.7](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7) (2022-07-29) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a12...V0.0.7) + +## [V0.0.7a12](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a12) (2022-07-29) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a11...V0.0.7a12) + +**Merged pull requests:** + +- add initial tests for killable\_events [\#24](https://github.com/OpenVoiceOS/OVOS-workshop/pull/24) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.7a11](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a11) (2022-07-28) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a10...V0.0.7a11) + +**Implemented enhancements:** + +- feat/play\_audio [\#23](https://github.com/OpenVoiceOS/OVOS-workshop/pull/23) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.7a10](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a10) (2022-07-22) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a9...V0.0.7a10) + +**Merged pull requests:** + +- Update dependencies and config references [\#22](https://github.com/OpenVoiceOS/OVOS-workshop/pull/22) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.7a9](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a9) (2022-06-09) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a8...V0.0.7a9) + +## [V0.0.7a8](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a8) (2022-06-02) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a7...V0.0.7a8) + +**Fixed bugs:** + +- Fix/decouple from mycroft [\#21](https://github.com/OpenVoiceOS/OVOS-workshop/pull/21) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.7a7](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a7) (2022-05-09) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a6...V0.0.7a7) + +## [V0.0.7a6](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a6) (2022-05-09) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a5...V0.0.7a6) + +## [V0.0.7a5](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a5) (2022-05-09) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a4...V0.0.7a5) + +## [V0.0.7a4](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a4) (2022-05-07) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a3...V0.0.7a4) + +## [V0.0.7a3](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a3) (2022-05-07) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a2...V0.0.7a3) + +## [V0.0.7a2](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a2) (2022-05-07) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a1...V0.0.7a2) + +**Merged pull requests:** + +- Fix/optional adapt [\#20](https://github.com/OpenVoiceOS/OVOS-workshop/pull/20) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.7a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a1) (2022-05-07) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.6...V0.0.7a1) + +**Fixed bugs:** + +- Fix/optional adapt [\#19](https://github.com/OpenVoiceOS/OVOS-workshop/pull/19) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.6](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.6) (2022-03-03) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.6a1...V0.0.6) + +## [V0.0.6a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.6a1) (2022-03-03) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.5...V0.0.6a1) + +**Breaking changes:** + +- remove/skillgui\_patches [\#18](https://github.com/OpenVoiceOS/OVOS-workshop/pull/18) ([JarbasAl](https://github.com/JarbasAl)) + +**Closed issues:** + +- OVOSSkill class inherited skills do not initialize [\#17](https://github.com/OpenVoiceOS/OVOS-workshop/issues/17) + +## [V0.0.5](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.5) (2022-02-25) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.5a12...V0.0.5) + +## [V0.0.5a12](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.5a12) (2022-02-25) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/d9261b124f73a3e4d50c6edfcd9c2243b2bc3cf6...V0.0.5a12) + +**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)*