Skip to content

Releases: royto/logbook-card

1.2.0

29 May 20:25
Compare
Choose a tag to compare

Add possibility to collapse items

1.1.0

11 May 20:01
Compare
Choose a tag to compare
  • Use --paper-item-icon-color var for icon
  • remove some console.log

1.0.0

09 May 19:31
0050342
Compare
Choose a tag to compare

🎉 Version 1.0

This version is a complete refactor using the custom card template.

Breaking change: The resource type of the card is now JavaScript module instead of JavaScript File. You need to update it after migrate to 1.0.0

image

This new version includes some new features:

  • display of icon and availability to set a custom icon per state
  • display if a separator (disable by default) and configure its style
  • possibility to specify a time format

1.0.0-rc1

06 May 20:30
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Update documentation

1.0.0-rc0

06 May 19:34
Compare
Choose a tag to compare
1.0.0-rc0 Pre-release
Pre-release
fix HACS config

0.5.2

30 Mar 19:57
Compare
Choose a tag to compare

Fix default value with seconds and second introduce in 0.5.1

0.5.1

30 Mar 19:49
Compare
Choose a tag to compare

Add specific label when duration value is 1

0.5.0

29 Mar 12:16
Compare
Choose a tag to compare

support for Localization of duration labels

0.4.2

03 Jan 13:19
Compare
Choose a tag to compare

Fix calculation of duration if state are squashed

0.4.1

14 Nov 20:16
Compare
Choose a tag to compare

Add type for attributes. Allows to format according to type. Currently, only date is supported. Others type are ignored and displayed with no formatting. Feel free to requests new type if needed 😉