Releases: fratsloos/fr24_card
Version 1.0.0-beta
I've been working on a complete rewrite of the code and adding some new features to it. At the moment the changes are ready to be tested by more users.
If you find issues with this version, please report them using the issue tracker. Do not forget to give as much information as possible. The output of your aircraft.json and you card config (yaml) is always a great help when the results are unexpected, or when errors are thrown.
Warning
Before version 1.0.0 of this card the config popup
was a boolean. In version 1.0.0 popup
is replaced by an object.
Update your card config to avoid errors. See the documentation.
What's Changed
- Bugfix/27 v100 alpha built in pop up missing close button by @fratsloos in #32
- Make photo optional by @fratsloos in #33
- Added check on content of provider link by @fratsloos in #34
Full Changelog: v1.0.0-alpha...v1.0.0-beta
Version 1.0.0-alpha
I've been working on a complete rewrite of the code and adding some new features to it. At the moment the changes are ready to be tested by more users.
If you find issues with this version, please report them using the issue tracker. Do not forget to give as much information as possible. The output of your aircraft.json
and you card config (yaml) is always a great help when the results are unexpected, or when errors are thrown.
What's Changed
- Feature/20 icon color based on altitude litelement by @fratsloos in #24
- Feature/13 origindestination airport codes by @fratsloos in #25
- Feature/23 ground vehicles switch by @fratsloos in #26
Full Changelog: v0.5.1...v1.0.0-alpha
Added Finnish translation
Maintenance update
Wow, has it been over a year already? Sorry for the long wait! Thanks to @jonostanck's PR for the Polish language, I spent some time updating the card again.
Besides the Polish translation, I mainly worked on small fixes that were necessary over time due to changes in, for example, browser_mod.
In another branch I am still working on a new version of the card. The feature requests will be implemented in that version.
What's Changed
- Create pl.json by @jonostanck in #21
New Contributors
- @jonostanck made their first contribution in #21
Full Changelog: v0.6.0...v0.7.0
Improvements and updated for browser_mod 2
It's been a while, but here is finally a new version of the FR24 card. In this version, the popup has been modified based on the modified version of browser_mod and some minor improvements have been made to the notifications that appear when there are no (good) data has been found.
Many thanks to @BrettEBowman and @masterfish1 for testing the pre-releases! 👏 And of course to @AlexStephenLytton for updates in the German language file.
Full Changelog: v0.5.2...v0.6.0
Display improvements
This new pre-release contains some improvements after feedback on our previous release. We've updated the popup to include a title so it also displays the close button and there is now a difference between errors when there is no (valid) data and when the entity has no data.
A much needed update
Finally an update for the FR24 card. After a period of absence due to holidays, work and other obligations, work has been done again on an - now much needed - update.
In this update, we've worked on improving the notification when no aircraft are found (#16) and modified the map to use browser_mod 2 (#19).
Note if you use the popup option: this update is not compatible with old versions of browser_mod. If you don't want to update browser_mod, that's fine, but unfortunately you can't use this update either.
v0.5.2 - New column type and bugfixes
Small update with a bugifx fixing #16 and adding a new column for the aircraft type (#15).
Full Changelog: v0.5.1...v0.5.2
Bugfixes
This release fixes some small bugs in the card.
The most notable bug fixed with this release is the appearance of NaN
as distance on some aircraft (issue #14). The calculation of the distance has been adjusted. Thanks @BrettEBowman for testing the fix!
Full Changelog: v0.5.0...v0.5.1
Styling and translations
A new release with some changes by the community; two new translations are available: German and Slovenian. If you want to contribute and add a language, please check our documentation.
With this new release it's also possible to style the card and the popup. All options are in the documentation. Thanks to @AdmiralStipe for testing!
What's Changed
- Add Slovenian translation (create sl.json) by @AdmiralStipe in #8
- Create de.json by @AlexStephenLytton in #11
New Contributors
- @AdmiralStipe made their first contribution in #8
- @AlexStephenLytton made their first contribution in #11
Full Changelog: v0.4.0...v0.5.0