CHANGELOG.adoc 3.9 KB

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