Bimba.git

commit d153187be4b23d32f47e01b8e580247d2d71051a

Author: Adam Pioterek <adam.pioterek@protonmail.ch>

keep a changelog

 CHANGELOG.rst | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++


diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000000000000000000000000000000000000..e8b4d3b6abaf9763cb998eb01d51790d5e3803ce
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,73 @@
+Changelog
+#########
+
+All notable changes to this project will be documented in this file.
+
+The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_`, using ReStructuredText instead of Markdown, and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
+
+[Unreleased]
+============
+
+Added
+-----
+
++ logging and reporting crashes
++ history of frequently searched stops
++ retry buttons
++ caching favourite
++ update info in APK releases
++ day/night setting – auto, always day, always night
++ trip planning
++ full timetable online
++ free train departures
++ searching by lines
++ city bike stations
+
+Changed
+-------
+
+* reduce flickering of search results
+* VM messages appear also in favourites (if it contains 1 stop only)
+* ‘no connectivity’ warning only when offline timetable is not present
+
+[2.1] – 2019-02-04
+==================
+
+Added
+-----
+
++ showing empty search result
++ loading in shed selection and stop screen
++ VM messages
+
+Changed
+-------
+
+* search bar
+* empty departures state
+* ‘now’ departure is ‘in a moment’ if the vehicle is not on-stop
+* sorting departures: on-stop at the top
+* sorting search results by similarity
+
+[2.0] – 2018-09-21
+==================
+
+Added
+-----
+
++ official timetable from ZTM
+
+Changed
+-------
+
+* VM can be used without offline timetable
+* offline timetable uses exact dates (instead of workdays/saturdays/holidays)
+* VM is quicker and is more reliable (as it’s computed in the same way as offline departures)
+* favourites rewritten from scratch
+* app is movable to external storage
+* new colours—grey and green—fitting new Poznań style
+
+Fixed
+-----
+
+* multiple bug fixes