Skip to content

Version 2026.1.0

Choose a tag to compare

@FaserF FaserF released this 07 Jan 13:30

Happy new Year 2026 💯

What's Changed

  • Many fixes & Code improvements by @FaserF
  • fix reconfigure flow by not setting config_entry explicitly by @wollew in #75
  • Update actions/checkout action to v6 by @renovate[bot] in #73
  • Update dependency python to 3.14 by @renovate[bot] in #77
  • Update actions/checkout action to v6 by @renovate[bot] in #78
  • Update actions/labeler action to v6 by @renovate[bot] in #79
  • Update actions/setup-python action to v6 by @renovate[bot] in #80
  • Update actions/github-script action to v8 by @renovate[bot] in #81
  • Update dependency eslint to v9 by @renovate[bot] in #82

✨ New Features

  • Excluded Directions: Added a new configuration option excluded_directions to filter out departures heading to specific destinations (substring match).

🐛 Bug Fixes

  • Parsing: Fixed an issue where trainClasses were incorrectly parsed for some providers (e.g., VRN), converting strings like "Bus" into character lists ['B', 'u', 's'].
  • Mappings: Added a fallback for "Unknown" train types to ensure better display names.

📚 Documentation

  • Readme: Updated documentation to include the new excluded_directions option and clarify existing configuration parameters.

New Contributors

Full Changelog: 2025.10.2...2026.1.0