aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6126e59..3f82ea8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,36 @@ Changelog
Unreleased
----------
+Added
+^^^^^
+
+- The ability to directly import ``.fit`` files.
+- A setting to limit the number of ``hittekaart`` threads.
+- A button to change the sorting on the home page.
+- Different sortings on the "Browse" page.
+- The "Fix elevation jumps" transformer
+- The ``fietsctl track del``, ``fietsctl track list`` and ``fietsctl user
+ modify`` commands.
+- The ability to request a new verification mail.
+
+Changed
+^^^^^^^
+
+- The user tiles now return an empty tile instead of a 404 for tiles that have
+ no content.
+- Images on a track page are sorted by their original file name.
+- The "Fietsboek" icon and tag are now a link to the home page.
+- Tokens now expire after 24 hours.
+- The ``fietsctl`` command names have been changed.
+
+Fixed
+^^^^^
+
+- A missing script tag has been added again, which fixes two bugs:
+ - The tileproxy not being used.
+ - Only the default map layers being shown.
+- GPX files with links (like the BRouter ones) are now saved as valid GPX.
+
0.7.0 - 2024-04-24
------------------