CHANGELOG.adoc 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. * Alerts
  12. == [3.2] – 2024-03-13
  13. === Added
  14. * about screen
  15. * scroll to bottom loading more departures
  16. * locality names in search results
  17. * filtering over 12 items in localities list
  18. * last update of departures if over a minute
  19. * German translations
  20. * REUSE compliancy
  21. * offline cache of localities
  22. === Changed
  23. * dependency updates, bug fixes, and some code refactor
  24. * localities settings
  25. * updating lists using DiffUtil
  26. * stop icons shape and colour
  27. * scaling stop icons
  28. * TRAFFIC version clockworkOrange compatibility
  29. == [3.1.1]
  30. === Fixed
  31. * continue button in server selection
  32. == [3.1]
  33. === Added
  34. * monochrome launcher icon and predictive back gesture for Android 12
  35. * Material You theme with system colors
  36. * searching by Open Location Code
  37. * Polish and Italian translations
  38. * multiple feeds handling
  39. * QR codes in Metropolis GZM
  40. * searching by line (and picking stops on graphs)
  41. === Changed
  42. * new search bar
  43. * gliding instead of jumping in minimap
  44. * dependency updates, bug fixes, and some code refactor
  45. == [3.0] – 2023-04-11
  46. === Changed
  47. * completely new architecture
  48. == [2.2.2] – 2019-03-11
  49. === Changed
  50. * drop HTML formatting in PEKA messages
  51. == [2.2.1] – 2019-03-04
  52. === Changed
  53. * white icons (low floor, tickets) in night mode
  54. == [2.2.0] – 2019-02-26
  55. === Added
  56. * showing low floor and ticket checkouts in VM departures
  57. === Changed
  58. * departures empty state is semi-transparent
  59. == [2.1] – 2019-02-04
  60. === Added
  61. * showing empty search result
  62. * loading in shed selection and stop screen
  63. * VM messages
  64. === Changed
  65. * search bar
  66. * empty departures state
  67. * ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
  68. * sorting departures: on-stop at the top
  69. * sorting search results by similarity
  70. == [2.0] – 2018-09-21
  71. === Added
  72. * official timetable from ZTM
  73. === Changed
  74. * VM can be used without offline timetable
  75. * offline timetable uses exact dates (instead of workdays/saturdays/holidays)
  76. * VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
  77. * favourites rewritten from scratch
  78. * app is movable to external storage
  79. * new colours—grey and green—fitting new Poznań style
  80. === Fixed
  81. * multiple bug fixes