<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek, branch climbs</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>add climb model</title>
<updated>2026-09-25T07:39:14+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-09-25T07:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=3a5187c118aba5eac93e85c9394346fc49fed604'/>
<id>3a5187c118aba5eac93e85c9394346fc49fed604</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>code for climb profile rendering</title>
<updated>2026-09-25T07:38:12+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-09-25T07:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=ff56efd935d3c68fb9db1921819bef43020b9212'/>
<id>ff56efd935d3c68fb9db1921819bef43020b9212</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix climb detection</title>
<updated>2026-09-24T20:26:24+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-09-24T20:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=9a0a4fbfbd005c64c2db2c1606cc7dccbff22053'/>
<id>9a0a4fbfbd005c64c2db2c1606cc7dccbff22053</id>
<content type='text'>
The old algorithm didn't work; it left large amounts of "non-climb"
space before the climb. This is because we always kept the window at the
minimum length, so even a large mountain at the end of the window could
push the average above the ascension threshold and cause the whole
window to be included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old algorithm didn't work; it left large amounts of "non-climb"
space before the climb. This is because we always kept the window at the
minimum length, so even a large mountain at the end of the window could
push the average above the ascension threshold and cause the whole
window to be included.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement climb detection</title>
<updated>2026-09-22T21:25:36+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-09-22T19:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=e592c65a55c8523987c9aeec627d693be7487c82'/>
<id>e592c65a55c8523987c9aeec627d693be7487c82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add note about forward_allow_ips</title>
<updated>2026-09-05T11:01:30+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-09-05T11:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=d4350589f45af38988bd3d5763cd2a5f8ca93e8b'/>
<id>d4350589f45af38988bd3d5763cd2a5f8ca93e8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog</title>
<updated>2026-09-03T13:42:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-09-03T13:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=1cb4006d5dc867d22ca036bd11ce20c33c9c0523'/>
<id>1cb4006d5dc867d22ca036bd11ce20c33c9c0523</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 'browse-uphill' into 'master'</title>
<updated>2026-09-03T13:41:08+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-09-03T13:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=40ff281459eac899cb512ff93b30ba631ae05eb3'/>
<id>40ff281459eac899cb512ff93b30ba631ae05eb3</id>
<content type='text'>
Sort and filter by uphill in browse view

See merge request dunj3/fietsboek!2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sort and filter by uphill in browse view

See merge request dunj3/fietsboek!2</pre>
</div>
</content>
</entry>
<entry>
<title>added comment on pylint warning in parse function</title>
<updated>2026-09-03T12:42:20+00:00</updated>
<author>
<name>Christoph Coijanovic</name>
<email>hi@coijanovic.com</email>
</author>
<published>2026-09-03T12:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=def6ef9b79ac2885dedc14dd2a1e1c9cd6285d3f'/>
<id>def6ef9b79ac2885dedc14dd2a1e1c9cd6285d3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added minimum and maximum uphill filters to browse view</title>
<updated>2026-09-03T12:02:28+00:00</updated>
<author>
<name>Christoph Coijanovic</name>
<email>hi@coijanovic.com</email>
</author>
<published>2026-09-03T12:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=1755771ece5ab9bc095578fb4ad54be9e86feb70'/>
<id>1755771ece5ab9bc095578fb4ad54be9e86feb70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort tracks in browse view by uphill.</title>
<updated>2026-09-03T11:29:29+00:00</updated>
<author>
<name>Christoph Coijanovic</name>
<email>hi@coijanovic.com</email>
</author>
<published>2026-09-03T11:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=4a10aa6d661ed1fe06623bb3ae7a0b52b2a81997'/>
<id>4a10aa6d661ed1fe06623bb3ae7a0b52b2a81997</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
