CHANGELOG.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Changelog
  2. #########
  3. All notable changes to this project will be documented in this file.
  4. The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_`, using ReStructuredText instead of Markdown, and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
  5. [Unreleased]
  6. ============
  7. Added
  8. -----
  9. + logging and reporting crashes
  10. + history of frequently searched stops
  11. + retry buttons
  12. + caching favourite
  13. + update info in APK releases
  14. + day/night setting – auto, always day, always night
  15. + trip planning
  16. + full timetable online
  17. + free train departures
  18. + searching by lines
  19. + city bike stations
  20. Changed
  21. -------
  22. * reduce flickering of search results
  23. * VM messages appear also in favourites (if it contains 1 stop only)
  24. * ‘no connectivity’ warning only when offline timetable is not present
  25. [2.2.1] – 2019-03-04
  26. ====================
  27. Changed
  28. -------
  29. * white icons (low floor, tickets) in night mode
  30. [2.2.0] – 2019-02-26
  31. ====================
  32. Added
  33. -----
  34. + showing low floor and ticket checkouts in VM departures
  35. Changed
  36. -------
  37. * departures empty state is semi-transparent
  38. [2.1] – 2019-02-04
  39. ==================
  40. Added
  41. -----
  42. + showing empty search result
  43. + loading in shed selection and stop screen
  44. + VM messages
  45. Changed
  46. -------
  47. * search bar
  48. * empty departures state
  49. * ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
  50. * sorting departures: on-stop at the top
  51. * sorting search results by similarity
  52. [2.0] – 2018-09-21
  53. ==================
  54. Added
  55. -----
  56. + official timetable from ZTM
  57. Changed
  58. -------
  59. * VM can be used without offline timetable
  60. * offline timetable uses exact dates (instead of workdays/saturdays/holidays)
  61. * VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
  62. * favourites rewritten from scratch
  63. * app is movable to external storage
  64. * new colours—grey and green—fitting new Poznań style
  65. Fixed
  66. -----
  67. * multiple bug fixes