Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

88 lines (64 loc) · 3.84 KB

hasl-cards

Changelog for HASL departure card

The format is based on Keep a Changelog

What's Changed

[3.3.0] (2025-01-24)

What's Changed

  • Card now supports setting multiple entities in the card configuration. This allows you to show multiple departure boards in one card.
    • Previous configurations are still supported, but will be migrated automatically as soon as you open the card editor and save the configuration.
  • Editor bundle name changed to hasl-departure-card-editor.js to help with manual installation.
  • The card supports selecting LondonTfl sensors (thanks @morosanmihail !)

[3.2.0] (2025-01-17)

What's Changed

  • Card is no longer compatible with HASL prior to version 3.2.0
  • Complete rewrite on TypeScript using Lit
  • Use Parcel to build the package
  • Added visual editor for settings

[2.6.2] (2023-06-12)

What's Changed

  • Fixed NaN and departure time calculations in #30 and #23

2.6.1 (2023-02-17)

What's Changed

  • Reference captured config instead of reading from this by @barbatron in #22
  • make compact true by default by @morlic in #26
  • Fixed bus name replacements by @jockesyk in #27
  • Fix for old browsers without support for toLocaleString by @jockesyk in #28

New Contributors

  • @barbatron made their first contribution in #22
  • @morlic made their first contribution in #26
  • @jockesyk made their first contribution in #27

2.6.0 (2022-09-10)

Added

  • Implemented hasl-sensor/integration #42 Bus line directions and name of bus direction
  • Implemented #12 Only show "Last updated" info if it was updated longer than x minutes ago

Fixed

  • Fix #15 UpdatedDate and new HASL v3 doesn't work

Changed

  • Requires at least HA version 2021.12.0, which is same as hasl3

2.5.0 (2020-03-04)

  • Card config fix #5
  • Added french translation @matfouc

2.4.0 (2019-11-20)

  • Added tap_action #1
  • Added offset #2
  • Fixed show always time #3
  • Cleaned up a litle bit

2.3.0 (2019-11-09)

  • Migrated to HACS
  • Separated the cards into 2 repos and removed the traffic card

[2.2.0] (2019-11-05)

  • Added show card name config variable in both cards
  • Bugfixes

[2.1.0] (2019-05-15)

  • Migrated to separate project