<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek, branch v0.2.0</title>
<subtitle>A web-based GPX track tracker</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/'/>
<entry>
<title>bump version to 0.2.0</title>
<updated>2022-07-23T15:05:41+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-23T15:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=9855ff27a35b518c62a58cf8ff2cf253aa4f9d98'/>
<id>9855ff27a35b518c62a58cf8ff2cf253aa4f9d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stringify path before passing it to FileResponse</title>
<updated>2022-07-23T14:58:56+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-23T14:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=b90df4386327221dbf14acdddd2ca9706f0cdb41'/>
<id>b90df4386327221dbf14acdddd2ca9706f0cdb41</id>
<content type='text'>
Depending on the Python version, this might raise an error: Before 3.8,
mimetypes.guess_type could not deal with a pathlib.Path, and only
accepted a string. guess_type is called internally by FileResponse, so
to make sure we don't run into errors, we stringify the path before
passing it to FileResponse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Depending on the Python version, this might raise an error: Before 3.8,
mimetypes.guess_type could not deal with a pathlib.Path, and only
accepted a string. guess_type is called internally by FileResponse, so
to make sure we don't run into errors, we stringify the path before
passing it to FileResponse.
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up javascript</title>
<updated>2022-07-22T22:39:22+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-22T22:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=b07f07c96f88c5e9be9aaf05feed8ef790076482'/>
<id>b07f07c96f88c5e9be9aaf05feed8ef790076482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'image-upload'</title>
<updated>2022-07-22T21:45:34+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-22T21:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=109332ee71869f090a472bd2fb455f2d3f48b91e'/>
<id>109332ee71869f090a472bd2fb455f2d3f48b91e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove leftover console.log</title>
<updated>2022-07-21T21:53:23+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-21T21:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=d2a8a75667e7e2ce5c7bdd7fd351136b70ec7913'/>
<id>d2a8a75667e7e2ce5c7bdd7fd351136b70ec7913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow descriptions to be added to images</title>
<updated>2022-07-21T21:51:51+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-21T21:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=85a3ab7c64d9c8f6b758cad6f265903af3838009'/>
<id>85a3ab7c64d9c8f6b758cad6f265903af3838009</id>
<content type='text'>
Even though the change is "relatively simple", it does add quite a bit
of stuff since now we do need metadata in the database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even though the change is "relatively simple", it does add quite a bit
of stuff since now we do need metadata in the database.
</pre>
</div>
</content>
</entry>
<entry>
<title>show comment date in user's local timezone</title>
<updated>2022-07-19T18:10:45+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-19T18:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=4a67a98222443e286f8db9650327250021c76ef5'/>
<id>4a67a98222443e286f8db9650327250021c76ef5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix track_id/id mismatch in add-comment route</title>
<updated>2022-07-19T17:54:23+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-19T17:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=de83e3f4f3950e233cdf10d8e4e6014da3b28275'/>
<id>de83e3f4f3950e233cdf10d8e4e6014da3b28275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no round borders in image preview</title>
<updated>2022-07-19T17:42:10+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-19T17:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=d53483c918965ccd510b17a2bf6cfd49d6974aed'/>
<id>d53483c918965ccd510b17a2bf6cfd49d6974aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove images when removing a track</title>
<updated>2022-07-18T18:37:56+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-18T18:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=7b9e8b1ee61b9211dc2c9dac59e29f4b7a5a7f15'/>
<id>7b9e8b1ee61b9211dc2c9dac59e29f4b7a5a7f15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
