Skip to content

Releases: royto/logbook-card

1.7.0

11 Dec 20:42
Compare
Choose a tag to compare

NEW FEATURES 🎉

  • state has now white-space: pre-wrap; style that should had a line break if needed
  • Add possibility to add action on tap, hold and double_tap. On tap, more info will be displayed by default (#45)

BUG FIX

  • Fix editor #50

BREAKING CHANGES

  • hiddenState is removed. Use hidden_state instead

MISC

  • Upgrading some dependencies

1.6.0

30 Nov 21:37
Compare
Choose a tag to compare

1.6.0

  • Rename config option hiddenState into hidden_state for consistency (#55). hiddenState is still working but is marked as deprecated. Will be removed in next version.
  • Add CSS state class to state span to allow override style using card-mod.
  • Add icon_color in state config allowing to set a color for a specific state. (#58)

1.5.1

08 Aug 19:46
Compare
Choose a tag to compare

Allow more customization for duration

  • delimiter
  • units

1.5.0

01 Aug 19:42
Compare
Choose a tag to compare

BREAKING CHANGES

Change way duration is displayed. Duration labels are no more at root config but in [duration] config section(https://github.com/royto/logbook-card#duration-object)

1.4.1

08 Sep 20:09
Compare
Choose a tag to compare

Fix #44 when attribute is object or Array

1.4.0

14 Jul 18:32
Compare
Choose a tag to compare
  • Allow to use wildcard for state_map and hiddenState
  • sort entities in editor entity picker

1.3.2

01 Mar 19:47
Compare
Choose a tag to compare
  • Fix #40: handle if no history in db (with purge_keep_days option activated in recorder)

1.3.1

29 Dec 22:47
Compare
Choose a tag to compare
  • Change UI option icon
  • some code improvements

1.3.0

29 Dec 21:05
Compare
Choose a tag to compare

New Features:

  • First version of UI editor (all configuration is not available for now)
  • display card in card picker (with preview)

Fix:

  • start date was displayed if start date disabled and end date enabled

1.2.0

29 May 20:25
Compare
Choose a tag to compare

Add possibility to collapse items