blob: 32ea9eadf7ebd7b712a3b136125ed38558a3578d (
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
|
Changelog
=========
Unreleased
----------
Added
^^^^^
- The count of images and comments of a track in the home page and browse
views.
- The calendar view in the profile page.
Fixed
^^^^^
- Track images not being shown properly on small screens (thanks
networkjanitor).
0.9.0 - 2024-04-08
------------------
Added
^^^^^
- The ``fietsctl user modify --set-email`` command.
- The count of tagged people in the home page overview.
- Favourites!
- A button to log out all current sessions.
- A setting to disable image uploads.
- Average track length & duration on profile page.
- The language chooser.
- The first graph on the profile page.
Changed
^^^^^^^
- GPX file downloads now set the filename when downloading.
Fixed
^^^^^
- Friends that are already tagged are hidden when searching for friends to tag.
- Parsing of the custom tile layers.
- Bootstrapping of new instances (thanks networkjanitor).
0.8.0 - 2023-06-05
------------------
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 - 2023-04-24
------------------
Added
^^^^^
- Profile pages with "milestone tracks" (longest, shortest, ...).
- Integration with ``hittekaart`` for heatmaps on the profile.
- A data version check at startup.
- The *Remove Breaks* transformer.
- Unfinished uploads are now shown to the user on the home page.
Changed
^^^^^^^
- ``fietsctl`` now uses ``click`` for argument parsing, some CLI behavior might
have changed.
- All commands now assume ``fietsboek.ini`` as the default configuration path.
- `bleach <https://github.com/mozilla/bleach/>`__ has been replaced with `nh3
<https://pypi.org/project/nh3/>`__.
0.6.0 - 2023-03-08
------------------
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.
- Transformers 🎉
Changed
^^^^^^^
- Python 3.9 is the new minimum Python version (up from 3.7).
- The tile proxy will now do at most 2 concurrent requests per tile provider.
Fixed
^^^^^
- Page reading for systems that use a non-UTF-8 locale.
- The filename above the map is hidden again.
- Inconsistency issues when exceptions would happen during the upload/editing
of a track.
0.5.0 - 2023-01-12
------------------
Added
^^^^^
- A "Remember me" option when logging in.
- The ability to load external (third party) language packs.
- GPX metadata (track title, description & author) are now embedded into the
actual GPX file.
- The ``fietscron`` maintenance script.
Changed
^^^^^^^
- The configuration file is now parsed and validated at application startup
with better error reports.
- GPX content is now delivered compressed if the browser supports it.
- GPX files are now stored outside of the database.
Fixed
^^^^^
- Account registration giving a 400 error.
- Track deletion being forbidden for users.
- Descriptions embedded in GPX tracks not being pre-filled when
uploading the track.
- Maximum zoom levels for the map not being respected.
0.4.0 - 2022-11-28
------------------
Added
^^^^^
- Support to render pages with custom (static) content.
- Support to overwrite the home page's content.
- Autocompletion for tags in upload & edit forms.
- The ``fietsupdate`` script for arbitrary update commands.
Changed
^^^^^^^
- Filters are now evaluated in SQL for better efficiency.
- Tiles are now proxied through Fietsboek.
Fixed
^^^^^
- Track participants not being shown anymore.
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.
|