diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-02-06 20:27:18 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-02-06 20:27:18 +0100 |
commit | 22fcabca9c40c3e0bf14239e0b23a90f48bab500 (patch) | |
tree | 3e6bdd46d3697bf3027bff17ced447cbaef61b0a | |
parent | 8d638551046c2b8aaf7579b712a6ef6688a28a94 (diff) | |
download | fietsboek-22fcabca9c40c3e0bf14239e0b23a90f48bab500.tar.gz fietsboek-22fcabca9c40c3e0bf14239e0b23a90f48bab500.tar.bz2 fietsboek-22fcabca9c40c3e0bf14239e0b23a90f48bab500.zip |
update changelog
-rw-r--r-- | CHANGELOG.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b08927..db73b5b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,19 @@ Added ^^^^^ - The maintenance mode. +- The summary on the home page now shows the number of tracks per time period. +- The summary on the home page now shows the track length at first glance. + +Changed +^^^^^^^ + +- Python 3.9 is the new minimum Python version (up from 3.7). + +Fixed +^^^^^ + +- Page reading for systems that use a non-UTF-8 locale. +- The filename above the map is hidden again. 0.5.0 - 2023-01-12 ------------------ |