Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable more LED feedback and better offline behavior (#306) * Update core dependencies Update LED plugin dependency Update unknown fallback dependency * Update LED plugin spec for more animations Update unknown fallback skill spec for animation support * Update neon-utils dependency to alpha version to patch dependency resolution * Increment Version * Demo bugfixes (#307) * Update neon.yaml * Bump demo skill dependency spec * Increment Version * Update audio module and neon-utils dependencies to include bus API for `wait_while_speaking` (#309) Update demo skill spec to include `get_response` support * Increment Version * Update QML file handling (#310) * Update file server to use qml from `mycroft` package Update ovos-core and ovos-utils to include updated Image QML * Troubleshooting dependency resolution * Troubleshooting ovos-core dependency resolution * Increment Version * Update demo skill and docker-compose to resolve Demo Bugs (#311) * Update demo skill spec Bind timezone files from host in docker-compose.yml * Bump speech module spec to include STT fallback fixes * Bump personal skill dependency * Extend pi image timeout to account for slow apt * Increment Version * RPi Python 3.10 Compatible Dependencies (#312) * Update speech and pi dependencies to Python 3.10-compat. versions * Update dashboard dependency version * Update pi setup tests to match updated image recipe * Add homeassistant PHAL plugin to Pi dependencies * Update pi setup tests to python 3.10 * Cleanup pi dependencies * Update Google STT plugin spec * Remove homeassistant plugin dependency * Increment Version * Update Pi PHAL plugins and LIcense Tests (#313) * Update PHAL plugin dependency versions * Update license test automation * Remove deprecated `neon_test_utils` dependency * Update PHAL dependencies to test offline operation * Reduce extra dependencies tested in license_tests.yml Add timeout to license_tests.yml * Update license tests * Remove gpsd plugin with lgpl dependency * Exclude self package from license tests * Update LED PHAL plugin dependency spec * Increment Version * Update user settings skill spec (#314) * Increment Version * Bump neon-utils dependency to patch skill installation behavior (#315) * Increment Version * Update vosk stt plugin dependency spec (#316) * Increment Version * Tag alpha prepreleases (#317) * Increment Version * Fix bug in alpha release tag action (#318) * Increment Version * Fix alpha version tagging (#320) * Increment Version * Whitelist nvidia license (#321) * Increment Version * Reload patched skill classes (#319) * Reload patched skill classes * Patch common IOT skill class Add unit test for skill class patching * Increment Version * Add update skill and associated plugin to Pi dependencies (#322) * Add update skill and associated plugin to Pi dependencies * Update update skill dependency spec * Whitelist neon-phal-plugin package licenses * Increment Version * Fix invalid image spec in docker-compose.yml (#323) * Increment Version * Refactor skill_utils on OSM changes (#325) * Refactor skill_utils on OSM changes * Fix typo in unit test changes * Update OSM dependency spec * Increment Version * Update skills to address testing feedback (#326) Add intent fixes and tests to Alerts, User Settings, and About skills Add default location handling to Weather skill Add optional GUI to Unknown Fallback skill * Increment Version * Add factory reset plugin to dependencies (#327) * Add factory reset plugin to dependencies * Update system plugin dependency spec * Fix typo in dependency spec * Update requirements versions * Replace ovos-core version patch * Update reset plugin dependency spec * Increment Version * add "last.voc" ressource (#329) * Increment Version * Update Plugins to support Configuration Updates (#330) * Update reset and core updater plugins * Update update skill spec * Fix typo in update skill url * Update dependencies to PyPI specs * Update PHAL plugin dependencies to test core config updates * Update dependency specs * Increment Version * Add local music skill (#331) * Add local music skill Bump neon_audio to include OCP fixes * Update local_music skill to PyPI spec * Increment Version * Fix missing wifi setup option (#332) * Troubleshoot WiFi setup * Fix typo in wifi setup testing branch * Update wifi setup plugin version to PyPI spec * Increment Version * Skip failing tests (#338) * Increment Version * Create New Media (#337) * Update reset plugin and update skill to support image creation * Update to pypi specs * Increment Version * Update skills and neon_utils to versions with fixes (#340) * Update skills and neon_utils to versions with fixes * Update stock skill to get updated examples * Update user settings skill for 'username' dialog fix * Update launcher skill for improved browse intent and updated examples * Update user settings skill to ensure geolocation updates happen * Update about skill to exclude blacklisted skill examples * Testing PHAL plugin fixes * Remove conflicting dependency spec * Fix typo in wifi setup plugin spec * Troubleshooting config during setup * Update speed test skill to include notification * Troubleshooting geolocation update failures * Update user settings skill to pypi spec * Increment Version * Bump update skill version to enable update notifications (#341) * Increment Version * ovos-workshop Refactor Compatibility (#344) * Update MycroftSkill patching to support ovos-workshop refactor * Troubleshooting skill class patching * Fix skill class patching * Handle AttributeErrors for backwards-compat. * Increment Version * Patch and test `mycroft.skills.core` module (#345) * Increment Version * Troubleshooting ovos-workshop overrides (#347) * Prevent extra skill object patching with ovos-workshop refactor Remove deprecated imports Mark FallbackSkill module as deprecated (should import from neon_utils) * Fix imports * Pin maximum ovos-core version to exclude breaking ovos-workshop changes Pin stable neon-utils version * Pin lower ovos-workshop version * Increment Version * ovos-workshop refactor (#343) * Bump ovos-workshop to test changes compat. * Update ovos-core dependency to branch spec for testing * Replace workshop version spec * Update workshop to PyPI spec * Bump ovos-workshop dependency * Update skill patching with updated unit tests Bump dependencies for testing * Update dependencies to pypi specs * Update dependency specs * Add ocp plugin spec to handle settings bug * Increment Version * Update default skills to stable released versions (#342) * Update default skills to stable released versions * Update essential skills to stable released versions * Update required skills to stable released versions * Update skills to stable versions Update neon-utils dependency version * Update wolfram to latest spec Annotate demo skill TODO * Bump update skill and plugin to stable versions * Update demo skill dependency * Increment Version * Update OVOS and PHAL dependencies (#348) * Update OPM dependency to latest alpha * Update system plugin version * Update OSM to stable release * Update OPM to stable release * Update PHAL dependencies to stable versions * Update PHAL dependency to released version * Update stable dependencies Testing ovos-core skill loading PR * Update homescreen skill to PyPI spec * Override _load_new_skills method to ensure config is handled * Update dependencies * Fix typo in dependency update * Add connectivity events to dependencies * Increment Version * Remove `web_cache.json` to patch NeonOS update bug (#350) * Increment Version * Reverts breaking change #350 (#352) * Increment Version * Stable Dependencies (#351) * Update stable dependencies * Update ovos-core dependency to latest * Update stable dependencies * Update stable ovos-core dependency * Update neon_audio dependency and remove OCP version patch * Fix typo in vosk plugin spec * Update neon-audio to stable version * Increment Version * Add 'hey_mycroft' WW config (#353) Add precise plugin to client and pi dependencies * Increment Version * Docker Support, Improved Network Skill Init (#354) * Update docker-compose.yml to use `master` instead of `dev` containers * Enable network/online skills to load immediately if connected at service start * Increment Version * Fix reported skills bugs (#355) * Update skill versions to test fixes Troubleshoot network connection changes causing duplicate intents * Reduce log spam Update local music dependency * Ensure lock exists before bus event registration * Update local music skill spec * Increment Version * Update skills to stable versions (#356) * Increment Version --------- Co-authored-by: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Co-authored-by: NeonDaniel <NeonDaniel@users.noreply.github.com> Co-authored-by: emphasize <swen_g@t-online.de>
- Loading branch information