8000 Release v0.5.0 · heedy/heedy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.5.0

Compare
Choose a tag to compare
@dkumor dkumor released this 02 Jan 02:41
4CEC · 31 commits to master since this release

This release focused on CRUD (Create/Read/Update/Delete) of timeseries data from the frontend. Heedy now supports editing/deleting data in timeseries from the frontend, and has a cleaner custom query UI. This fills in the basic core features which were missing in the initial release.

Changes

  • Data Editor - Existing data can now be edited/removed from the UI, by double-clicking on its row in the data table
  • Timeseries Query Range - Custom queries for timeseries ranges now show a calendar, allowing easy use!
  • Upgraded Notifications - Notifications can now display forms, and can have buttons that toggle actions in a plugin. There is also a new "toolbar" notification type, allowing plugins to display actions without needing custom javascript.
  • Menu API - Objects/Users/Apps now all have menus, and plugins can add their own elements to these menus.
  • Mobile App Mode - Heedy now has UI support for mobile app mode (thanks to @lyonzy with #354)
  • Docker Image - There are now docker images available (thanks to @ShaddyDC with #342)
  • Bugfixes - Several issues were fixed, including a fix for a server panic on certain query ranges.

Heedy 0.5.0 is a drop-in replacement for 0.4.0!

0