Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-07-14 | Release v3.14HEAD3.14main | Birte Kristina Friesel | -2/+2 | |
2025-07-06 | efa-m: show_stopseq: handle stops with no platform data | Birte Kristina Friesel | -2/+2 | |
2025-06-19 | Release v3.133.13 | Birte Kristina Friesel | -2/+2 | |
2025-06-18 | Release v3.123.12 | Birte Kristina Friesel | -2/+2 | |
2025-06-18 | Trip details: The endpoint has a time parameter. Using it is a good idea. | Birte Kristina Friesel | -2/+5 | |
This fixes trip detail requests occasionally returning data for yesterday, and should also fix trip detail requests failing entirely. Note that this breaks compatibility with trip IDs obtained from earlier efa-m versions. | ||||
2025-06-16 | Release v3.113.11 | Birte Kristina Friesel | -2/+2 | |
2025-06-16 | efa-m: only reserve space for occupancy if it is used | Birte Kristina Friesel | -2/+6 | |
2025-06-16 | efa-m: trip view: show occupancy per stop, if available | Birte Kristina Friesel | -1/+2 | |
2025-06-15 | Release v3.103.10 | Birte Kristina Friesel | -2/+2 | |
2025-06-15 | Stop: Add is_cancelled accessor | Birte Kristina Friesel | -3/+17 | |
2025-06-08 | place_candidates, name_candidates: return Stop objects | Birte Kristina Friesel | -2/+6 | |
Fixes https://github.com/derf/db-fakedisplay/issues/38 once adopted there | ||||
2025-03-23 | Release v3.093.09 | Birte Kristina Friesel | -2/+2 | |
2025-02-08 | Release v3.083.08 | Birte Kristina Friesel | -2/+2 | |
2025-01-27 | Release v3.073.07 | Birte Kristina Friesel | -2/+2 | |
2025-01-05 | Release v3.063.06 | Birte Kristina Friesel | -2/+2 | |
2025-01-05 | efa-m(1): mention stop ID numbers / codes | Birte Kristina Friesel | -5/+6 | |
2025-01-05 | efa-m(1): it's services, not entry points | Birte Kristina Friesel | -11/+11 | |
2025-01-05 | Update copyright | Birte Kristina Friesel | -1/+1 | |
2025-01-04 | Adjust coord request for id -> id_code rename | Birte Kristina Friesel | -1/+1 | |
2025-01-04 | Consistently use id_num and id_code accessor names for stop IDs | Birte Kristina Friesel | -1/+2 | |
2025-01-04 | Departure: Add "id" accessor | Birte Kristina Friesel | -5/+1 | |
2024-12-30 | Release v3.053.05 | Birte Kristina Friesel | -2/+2 | |
2024-12-24 | efa-m: add --raw-json | Birte Kristina Friesel | -1/+10 | |
2024-12-24 | stopseq is a hash; trip number is ->{stateless} | Birte Kristina Friesel | -1/+1 | |
2024-12-22 | Release v3.043.04 | Birte Kristina Friesel | -2/+2 | |
2024-11-09 | Release v3.033.03 | Birte Kristina Friesel | -2/+2 | |
2024-10-17 | efa-m: show trip detail delays in braces (we're outputting realtime data) | Birte Kristina Friesel | -4/+7 | |
2024-10-16 | format_route: platform may be undef | Birte Kristina Friesel | -2/+3 | |
2024-10-16 | Release v3.023.02 | Birte Kristina Friesel | -2/+2 | |
2024-10-13 | efa-m(1): Document station search by name and geolocation | Birte Kristina Friesel | -20/+41 | |
2024-10-13 | add stopfinder support | Birte Kristina Friesel | -0/+7 | |
2024-10-13 | Add coord request mode | Birte Kristina Friesel | -1/+31 | |
2024-10-08 | efa-m -Of: Show delays | Birte Kristina Friesel | -10/+17 | |
2024-10-06 | -Of etc: show delays | Birte Kristina Friesel | -4/+16 | |
2024-10-06 | -Oi: handle subject == subtitle | Birte Kristina Friesel | -1/+1 | |
2024-10-06 | Parse station-specific info messages | Birte Kristina Friesel | -0/+19 | |
2024-10-05 | efa-m: Document -j and trip details mode | Birte Kristina Friesel | -5/+15 | |
2024-10-05 | EFA: Replace ->stop_name, ->stop_id with ->stop | Birte Kristina Friesel | -2/+2 | |
2024-10-03 | Release v3.013.01 | Birte Kristina Friesel | -2/+2 | |
2024-10-03 | efa-m: Document --json | Birte Kristina Friesel | -0/+6 | |
2024-10-03 | efa-m: add --json option | Birte Kristina Friesel | -3/+14 | |
2024-09-29 | Release v3.003.00 | Birte Kristina Friesel | -2/+2 | |
2024-09-28 | journey id: use origin stop ID if available | Birte Kristina Friesel | -1/+3 | |
2024-09-28 | efa-m: Use Travel-Status-DE-EFA as cache identifier | Birte Kristina Friesel | -1/+2 | |
2024-09-28 | Looks like the backend does not care about missing spaces in stateless IDs | Birte Kristina Friesel | -2/+2 | |
This makes them much easier to copy-paste. Nifty! | ||||
2024-09-28 | Cache efa replies by default | Birte Kristina Friesel | -0/+19 | |
2024-09-28 | Move static service accessors to Travel::Status::DE::EFA | Birte Kristina Friesel | -8/+5 | |
2024-09-27 | Switch to transport-apis repo for enhanced backend definitions | Birte Kristina Friesel | -7/+13 | |
2024-09-26 | route output: store and show occupancy data, if available | Birte Kristina Friesel | -25/+27 | |
2024-09-26 | Trip->route: return Stop instances | Birte Kristina Friesel | -6/+7 | |