CHANGELOG.adoc 4.1 KB

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