Skip to content

Releases: tomvanswam/compass-card

v1.1.0

14 Dec 18:54
cd9e149
Compare
Choose a tag to compare

Scale compass down on narrow cards (issue #44)

v1.0.1

13 Dec 13:05
f29df25
Compare
Choose a tag to compare

Display indicator abbreviation when degrees >350 and < 360 (Fixes #62)
Dependency updates

v1.0.0

27 Nov 19:22
acf2af5
Compare
Choose a tag to compare

Breaking changes! (coming from any 0.x.x version)

In order to get your card working again, go to the card editor and save the card.
If the compass-card is inside another card (horizontal/vertical-stack), use the visual editor menu to navigate to the compass-card. It will update to the new config.
It should update to the new config YAML format and your card should work again.
If it does not, please see the README.md to try to get your config converted to the new config or inform me.

Added

  • Multiple indicators
  • Multiple values
  • Color settings for almost everything on the card
  • Show/hide settings for almost everything on the card
  • Changed compass to SVG
  • Changed indicators
  • Hungarian translation, thanks @bboti86
  • Changed entity info layout = feature request: #14
  • Dynamic styling (see example in README.md) = feature request: #12
  • Use attribute of sensor instead of state = feature request: #42
  • Decimals configuration (defaults to 0)
  • Units configuration (for entity states, defaults to unit_of_measurement, for entity attribute, defaults to empty string)
  • In debug mode warnings will show in browsers developer console when unavailable entities or attributes of entities are configured
  • Css classes (without styling, but for use with card-mod)

v1.0.0-beta1

21 Oct 19:46
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

Added

Decimals configuration (defaults to 0)
Units configuration (for entity states, defaults to unit_of_measurement, for entity attribute, defaults to empty string)
Dynamic styling (see example in README.md)
Hungarian translation, thanks @bboti86
In debug mode warnings will show in browsers developer console when unavailable entities or attributes of entities are configured

Fixed

Incorrect attribute calculation

Breaking changes! (If you haven't upgraded to v1.0.0-alpha1 yet)

In order to get your card working again, go to the card editor and save the card.
If the compass-card is inside another card (horizontal/vertical-stack), use the visual editor menu to navigate to the compass-card. It will update to the new config.
It should update to the new config YAML format and your card should work again.
If it does not, please inform me and see the README.md to try to get your config converted to the new config.

v1.0.0-alpha2

07 Oct 09:35
Compare
Choose a tag to compare
v1.0.0-alpha2 Pre-release
Pre-release

Added

Added css classes (without styling, but for use with card-mod)

Fixed

Incorrect YAML node names in README.md

Breaking changes! (If you haven't upgraded to v1.0.0-alpha1 yet)

In order to get your card working again, go to the card editor and save the card.
If the compass-card is inside another card (horizontal/vertical-stack), use the visual editor menu to navigate to the compass-card. It will update to the new config.
It should update to the new config YAML format and your card should work again.
If it does not, please inform me and see the README.md to try to get your config converted to the new config.

v1.0.0-alpha1

06 Oct 21:02
Compare
Choose a tag to compare
v1.0.0-alpha1 Pre-release
Pre-release

Breaking changes!

In order to get your card working again, go to the card editor and save the card.
It should update to the new config YAML format and your card should work again.
If it does not, please inform me and see the README.md to try to get your config converted to the new config.

New

Multiple indicators
Multiple values
Color settings for almost everything on the card
Show/hide settings for almost everything on the card
All v0.5.0-dev updates

WIP for v1.0.0 official release

Separate the massive YAML info in the README.md to a separate file.
Implement the dynamic colors on value changes
Fix bugs from this alpha release

v0.5.0-dev

19 Sep 19:41
Compare
Choose a tag to compare
v0.5.0-dev Pre-release
Pre-release

Changed compass to SVG
Changed indicators
Changed entity info layout

v0.4.1

27 Aug 18:33
9967dbf
Compare
Choose a tag to compare
  • Implement enhancement #37 Improve localization algorithm
  • Implement enhancement #36 Open url in a new tab/window
    • By default url/navigation will open in new tab (or window depending on your browser settings)
    • Change back previous default functionality (open in current window) by adding new_tab: false to the tap_action config node

v0.4.0

21 Aug 20:25
1bcfdc3
Compare
Choose a tag to compare

Add tap action to card #33, you can now do something when you click it!
Add Czech translation, thanks to @Woodcat64
Add Russian translation, thanks to @artemyevav

v0.3.2

19 Aug 17:26
f768660
Compare
Choose a tag to compare

Add Polish translations, thanks to @porebas
Update Norwegian translation