<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Catodon 26.9.0 stable released!]]></title><description><![CDATA[<p dir="auto"><strong>Catodon 26.9.0 - what's new</strong></p>
<ul>
<li>Multi-server accounts - you can now sign in or sign up on any other Misskey- or Mastodon-API server, not just this one. Works with Pixelfed GoToSocial, Akkoma, and the Misskey family too.</li>
<li>Customizable timelines - pick what fills your Home slot and arrange up to 9 tabs from Following, your other accounts, forums, RSS, antennas, lists, and more. Syncs across devices.</li>
<li>New media timeline with a masonry layout.</li>
<li>Quote posts that are compatible with Mastodon's implementation, federated via FEP-044f.</li>
<li>Hashtag following - follow tags natively, federated, with a hover preview and Custom feed support.</li>
<li>PeerTube video streaming - remote PeerTube videos now stream over HLS instead of just linking out.</li>
<li>Blogs got content warnings and per-blog privacy settings, plus a raw HTML mode in the editor.</li>
<li>Right-to-left language support - the whole UI now mirrors properly for RTL languages.</li>
<li>ALTCHA added as the default self-hosted, privacy-friendly captcha option.</li>
<li>A big security pass: closed several SSRF holes (URL previews, RSS fetching, JSON-LD verification), fixed a password-reset bug that let a moderator reset another admin's password, tightened 2FA/TOTP replay protection, patched a few data-visibility leaks, and pulled in ~90 hardening fixes adapted from upstream Sharkey. Nothing here was known to be actively exploited, but if you're running your own instance, update promptly.</li>
<li>Plus a long tail of smaller fixes: broken federation edge cases (forums, blog permalinks, PeerTube lookups), a mention-notification race, sharper remote media, and assorted UI polish.</li>
</ul>
<p dir="auto"><code>docker pull codefloe.com/catodon/catodon:26.9.0</code><br />
or<br />
<code>docker pull codefloe.com/catodon/catodon:latest</code><br />
For an existing installation:</p>
<pre><code>docker compose pull
docker compose run --rm web pnpm run migrate
docker compose up -d
</code></pre>
<p dir="auto">Full instructions: <a href="https://codefloe.com/catodon/catodon/src/tag/26.9.0-rc.1/docs/install.md#docker" target="_blank" rel="noopener noreferrer nofollow ugc">https://codefloe.com/catodon/catodon/src/tag/26.9.0-rc.1/docs/install.md#docker</a><br />
Migrating from Sharkey: <a href="https://codefloe.com/catodon/catodon/src/tag/26.9.0-rc.1/docs/install.md#migrating-from-sharkey" target="_blank" rel="noopener noreferrer nofollow ugc">https://codefloe.com/catodon/catodon/src/tag/26.9.0-rc.1/docs/install.md#migrating-from-sharkey</a></p>
<p dir="auto">Please take a db and files backup before migrating! Enjoy <img
      src="https://citiverse.it/assets/plugins/nodebb-plugin-emoji/emoji/android/1f603.png?v=dd1bb523659"
      class="not-responsive emoji emoji-android emoji--smiley"
      style="height: 23px; width: auto; vertical-align: middle;"
      title="=)"
      alt="😃"
    /></p>
<p dir="auto">:catodon:<br />
#catodon</p>


<div class="row mt-3"><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://catodon.rocks/notes/aqwc8b3kdbys00bf" title="panos :catodon: (@panos)">
<img src="https://catodon.rocks/proxy/avatar.webp?url&#x3D;https%3A%2F%2Fhel1.your-objectstorage.com%2Fcatodon%2F7c711524-655f-4a6d-ace7-0202f79ba346.webp&amp;avatar&#x3D;1" class="card-img-top not-responsive" style="max-height: 15rem;" alt="Link Preview Image" onerror="this.parentElement.remove()" />
</a>



<div class="card-body">
<h5 class="card-title">
<a class="text-decoration-none" href="https://catodon.rocks/notes/aqwc8b3kdbys00bf">
panos :catodon: (@panos)
</a>
</h5>
<p class="card-text line-clamp-3">New Catodon stable is finally out! Check out what we cooked this time &#x3D;)

RN: 【Catodon 26.9.0 stable released!】
**Catodon 26.9.0 - what&#x27;s new**

- Multi-server accounts - you can now sign in or sign up on any other Misskey- or Mastodon-API server, not just this one. Works with Pixelfed GoToSocial, Akkoma, and the Misskey family too.
- Customizable timelines - pick what fills your Home slot and arrange up to 9 tabs from Following, your other accounts, forums, RSS, antennas, lists, and more. Syncs across devices.
- New media timeline with a masonry layout.
- Quote posts that are compatible with Mastodon&#x27;s implementation, federated via FEP-044f.
- Hashtag following - follow tags natively, federated, with a hover preview and Custom feed support.
- PeerTube video streaming - remote PeerTube videos now stream over HLS instead of just linking out.
- Blogs got content warnings and per-blog privacy settings, plus a raw HTML mode in the editor.
- Right-to-left language support - the whole UI now mirrors properly for RTL languages.
- ALTCHA added as the default self-hosted, privacy-friendly captcha option.
- A big security pass: closed several SSRF holes (URL previews, RSS fetching, JSON-LD verification), fixed a password-reset bug that let a moderator reset another admin&#x27;s password, tightened 2FA/TOTP replay protection, patched a few data-visibility leaks, and pulled in ~90 hardening fixes adapted from upstream Sharkey. Nothing here was known to be actively exploited, but if you&#x27;re running your own instance, update promptly.
- Plus a long tail of smaller fixes: broken federation edge cases (forums, blog permalinks, PeerTube lookups), a mention-notification race, sharper remote media, and assorted UI polish.

&#x60;docker pull codefloe.com/catodon/catodon:26.9.0&#x60;
or
&#x60;docker pull codefloe.com/catodon/catodon:latest&#x60;
For an existing installation:

&#x60;&#x60;&#x60;
docker compose pull
docker compose run --rm web pnpm run migrate
docker compose up -d
&#x60;&#x60;&#x60;
Full instructions: https://codefloe.com/catodon/catodon/src/tag/26.9.0-rc.1/docs/install.md#docker
Migrating from Sharkey: https://codefloe.com/catodon/catodon/src/tag/26.9.0-rc.1/docs/install.md#migrating-from-sharkey

Please take a db and files backup before migrating! Enjoy &#x3D;)

:catodon:
#catodon</p>
</div>
<a href="https://catodon.rocks/notes/aqwc8b3kdbys00bf" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://catodon.rocks/favicon.ico" alt="favicon" class="not-responsive overflow-hiddden" style="max-width: 21px; max-height: 21px;" onerror="this.remove()"/>





<p class="d-inline-block text-truncate mb-0">Catodon rocks <span class="text-secondary">(catodon.rocks)</span></p>
</a>
</div></div>]]></description><link>https://citiverse.it/topic/ed528a4c-5826-4f51-b415-2b52845cbd02/catodon-26.9.0-stable-released</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 06:07:22 GMT</lastBuildDate><atom:link href="https://citiverse.it/topic/ed528a4c-5826-4f51-b415-2b52845cbd02.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Sep 2026 17:42:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Catodon 26.9.0 stable released! on Tue, 08 Sep 2026 18:18:40 GMT]]></title><description><![CDATA[<p dir="auto">Thank for sharing the link :3</p>
]]></description><link>https://citiverse.it/post/https://piefed.social/comment/12841283</link><guid isPermaLink="true">https://citiverse.it/post/https://piefed.social/comment/12841283</guid><dc:creator><![CDATA[snoopy@piefed.social]]></dc:creator><pubDate>Tue, 08 Sep 2026 18:18:40 GMT</pubDate></item><item><title><![CDATA[Reply to Catodon 26.9.0 stable released! on Tue, 08 Sep 2026 17:44:30 GMT]]></title><description><![CDATA[<p>Thanks! I think our blog post is also worth reading, for anyone interested in the project: <a href="https://catodon.rocks/@catodon/blog/reintroducing-catodon">https://catodon.rocks/@catodon/blog/reintroducing-catodon</a></p>]]></description><link>https://citiverse.it/post/https://catodon.rocks/notes/aqwiwz41dbys01fc</link><guid isPermaLink="true">https://citiverse.it/post/https://catodon.rocks/notes/aqwiwz41dbys01fc</guid><dc:creator><![CDATA[panos@catodon.rocks]]></dc:creator><pubDate>Tue, 08 Sep 2026 17:44:30 GMT</pubDate></item></channel></rss>