blob: be609ef3afd285346f823e79fa076a06b7fa2c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
Changelog
=========
Unreleased
----------
0.3.0 - 2022-08-12
------------------
Added
^^^^^
- Buttons to collapse months/years in the personal summary.
- Filters to search for tracks in the browse view.
- The ability to upload "track templates", i.e. pre-planned routes without a
"proper" recording.
- The ability to use a `Thunderforest <https://www.thunderforest.com/>`__ API
key.
Fixed
^^^^^
- Images not saving when added during the track upload.
- Tracks without time information crashing the upload.
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.
|