CHANGELOG.adoc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. * Searching lines
  7. * Travel planning
  8. * Offline timetable
  9. * Alerts
  10. == [3.0] – 2023-04-11
  11. === Changed
  12. * completely new architecture
  13. == [2.2.2] – 2019-03-11
  14. === Changed
  15. * drop HTML formatting in PEKA messages
  16. == [2.2.1] – 2019-03-04
  17. === Changed
  18. * white icons (low floor, tickets) in night mode
  19. == [2.2.0] – 2019-02-26
  20. === Added
  21. * showing low floor and ticket checkouts in VM departures
  22. === Changed
  23. * departures empty state is semi-transparent
  24. == [2.1] – 2019-02-04
  25. === Added
  26. * showing empty search result
  27. * loading in shed selection and stop screen
  28. * VM messages
  29. === Changed
  30. * search bar
  31. * empty departures state
  32. * ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
  33. * sorting departures: on-stop at the top
  34. * sorting search results by similarity
  35. == [2.0] – 2018-09-21
  36. === Added
  37. * official timetable from ZTM
  38. === Changed
  39. * VM can be used without offline timetable
  40. * offline timetable uses exact dates (instead of workdays/saturdays/holidays)
  41. * VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
  42. * favourites rewritten from scratch
  43. * app is movable to external storage
  44. * new colours—grey and green—fitting new Poznań style
  45. === Fixed
  46. * multiple bug fixes