<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hutch.git/HutchTests/ReadmeViewTests.swift, branch v3.7.0</title>
<subtitle>ios client for sourcehut. swiftui.
</subtitle>
<id>http://git.krz.sh/krz/hutch.git/atom?h=v3.7.0</id>
<link rel='self' href='http://git.krz.sh/krz/hutch.git/atom?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/hutch.git/'/>
<updated>2026-07-16T00:22:12+00:00</updated>
<entry>
<title>test: assert image URLs are not double-escaped</title>
<updated>2026-07-16T00:22:12+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-16T00:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/hutch.git/commit/?id=63d0491b161457913c938d620dc1f26f29c798a9'/>
<id>urn:sha1:63d0491b161457913c938d620dc1f26f29c798a9</id>
<content type='text'>
markdownImageQueryStringPreservesAmpersands rejected any "amp;metric" in the
rendered HTML, but `&amp;amp;` is the correct encoding for `&amp;` in an attribute
value and is what a browser needs to request a literal `&amp;`. The assertion
conflated the URL with its HTML encoding.

Target the real failure mode instead: double-escaping, which would send
"&amp;amp;" through as part of the query string and break badge images.
</content>
</entry>
<entry>
<title>fix: fixes dead relative links in md/org with a new single-file viewer when tapped</title>
<updated>2026-04-15T21:07:09+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-04-15T21:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/hutch.git/commit/?id=7d5ca0607c091f76aa29cd6fa8c76cfeb1e02ac8'/>
<id>urn:sha1:7d5ca0607c091f76aa29cd6fa8c76cfeb1e02ac8</id>
<content type='text'>
Fixes: https://todo.sr.ht/~ccleberg/hutch/63
</content>
</entry>
<entry>
<title>fix(org): improve org-mode rendering support</title>
<updated>2026-03-30T22:10:58+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-30T22:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/hutch.git/commit/?id=da81b67dc8b74fdef6691d79ba06b28712c8b046'/>
<id>urn:sha1:da81b67dc8b74fdef6691d79ba06b28712c8b046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(markdown): finalize migration to apple/swift-markdown renderer</title>
<updated>2026-03-30T21:44:49+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-30T21:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/hutch.git/commit/?id=02fbc13ddb5b66ecf1d0dff3e7173a845984e006'/>
<id>urn:sha1:02fbc13ddb5b66ecf1d0dff3e7173a845984e006</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate README markdown rendering to swift-markdown and fix badge images</title>
<updated>2026-03-30T21:22:59+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-30T21:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/hutch.git/commit/?id=ddb310ed15fcd693a5487e5f38b5ba74cdf27843'/>
<id>urn:sha1:ddb310ed15fcd693a5487e5f38b5ba74cdf27843</id>
<content type='text'>
- replace the hand-rolled markdown parser with a MarkupVisitor renderer
- keep the org-mode rendering path and shared sanitization helpers intact
- update WKWebView styling and height measurement for README content
- fix linked image and query-string badge rendering in markdown output
- expand README rendering tests and add markdown syntax coverage

Implements: https://todo.sr.ht/~ccleberg/Hutch/2
</content>
</entry>
<entry>
<title>partial extended support for markdown and org-mode</title>
<updated>2026-03-30T18:10:54+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-30T18:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/hutch.git/commit/?id=09d93e6e6f2111f569d82da40dac8c499ba9a575'/>
<id>urn:sha1:09d93e6e6f2111f569d82da40dac8c499ba9a575</id>
<content type='text'>
</content>
</entry>
<entry>
<title>harden README web rendering and sanitize untrusted links</title>
<updated>2026-03-19T00:23:29+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-19T00:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/hutch.git/commit/?id=e07b4a28d6ac6086e5b652f72b9089e4d06f7e80'/>
<id>urn:sha1:e07b4a28d6ac6086e5b652f72b9089e4d06f7e80</id>
<content type='text'>
</content>
</entry>
</feed>
