Skip to content

Latest commit

 

History

History
98 lines (44 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

98 lines (44 loc) · 5.35 KB

1.3.2 (2021-01-21)

Bug Fixes

  • Better explanation of connection errors when configuring openHAB url (18447ef)
  • Logging should not fail on circular structures (bd454ac)

1.3.1 (2020-11-23)

Bug Fixes

  • Don't allow navigating to sitemap selection before OH url is configured (8145c2a)
  • Smoother loading indicator by removing superfluous requestAnimationFrame (98355fe)

1.3.0 (2020-11-07)

Features

  • Added a caching of sitemap pages for quicker page switches (0557940)
  • Allow connections to openHAB 3+ (5aded66)

1.2.2 (2020-04-18)

Bug Fixes

  • Smoother ripple animation (f5e7e10)
  • Use raw item state instead of label value for command mapping (cd5bc6a), closes #2

1.2.1 (2020-01-28)

Bug Fixes

  • Added possibility to use a group of rollershutters (c0ec366)

1.2.0 (2020-01-15)

Bug Fixes

  • Correct order of heading and message when displaying Vue errors (80b0ce6)
  • Don't show network state notifications on settings screen (a4a3bd5)
  • Hide overflowing ripple effect in list items (1238fa2)
  • Scroll focused input into view when virtual keyboard is shown (f12540b)
  • Show loading indicator when loading on initial startup (4ac03d5)
  • Text overflow in item list and library info (178f6c6)
  • Unsubscribe from pubsub events in beforeDestroy rather than destroy (6d1c6d3)

Features

  • Added different color themes (a1ea708)
  • Added support for basic authentication (e3077df)
  • Added support for scrolling with the bezel in content views (b041416)

1.1.0 (2019-12-09)

Bug Fixes

  • Don't enable swipe support if device has a rotating bezel (7e66d13)
  • EventSource doesn't always receive update events (893d4ee)
  • Recognize openHAB 2.5 REST API version (4b0230a)

Features

  • Added new roller shutter control (b3d8e3f)
  • Added player control with play/pause/next/previous buttons (4241fdf)

1.0.2 (2019-11-30)

Bug Fixes

  • Fix refresh problem when resuming while a single control is shown (fd8d360)
  • Page load shouldn't hang when event source open event isn't fired (f6290ec)