Releases: MycroftAI/mycroft-gui
Releases · MycroftAI/mycroft-gui
Stable QT5 Release
What's Changed
- Start / stop commands from environment by @forslund in #55
- Move speech for android to queue system and add support for speech dialogs by @AIIX in #66
- Fix mycroft-gui-core loader and stop by @PureTryOut in #67
- dev_setup.sh: add Alpine support by @PureTryOut in #69
- Change sidebar layout, add about page, add version property by @AIIX in #71
- new BoxLayout component by @notmart in #70
- use wakeword instead of begin_recording by @AIIX in #72
- Replace ~ with $HOME by @forslund in #68
- Add skill id as a parameter to page interaction and focus events by @AIIX in #74
- Add screenTimeoutReceived signal and implement window close on timeout by @AIIX in #75
- trigger user interaction event on key release by @AIIX in #77
- Translate QML-only messages with QTranslator by @notmart in #81
- provide openSUSE Leap 15.x support by @megamaced in #82
- multiple changes to support app on plasma mobile platform by @AIIX in #83
- always enable remote tts / stt for non android mobile platforms by @AIIX in #85
- dev_setup.sh: install Alpine deps to a virtual meta package by @PureTryOut in #86
- Add the inset properties similar to Control by @notmart in #90
- Add a card delegate by @AIIX in #89
- Add Units by @AIIX in #91
- Add show ongoing time and total duration to ui by @AIIX in #94
- Add PTT client start support and configuration by @AIIX in #95
- Fix typo backgound > background by @krisgesling in #93
- Add a full media service suite with visualizations support to GUI by @AIIX in #97
- Add SoundEffects support for button clicks by @AIIX in #98
- add player restart and more cps meta info by @AIIX in #99
- Add support for sending missing context field on main messagebus by @AIIX in #100
- bus_isolation by @JarbasAl in #101
- forward current track status to core backend by @AIIX in #102
- Add a custom busy indicator component that can be used everywhere by @AIIX in #103
- add icon units and spacing units by @AIIX in #104
- Add a marquee text component by @AIIX in #107
- Dev script updates: Move configurations to options and cleanup by @AIIX in #109
- add more core locations check by @AIIX in #110
- refactor autofit label, use a different approach by @AIIX in #111
- abs unsigned int type does not support negative integer value by @AIIX in #113
- Fix typo - 'righToLeft' should be 'rightToLeft' by @krisgesling in #116
- add config options to enable/disable skill view animations by @AIIX in #119
- add qt_version context message by @AIIX in #124
New Contributors
- @PureTryOut made their first contribution in #67
- @notmart made their first contribution in #70
- @megamaced made their first contribution in #82
- @JarbasAl made their first contribution in #101
Full Changelog: v1.0.1...backports-stable-qt5
Bug Fix Release v1.0.1
Changelog:
- Add a mode for the app for a single skill mode 1576989
- Add a signal when the skill gets blacklisted 9ae5011
- Allow one instance per skill e1e2a82
- Proxy model to implement blacklist and whitelist 496d541
- Take the current skill from utterances 8aadb4b
- Add utterance near of spinner 10f7e45
- Separate singleSkill and singleSkillHome 12c7d53
- Add currentIntent property 7e51023
- Exclude recognizer_loop from skills ba91c6f
- Fix uniqueness when called with a skill 2c0c009
- New serverReady property 6b28a6b
- Fix checks 407dc6d
- Guard for empty activeskills 58971a7
- Make StatusIndicator more scalable 7cc0adf
- New Test: Stress Test 906eec8
- Don't open the view if it has no delegates to show a43e148
- Fix status show intent and handling of intent failure 07d8c0e
- Add hasShadow property to StatusIndicator 519c446
- Always emit blacklistedSkillActivated c8c255c
- Add support for key navigation in audio player delegate 89348cb
- Support the active skill not being the first 1d2340b
- Include KDECMakeSettings to set the RPATH settings f2f6636
- Support more degrees of rotation for gui application 84848f8
- Fix qml component registration and add plugins.qmltypes e9ab4f6
- Privately register only if plugin not installed 0842610
- Fix Mycroft resource location in autotest 6fa5ccb
- Warn on broken README.md for Skill Hint Extraction 6a41d40
- Split hints code for easier reasoning 274df9c
- Add Filter field on the hints page cbe1496
- Workarounds for android build 6b8d743
- Adapt AndroidManifest.xml to Qt 5.14 and beyond 1cb87e4
- Fix regexps to read the README files correctly c512ea1
- Tests only on non android eb21065
- Move android to dark mode: 19c364f
- Add android status/nav bar color, relayout settings page, fix banner, change mic icon f57e0c6
- Add support for installing on multiple platforms and rewrite of readme 854be6d
- Add security warning around opening the messagebus 05f5100
Initial Release of Mycroft-GUI
- Completely documented API for displaying QML based pages for skills
- Mycroft mark-2 enclosure API compliant
- Documentation for creating custom qml based user-interface for skills available at: https://github.com/MycroftAI/mycroft-gui/tree/master/documentation