CHANGELOG.rst 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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.2] – 2019-03-11
  26. ====================
  27. Changed
  28. -------
  29. * drop HTML formatting in PEKA messages
  30. [2.2.1] – 2019-03-04
  31. ====================
  32. Changed
  33. -------
  34. * white icons (low floor, tickets) in night mode
  35. [2.2.0] – 2019-02-26
  36. ====================
  37. Added
  38. -----
  39. + showing low floor and ticket checkouts in VM departures
  40. Changed
  41. -------
  42. * departures empty state is semi-transparent
  43. [2.1] – 2019-02-04
  44. ==================
  45. Added
  46. -----
  47. + showing empty search result
  48. + loading in shed selection and stop screen
  49. + VM messages
  50. Changed
  51. -------
  52. * search bar
  53. * empty departures state
  54. * ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
  55. * sorting departures: on-stop at the top
  56. * sorting search results by similarity
  57. [2.0] – 2018-09-21
  58. ==================
  59. Added
  60. -----
  61. + official timetable from ZTM
  62. Changed
  63. -------
  64. * VM can be used without offline timetable
  65. * offline timetable uses exact dates (instead of workdays/saturdays/holidays)
  66. * VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
  67. * favourites rewritten from scratch
  68. * app is movable to external storage
  69. * new colours—grey and green—fitting new Poznań style
  70. Fixed
  71. -----
  72. * multiple bug fixes