CHANGELOG.adoc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. * Searching lines
  10. * Travel planning
  11. * Offline timetable
  12. * Alerts
  13. == [3.0] – 2023-04-11
  14. === Changed
  15. * completely new architecture
  16. == [2.2.2] – 2019-03-11
  17. === Changed
  18. * drop HTML formatting in PEKA messages
  19. == [2.2.1] – 2019-03-04
  20. === Changed
  21. * white icons (low floor, tickets) in night mode
  22. == [2.2.0] – 2019-02-26
  23. === Added
  24. * showing low floor and ticket checkouts in VM departures
  25. === Changed
  26. * departures empty state is semi-transparent
  27. == [2.1] – 2019-02-04
  28. === Added
  29. * showing empty search result
  30. * loading in shed selection and stop screen
  31. * VM messages
  32. === Changed
  33. * search bar
  34. * empty departures state
  35. * ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
  36. * sorting departures: on-stop at the top
  37. * sorting search results by similarity
  38. == [2.0] – 2018-09-21
  39. === Added
  40. * official timetable from ZTM
  41. === Changed
  42. * VM can be used without offline timetable
  43. * offline timetable uses exact dates (instead of workdays/saturdays/holidays)
  44. * VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
  45. * favourites rewritten from scratch
  46. * app is movable to external storage
  47. * new colours—grey and green—fitting new Poznań style
  48. === Fixed
  49. * multiple bug fixes