CHANGELOG.adoc 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. = Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], but uses AsciiDoc instead of Markdown,
  4. and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].
  5. == Unreleased
  6. === in progress
  7. * BAF9: gott v2 + error handling
  8. === Added
  9. * BAF11: TRAFFIC: trip shape
  10. * BAF21: route for shape on map (either by line -> all shapes, or by trip -> one shape)
  11. * BAF17.2: route get feed
  12. * BAF28: advanced query for departures (eg. (line=610&stop=LUKLL01)||(line=611&stop=LLIMB91))
  13. * BAF31: return delay in Vehicle
  14. === Changed
  15. * BAF25: single latest feed – get its validity from calendar/calendar_dates; move to /var/lib based on validity
  16. * BAF10: strict types and enums
  17. * BAF30: if departure is at-stop or incoming but time is not <=1m then return in-transit – only for starting terminus
  18. * agency in api/line
  19. === Fixed
  20. * BAF12: readibility
  21. === Removed
  22. * BAF18: signaling is out of scope
  23. == v0.2
  24. === Added
  25. * Added flags and prepare function to feed for specific behaviour in GTFS files
  26. * Added Metropolis GZM feed
  27. * BAF33: searching by line
  28. === Changed
  29. * Timetable validity is calculated based on feed_info.txt and calendars, not filename
  30. * Decision to download a GTFS zip is additionally based on Etag
  31. * Added feed ID in Stop and Line in API
  32. * Added node name
  33. * TRAFFIC schedule uses now BARE DSL specification from repo
  34. * Removed unnecessary fields from config, added listening address and changed defaults
  35. * Changed all remaining occurences of bimba server to szczanieckiej
  36. * BAF34: shedules in /var/lib/szczanieckiej
  37. === Fixed
  38. * Fixed feed last updated date
  39. * BAF14: sort query results by revelance
  40. * There can be multiple GTFS Schedules for one day
  41. == v0.1
  42. * BAF6: check if calendar.txt exists
  43. * BAF7: check if calendar_dates.txt exists
  44. * BAF8: check if any calendar was converted
  45. * BAF13: alerts from gtfs_rt
  46. * BAF1: get stop, feed timezone
  47. * BAF26: joined feeds (eg. Kraków bus + Kraków tram)
  48. * BAF27: default accept language
  49. * BAF16: paginate departures
  50. * BAF15: filter departures by line
  51. * BAF23: ZTM_Poznań: vehicle capabilities -- read header
  52. * BAF22: route for vehicle by vehicle -> one
  53. * BAF2: get trip part from stop (times till next stops)
  54. * BAF20: route for trip from stop
  55. * BAF32: check boarding
  56. * TRAFFIC: line graph
  57. * TRAFFIC: lines index by line_name
  58. * BAF4: TRAFFIC:converter: feed_info
  59. * BAF5: TRAFFIC:converter: agencies
  60. * BAF19: TRAFFIC: data structure for searching by coordinates
  61. * BAF24: default contrasting colours in route // only line colour, no text colour
  62. * BAF29: paginate items
  63. * BAF17.1: route for enabled feeds