CHANGELOG.adoc 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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.9.0] – 2025-02-08
  12. === Added
  13. * Travel planning based on Transitous
  14. == [3.6.1] – 2024-09-04
  15. === Fixed
  16. * phantom feed names in search results
  17. === Added
  18. * stops and departures from Transitous
  19. == [3.6.1] – 2024-09-04
  20. === Fixed
  21. * add empty default cache credentials
  22. == [3.6] – 2024-08-30
  23. === Added
  24. * reporting crashes with ACRA
  25. * use kotlin build scripts and cache
  26. * use elizabeth dev responses to show inexact times
  27. * use elizabeth dev responses to show coloured/italics lines in change options
  28. * use elizabeth dev responses to grey-out or hide terminus arrivals
  29. === Fixed
  30. * fixed updating conflicting rows for favourites and geonames on older Android versions
  31. == [3.5] – 2024-07-24
  32. === Added
  33. * geocoding short OLCs
  34. * arrows directing to nearest stops
  35. * unit systems
  36. == [3.4] – 2024-07-03
  37. === Added
  38. * favourites
  39. == [3.3.2] – 2024-05-22
  40. === Changed
  41. * Openstreetmap attribution
  42. * Changed minimal map zoom level
  43. == [3.3.1] – 2024-05-21
  44. === Fixed
  45. * Limited map zoom leves so that markers scaling won’t crash
  46. == [3.3] – 2024-05-16
  47. === Added
  48. * Alerts
  49. * Selecting date
  50. * Filtering by time or line
  51. * Automatically adding locales from build.gradle
  52. === Changed
  53. * Cached localities have lower alpha
  54. * Updated deprecated methods
  55. * Updated dependencies
  56. === Fixed
  57. * Landscape about screen
  58. * Vehicle capabilities on map
  59. * Lines directions other than 2
  60. * Feed info is cached, not latest response
  61. == [3.2] – 2024-03-13
  62. === Added
  63. * about screen
  64. * scroll to bottom loading more departures
  65. * locality names in search results
  66. * filtering over 12 items in localities list
  67. * last update of departures if over a minute
  68. * German translations
  69. * REUSE compliancy
  70. * offline cache of localities
  71. === Changed
  72. * dependency updates, bug fixes, and some code refactor
  73. * localities settings
  74. * updating lists using DiffUtil
  75. * stop icons shape and colour
  76. * scaling stop icons
  77. * TRAFFIC version clockworkOrange compatibility
  78. == [3.1.1]
  79. === Fixed
  80. * continue button in server selection
  81. == [3.1]
  82. === Added
  83. * monochrome launcher icon and predictive back gesture for Android 12
  84. * Material You theme with system colors
  85. * searching by Open Location Code
  86. * Polish and Italian translations
  87. * multiple feeds handling
  88. * QR codes in Metropolis GZM
  89. * searching by line (and picking stops on graphs)
  90. === Changed
  91. * new search bar
  92. * gliding instead of jumping in minimap
  93. * dependency updates, bug fixes, and some code refactor
  94. == [3.0] – 2023-04-11
  95. === Changed
  96. * completely new architecture
  97. == [2.2.2] – 2019-03-11
  98. === Changed
  99. * drop HTML formatting in PEKA messages
  100. == [2.2.1] – 2019-03-04
  101. === Changed
  102. * white icons (low floor, tickets) in night mode
  103. == [2.2.0] – 2019-02-26
  104. === Added
  105. * showing low floor and ticket checkouts in VM departures
  106. === Changed
  107. * departures empty state is semi-transparent
  108. == [2.1] – 2019-02-04
  109. === Added
  110. * showing empty search result
  111. * loading in shed selection and stop screen
  112. * VM messages
  113. === Changed
  114. * search bar
  115. * empty departures state
  116. * ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
  117. * sorting departures: on-stop at the top
  118. * sorting search results by similarity
  119. == [2.0] – 2018-09-21
  120. === Added
  121. * official timetable from ZTM
  122. === Changed
  123. * VM can be used without offline timetable
  124. * offline timetable uses exact dates (instead of workdays/saturdays/holidays)
  125. * VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
  126. * favourites rewritten from scratch
  127. * app is movable to external storage
  128. * new colours—grey and green—fitting new Poznań style
  129. === Fixed
  130. * multiple bug fixes