This repository has been archived by the owner on May 23, 2019. It is now read-only.
Releases: openhab/org.openhab.ui.habot
Releases · openhab/org.openhab.ui.habot
2.3.0.201804030904
Set theme jekyll-theme-cayman
2.3.0.201804021808: Upgrade Quasar, dashboard tile
Rename web app folder back to web Signed-off-by: Yannick Schaus <[email protected]>
2.3.0.201804021654: Don't reuse ephemeral cards; reenable checkstyle in CI
Signed-off-by: Yannick Schaus <[email protected]>
2.3.0.201804021619: Fix most checkstyle & build warnings, UI refinements
- Add Javadoc and license headers to all Java source files - Loading indicators in chat/recent cards, better placeholders - Empty array checks in store getters - HbListItem honors the habot:switchable tag on item - Avoid scrolling back to bottom when editing fields in chat - Fix Vue warning (bad components declarations) Signed-off-by: Yannick Schaus <[email protected]>
2.3.0.201803301142: Notifications: tags, automation action type
- Can now display a card along with a push notification by matching tags (or via its UID) - Can now send a web push notification via a new rule engine action type (and via the create-rule intent) NOTE! this means HABot now has the experimental rule engine as a dependency! - UI: Removed CSS tricks normally fixed in Quasar - UI: don't stick to bottom unless necessary in the chat Signed-off-by: Yannick Schaus <[email protected]>
2.3.0.201803300737: FR Training data & tests for create-rule intent
Corrected a few things. Signed-off-by: Yannick Schaus <[email protected]>
2.3.0.201803300701: Extended training data create-rule (de) (#8)
- improved German training data - added German training data for create-rule - added more training data `Signed-off-by: Stephan Strittmatter <[email protected]> (github: stritti)`
2.3.0.201803291448: Experimental skill: create an ad-hoc rule
- Doesn't extract any entities, the user has to fill in the form - Needs the experimental rule engine (but doesn't check if present for now) - Not as flexible as the full-fledged rule creation UI (the goal is to be as straightforward as possible) Signed-off-by: Yannick Schaus <[email protected]>
2.3.0.201803281421: Feature: Recent cards + fixes
- All cards are added to the registry as ephemeral when they're generated by the CardBuilder - Keep only the 10 most recent ephemeral cards in the registry and purge the rest when adding new ones - POST /habot/cards doesn't consider an ephemeral card with the same UID as a duplicate - it simply replaces it - GET /habot/cards filters out ephemeral cards - Add ability to "forget" option for ephemeral cards in the Recent view - Add vue-moment to format timestamps of recent cards - Don't fallback to default locale in AnswerFormatter - Add missing FR translation - Fix circular dependencies between components Signed-off-by: Yannick Schaus <[email protected]>
2.3.0.201803262358: New HbImage, HbCarousel components; first help slideshows
- CardBuilder improvements (handle images, long states) - Possibly fix voice capture for iOS Signed-off-by: Yannick Schaus <[email protected]>