CHANGELOG.adoc 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. // SPDX-FileCopyrightText: Adam Evyčędo
  2. //
  3. // SPDX-License-Identifier: GPL-3.0-or-later
  4. = Changelog
  5. All notable changes to this project will be documented in this file.
  6. The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], but uses AsciiDoc instead of Markdown,
  7. and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].
  8. == Unreleased
  9. * Travel planning
  10. * Offline timetable
  11. == [3.3.2] – 2024-05-22
  12. === Changed
  13. * Openstreetmap attribution
  14. * Changed minimal map zoom level
  15. == [3.3.1] – 2024-05-21
  16. === Fixed
  17. * Limited map zoom leves so that markers scaling won’t crash
  18. == [3.3] – 2024-05-16
  19. === Added
  20. * Alerts
  21. * Selecting date
  22. * Filtering by time or line
  23. * Automatically adding locales from build.gradle
  24. === Changed
  25. * Cached localities have lower alpha
  26. * Updated deprecated methods
  27. * Updated dependencies
  28. === Fixed
  29. * Landscape about screen
  30. * Vehicle capabilities on map
  31. * Lines directions other than 2
  32. * Feed info is cached, not latest response
  33. == [3.2] – 2024-03-13
  34. === Added
  35. * about screen
  36. * scroll to bottom loading more departures
  37. * locality names in search results
  38. * filtering over 12 items in localities list
  39. * last update of departures if over a minute
  40. * German translations
  41. * REUSE compliancy
  42. * offline cache of localities
  43. === Changed
  44. * dependency updates, bug fixes, and some code refactor
  45. * localities settings
  46. * updating lists using DiffUtil
  47. * stop icons shape and colour
  48. * scaling stop icons
  49. * TRAFFIC version clockworkOrange compatibility
  50. == [3.1.1]
  51. === Fixed
  52. * continue button in server selection
  53. == [3.1]
  54. === Added
  55. * monochrome launcher icon and predictive back gesture for Android 12
  56. * Material You theme with system colors
  57. * searching by Open Location Code
  58. * Polish and Italian translations
  59. * multiple feeds handling
  60. * QR codes in Metropolis GZM
  61. * searching by line (and picking stops on graphs)
  62. === Changed
  63. * new search bar
  64. * gliding instead of jumping in minimap
  65. * dependency updates, bug fixes, and some code refactor
  66. == [3.0] – 2023-04-11
  67. === Changed
  68. * completely new architecture
  69. == [2.2.2] – 2019-03-11
  70. === Changed
  71. * drop HTML formatting in PEKA messages
  72. == [2.2.1] – 2019-03-04
  73. === Changed
  74. * white icons (low floor, tickets) in night mode
  75. == [2.2.0] – 2019-02-26
  76. === Added
  77. * showing low floor and ticket checkouts in VM departures
  78. === Changed
  79. * departures empty state is semi-transparent
  80. == [2.1] – 2019-02-04
  81. === Added
  82. * showing empty search result
  83. * loading in shed selection and stop screen
  84. * VM messages
  85. === Changed
  86. * search bar
  87. * empty departures state
  88. * ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
  89. * sorting departures: on-stop at the top
  90. * sorting search results by similarity
  91. == [2.0] – 2018-09-21
  92. === Added
  93. * official timetable from ZTM
  94. === Changed
  95. * VM can be used without offline timetable
  96. * offline timetable uses exact dates (instead of workdays/saturdays/holidays)
  97. * VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
  98. * favourites rewritten from scratch
  99. * app is movable to external storage
  100. * new colours—grey and green—fitting new Poznań style
  101. === Fixed
  102. * multiple bug fixes