Changelog for HASL departure card
The format is based on Keep a Changelog
- 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 !)
- 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.1 (2023-02-17)
- Reference captured
config
instead of reading fromthis
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
- @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)
- 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
- Fix #15 UpdatedDate and new HASL v3 doesn't work
- 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
- Added show card name config variable in both cards
- Bugfixes
- Migrated to separate project