aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-07-25 19:46:24 +0200
committerDaniel Schadt <kingdread@gmx.de>2022-07-25 19:46:24 +0200
commitf507cd972b4a839e78af19a1030562fe203d22c4 (patch)
tree1e19e1e197d32a4303ccee78d0ed18421c344591 /CHANGELOG.rst
parent02676f841c10b20e1a69b6936acb60dfc46da5c4 (diff)
downloadfietsboek-f507cd972b4a839e78af19a1030562fe203d22c4.tar.gz
fietsboek-f507cd972b4a839e78af19a1030562fe203d22c4.tar.bz2
fietsboek-f507cd972b4a839e78af19a1030562fe203d22c4.zip
include changelog in docs
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst70
1 files changed, 70 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..d38dde2
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,70 @@
+Changelog
+=========
+
+Unreleased
+----------
+
+0.2.1 - 2022-07-24
+------------------
+
+Added
+^^^^^
+
+- A fullscreen button to the map.
+
+Changed
+^^^^^^^
+
+- The behaviour of pressing enter in the "Add Tag" and "Search Friend" fields.
+
+Fixed
+^^^^^
+
+- Images not showing when using the track's share link.
+
+0.2.0 - 2022-07-23
+------------------
+
+Added
+^^^^^
+
+- A button to delete tracks.
+- A small "user menu" in the top right corner.
+- A button to download multiple tracks in the "Browse" view.
+- Image uploading.
+
+Changed
+^^^^^^^
+
+- The position of the login/logout buttons.
+- Style of the "Tag friend" button.
+
+Fixed
+^^^^^
+
+- The track editing overwriting the timezone information.
+- The manifest file for inclusion of the README and CHANGELOG.
+
+0.1.0 - 2022-07-09
+------------------
+
+Added
+^^^^^
+
+- Allow image elements in markdown descriptions.
+- Send caching headers for GPX and badge files.
+- Take title suggestion from GPX tracks.
+- CSRF protection for actions that modify data.
+
+Fixed
+^^^^^
+
+- Ensure better caching of the track metadata.
+- Fix style for the `<strong>` element.
+- Update styles for password reset forms.
+- Better handling for timezones in GPX files.
+
+0.0
+---
+
+- Initial version.