Fixes:
- etxract stopped working from HA v2026.3 due to upgrade to python 3.14, fixes #152
- allow to use trip short name for RT on local stop, Resolves: #151 and #150
- add destination stop_id, destination_stip_id was showing 'null' in all cases as it was not extracted from the db.
Resolves: #147 - Fix issues on missing slots due to holiday-days. When on a holiday-date, it would also not show for departures of tomorrow in certain cases (i.e.: when the source is using calendar_dates), this is fixed
- Missing agency_id fix (introduced rel. 0.5.6) caused issues with large db and multiple agency, addresses: #132
Features:
- added a service/action to extract trip-stops in support of automation purposes, see doc
- when selecting a source that handles trains only, one can now select the stops instead of typing in the station names
unzip improvement
- Remove other unused files from the zip before loading, this to prevent a possible pygtfs crash of the loading process in case of inconsisten data, plus avoid loading unused data and growth of the db, addresses: #143