diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-05-31 21:24:26 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-05-31 21:24:26 +0200 |
commit | d0dbb43b31e7382abff93ff53763aa61d5a046cd (patch) | |
tree | 909177b307ccab3f3b96d98f88d2bab3aece00d6 | |
parent | b1e9c0556eab7faf03ea9d398c2df58f66193220 (diff) | |
download | fietsboek-d0dbb43b31e7382abff93ff53763aa61d5a046cd.tar.gz fietsboek-d0dbb43b31e7382abff93ff53763aa61d5a046cd.tar.bz2 fietsboek-d0dbb43b31e7382abff93ff53763aa61d5a046cd.zip |
update changelog
-rw-r--r-- | CHANGELOG.rst | 30 |
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 ------------------ |