Skip to content

Releases: vingerha/gtfs2

Local stop: align attributes around realtime data

04 Nov 11:22
Compare
Choose a tag to compare

Changes

Local stop enhancement: time entries for scheduled, realtime and delays were not always conclusive nor aligned on format. This has now been improved by a.o. adding UTC, calculating delays based on time, etc.
This allows users to be more flexible in cards and a.o. show the times in their own format (12h/24h)
See : https://github.com/vingerha/gtfs2/wiki/2c.-Acquire-local-stops-&-departures#local-stop-details-explained

Local stop attributes: show departure realtime as HH:MM

03 Nov 06:45
Compare
Choose a tag to compare

Changes

The format of hte realtime-departure time (in datetime) was inconsistent with the scheduled departure time (in HH:MM), now they are both shown as HH:MM which makes it easier to show in cards (avoiding complex nested attribute handling, resolves #112

Fixes on Timezone, Blocking call a.o.

01 Nov 08:31
31843b8
Compare
Choose a tag to compare

Changes

  • When a data source spans multiple timezones, the times were incorrectly represented, resolves #107
  • When configuring a new entry, a blocking call error was thrown, this has been resolved, resolves: #98
  • When trying to delete a data source, an error was thrown and nothing deleted, resolves (part of) #110

Possible breaking changes

Due to the high(er) complexity of working with timezones, it may (!) falter on realtime, testing was performed but please report issues ... if any

Fix fixes on TZ

23 Oct 13:13
Compare
Choose a tag to compare
Fix fixes on TZ Pre-release
Pre-release

This is a DEVELOPMENT release

Changes

Applying TZ fixes for local-stop, this includes an option to apply a correction to the TZ of the source-file

Breaking changes

Unclear, testing is challenging due to many impacting elements.

Fix timezone: use agency tz

21 Oct 09:02
Compare
Choose a tag to compare
Pre-release

Agency TZ seems to be the leading one, above those of the stops
Logic applied: if Agency TZ then use Agency TZ else Stop TZ else HA/server TZ

Bug fixes on 0.5.2-beta

18 Oct 13:48
Compare
Choose a tag to compare
Pre-release

Missing const.py data
Incorrect empty timezone handling

Bug fixes: TZ handling & blocking call

18 Oct 06:23
7abc784
Compare
Choose a tag to compare
Pre-release

Changes : bug fixes

  • Timezone was taken from the datasource agency which for multi-tz countries is not correct. Now it takes the timezone from the stop or, if not available, HA instance, resolves: #107
  • When configuring a new entry, a blocking call error was thrown, this has been resolved, resolves: #98

Improve UX on stop selecting

13 Sep 14:41
Compare
Choose a tag to compare

Changes

When selecting start/end stops that did not present a valid route, one had to restart all steps.
Now you return to the screen to be able to re-select stops, addresses: #105

Reduced logging messages

0.5.0 Reduce error messages with updates, Portuguese translation

09 Sep 15:13
Compare
Choose a tag to compare

Changes

Adding Portuguese, thanks to @ViPeR5000
Fix : Reducing errors when automated updates of the data sources take place. At the moment there are too many unnecessary errors during a re-download (update) of the datasource, e.g. via action (fka service-call).
Fix: on the same process, the sensors did no always come back properly.
These are fixing #103

Starting a release tagging in the name

Minor: avoid issues with gtfs 'transfers'

04 Jul 16:35
Compare
Choose a tag to compare

Minor changes

  • Avoids issues with gtfs static transfers. As transgers are not used in this integration, they are now excluded from the dataload
  • Stability fixes (minor too)