<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://catask.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://catask.org/" rel="alternate" type="text/html" /><updated>2026-07-22T19:32:15+02:00</updated><id>https://catask.org/feed.xml</id><title type="html">CatAsk</title><subtitle>Answer questions easily with CatAsk - a simple &amp; easy to use Q&amp;A software that makes answering questions easier.</subtitle><entry><title type="html">CatAsk v2.6 released</title><link href="https://catask.org/2025/11/21/release-2-6/" rel="alternate" type="text/html" title="CatAsk v2.6 released" /><published>2025-11-21T00:00:00+01:00</published><updated>2025-11-21T00:00:00+01:00</updated><id>https://catask.org/2025/11/21/release-2-6</id><content type="html" xml:base="https://catask.org/2025/11/21/release-2-6/"><![CDATA[<p>CatAsk v2.6 released today with quite a few improvements. Here are some of the most notable ones:</p>

<ul>
  <li>Comments now differentiate between normal users and the instance admin (only applies to comments added after this update)</li>
  <li>CatAsk will automatically fill in the comment username if you’re logged in</li>
  <li>You can now change the interface font to <a href="https://rsms.me/inter/">Inter</a> under <strong>Admin -&gt; Accessibility</strong></li>
  <li>Fixed compact comment layout causing comments to not load</li>
  <li>Fixed not being able to edit your comments under any conditions</li>
  <li>Default dark theme colors now have better contrast (only affects new installations)</li>
  <li>Theme &amp; language options were added to the top of the page so it’s no longer necessary to scroll to the bottom to change them</li>
  <li>CatAsk no longer stores duplicate copies of favicon images</li>
  <li>Donation link was removed from the footer</li>
</ul>

<p>Here’s how a comment from an admin looks like:</p>

<figure class="figure d-block my-4">
  <img src="/assets/img/screenshot-comments-admin-badge.png" class="figure-img img-fluid rounded" alt="Screenshot of comments under a question with one of them having a gray &quot;Admin&quot; badge after the name" />
  <figcaption class="figure-caption text-center">Screenshot of comments under a question with one of them having a gray &quot;Admin&quot; badge after the name</figcaption>
</figure>

<p>Full changelog: <a href="https://codeberg.org/catask-org/catask/compare/v2.5.3...v2.6.0">https://codeberg.org/catask-org/catask/compare/v2.5.3...v2.6.0</a></p>

<h2 id="updating">Updating</h2>

<p>See update instructions here: <a href="https://docs.catask.org/getting-started/updating/#25x-26x">https://docs.catask.org/getting-started/updating/#25x-26x</a></p>]]></content><author><name></name></author><category term="announcements" /><category term="releases" /><summary type="html"><![CDATA[Version 2.6 is a small update consisting mainly of subtle improvements.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://catask.org/assets/img/catask-release-26.webp" /><media:content medium="image" url="https://catask.org/assets/img/catask-release-26.webp" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">CatAsk is changing domain to catask.org</title><link href="https://catask.org/2025/10/26/domain-change-to-catask-org/" rel="alternate" type="text/html" title="CatAsk is changing domain to catask.org" /><published>2025-10-26T00:00:00+02:00</published><updated>2025-10-26T00:00:00+02:00</updated><id>https://catask.org/2025/10/26/domain-change-to-catask-org</id><content type="html" xml:base="https://catask.org/2025/10/26/domain-change-to-catask-org/"><![CDATA[<p>CatAsk is changing its domain from catask.mystie.dev to catask.org.</p>

<p>Users are encouraged to update to the latest version (2.5.3 at the time of writing), as versions older than 2.5.3 may have broken components (theme store for example) due to old URLs being broken.</p>

<p>To update, run the <code class="language-plaintext highlighter-rouge">git pull</code> command (if you’re using Docker, then also run <code class="language-plaintext highlighter-rouge">docker compose down &amp;&amp; docker compose up -d</code>).</p>]]></content><author><name></name></author><category term="announcements" /><category term="general" /><summary type="html"><![CDATA[CatAsk has an actual domain now!]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://catask.org/assets/img/catask-domain-change-to-catask-org.webp" /><media:content medium="image" url="https://catask.org/assets/img/catask-domain-change-to-catask-org.webp" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">CatAsk v2.5 released: OAuth support!</title><link href="https://catask.org/2025/09/27/release-2-5/" rel="alternate" type="text/html" title="CatAsk v2.5 released: OAuth support!" /><published>2025-09-27T00:00:00+02:00</published><updated>2025-09-27T00:00:00+02:00</updated><id>https://catask.org/2025/09/27/release-2-5</id><content type="html" xml:base="https://catask.org/2025/09/27/release-2-5/"><![CDATA[<p>CatAsk v2.5 released today with OAuth support for 7 services, those being:</p>

<ul>
  <li><i class="bi bi-google"></i> Google</li>
  <li><i class="bi bi-discord"></i> Discord</li>
  <li><i class="bi bi-mastodon"></i> Mastodon (and compatible software)</li>
  <li><i class="bi bi-github"></i> GitHub</li>
  <li><i class="bi bi-git"></i> Gitea</li>
  <li><i class="bi bi-git"></i> Forgejo</li>
  <li><i class="bi bi-gitlab"></i> GitLab</li>
</ul>

<p>Here’s how the login page looks like with all of them configured:</p>

<figure class="figure d-block my-4">
  <img src="/assets/img/login-page-oauth.png" class="figure-img img-fluid rounded" alt="Login page showing various &quot;Login with ...&quot; buttons" />
  <figcaption class="figure-caption text-center">Login page showing various &quot;Login with ...&quot; buttons</figcaption>
</figure>

<p>You can learn how to set the services up here: <a href="https://docs.catask.org/integrations/oauth/">OAuth - CatAsk Documentation</a></p>

<p>In other changes, the default color theme now better reflects the branding colors (which you can find <a href="/branding/#colors">here</a>).</p>

<p>See update instructions here: <a href="https://docs.catask.org/getting-started/updating/#24x-25x">https://docs.catask.org/getting-started/updating/#24x-25x</a></p>

<h2 id="changelog">Changelog</h2>

<h3 id="added">Added</h3>
<ul>
  <li>oauth support</li>
</ul>

<h3 id="fixed">Fixed</h3>
<ul>
  <li>fix emoji pack expanded view (again)</li>
  <li>visual fix</li>
</ul>

<h3 id="miscellaneous">Miscellaneous</h3>
<ul>
  <li>updated bootstrap to v5.3.8</li>
  <li>improved emoji picker code</li>
  <li>use a better icon for information page</li>
  <li>add a fallback to sentry <code class="language-plaintext highlighter-rouge">getRelease()</code> function</li>
  <li>use a special user-agent for user-initiated external requests</li>
  <li>use new brand colors (this will only affect the default theme)</li>
</ul>

<p>Full changelog: <a href="https://codeberg.org/catask-org/catask/compare/v2.4.3...v2.5.0">https://codeberg.org/catask-org/catask/compare/v2.4.3...v2.5.0</a></p>]]></content><author><name></name></author><category term="announcements" /><category term="releases" /><summary type="html"><![CDATA[Version 2.5 is here with OAuth support!]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://catask.org/assets/img/catask-release-25.webp" /><media:content medium="image" url="https://catask.org/assets/img/catask-release-25.webp" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Improved website design &amp;amp; a new branding page</title><link href="https://catask.org/2025/09/17/improved-design-and-branding/" rel="alternate" type="text/html" title="Improved website design &amp;amp; a new branding page" /><published>2025-09-17T00:00:00+02:00</published><updated>2025-09-17T00:00:00+02:00</updated><id>https://catask.org/2025/09/17/improved-design-and-branding</id><content type="html" xml:base="https://catask.org/2025/09/17/improved-design-and-branding/"><![CDATA[<p>This website has received some design improvements!</p>

<p>Those include better conformity to the logo colors (the previous colors were off), less noticeable improvements like a prettier listing of posts on the blog page and automatic code highlighting in posts.</p>

<p>There’s also a brand new (ha!) branding page which you can find right here: <a href="/branding/">Branding</a></p>

<p>You can see the full list of changes here: <a href="https://codeberg.org/catask-org/website/commits/branch/main/search?q=after%3A2025-09-15+before%3A2025-09-18">Codeberg</a></p>]]></content><author><name></name></author><category term="announcements" /><category term="website" /><summary type="html"><![CDATA[This website has received some design improvements!]]></summary></entry><entry><title type="html">CatAsk turns 1!</title><link href="https://catask.org/2025/08/25/catask-turns-1/" rel="alternate" type="text/html" title="CatAsk turns 1!" /><published>2025-08-25T00:00:00+02:00</published><updated>2025-08-25T00:00:00+02:00</updated><id>https://catask.org/2025/08/25/catask-turns-1</id><content type="html" xml:base="https://catask.org/2025/08/25/catask-turns-1/"><![CDATA[<p>Ever since its <a href="https://codeberg.org/catask-org/catask/commit/89162969b8a44a57f69dc848e421c82f82ef235a">first commit</a> on Aug 25, 2024 and <a href="https://codeberg.org/catask-org/catask/commit/046bcf740e0f3c66a961396b71de9957c8de399a">first release</a> on Aug 27, 2024, CatAsk has been constantly evolving in features and getting better. Let’s do a recap.</p>

<h2 id="features-implemented-since-v010">Features implemented since v0.1.0</h2>

<ul>
  <li>basic features like adding questions/answers, etc - <a href="https://codeberg.org/catask-org/catask/commit/046bcf740e0f3c66a961396b71de9957c8de399a">v0.1.0</a></li>
  <li>word blacklist - <a href="https://codeberg.org/catask-org/catask/commit/046bcf740e0f3c66a961396b71de9957c8de399a">v0.1.0</a></li>
  <li>markdown support - <a href="https://codeberg.org/catask-org/catask/commit/841edb2f22d6903a4c648274077b1bf691cd633b">v1.0.0</a></li>
  <li>confirmation when deleting questions - <a href="https://codeberg.org/catask-org/catask/commit/841edb2f22d6903a4c648274077b1bf691cd633b">v1.0.0</a></li>
  <li>instance title and description - <a href="https://codeberg.org/catask-org/catask/commit/841edb2f22d6903a4c648274077b1bf691cd633b">v1.0.0</a></li>
  <li>managing configuration through admin panel - <a href="https://codeberg.org/catask-org/catask/commit/1ae8a2f64e4a747c046536fc8fb2a470809e578c">v1.1.0</a></li>
  <li>ability to lock inbox - <a href="https://codeberg.org/catask-org/catask/commit/1ae8a2f64e4a747c046536fc8fb2a470809e578c">v1.1.0</a></li>
  <li>option to allow anonymous questions or not - <a href="https://codeberg.org/catask-org/catask/commit/1ae8a2f64e4a747c046536fc8fb2a470809e578c">v1.1.0</a></li>
  <li>ability to configure name of anonymous users - <a href="https://codeberg.org/catask-org/catask/commit/1ae8a2f64e4a747c046536fc8fb2a470809e578c">v1.1.0</a></li>
  <li>ability to pin questions - <a href="https://codeberg.org/catask-org/catask/commit/30d1206ebca6e777e507427a31da6a0f8b48e141">v1.2.0</a></li>
  <li>option to show question count on homepage - <a href="https://codeberg.org/catask-org/catask/commit/30d1206ebca6e777e507427a31da6a0f8b48e141">v1.2.0</a></li>
  <li>page compression - <a href="https://codeberg.org/catask-org/catask/commit/d4c2c7df8856d9049b5d80ffcc456bc125c58033">v1.3.0</a></li>
  <li>ability to easily share questions on social media - <a href="https://codeberg.org/catask-org/catask/commit/d4c2c7df8856d9049b5d80ffcc456bc125c58033">v1.3.0</a></li>
  <li>ability to set rules - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-4-0">v1.4.0</a></li>
  <li>remaining character count under the question input box - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-4-0">v1.4.0</a></li>
  <li>ctrl-enter shortcut to answer question/save changes in admin panel - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-4-0">v1.4.0</a></li>
  <li>instance description now supports markdown - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-4-0">v1.4.0</a></li>
  <li>unicode emoji support - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-4-0">v1.4.0</a></li>
  <li>customization of accent colors - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-5-0">v1.5.0</a></li>
  <li>ability to change navbar link style (either underline or pills) - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-5-0">v1.5.0</a></li>
  <li>add buttons using markdown - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-5-0">v1.5.0</a></li>
  <li>ability to change the icon to your own - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-5-0">v1.5.0</a></li>
  <li>ability to toggle preview in admin panel - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-5-0">v1.5.0</a></li>
  <li>customization of accent colors - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-5-0">v1.5.0</a></li>
  <li>first version of install script - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-5-0">v1.5.0</a></li>
  <li>custom emojis &amp; emoji packs - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-6-0">v1.6.0</a></li>
  <li>optional retrospring layout for people migrating from it - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-6-0">v1.6.0</a></li>
  <li>content warnings - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-6-0">v1.6.0</a></li>
  <li>import/export of catask data - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-7-0">v1.7.0</a></li>
  <li>captcha support for spam prevention: recaptcha v2, cloudflare turnstile, and friendly captcha - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-7-0">v1.7.0</a></li>
  <li>initial PWA support - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-7-0">v1.7.0</a></li>
  <li>ability to see all emojis in a pack from the admin panel - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-7-0">v1.7.0</a></li>
  <li>support for Atkinson Hyperlegible font - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-7-0">v1.7.0</a></li>
  <li><a href="https://userway.org/">UserWay</a> support - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-7-0">v1.7.0</a></li>
  <li>unread questions indicator - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-7-0">v1.7.0</a></li>
  <li>ntfy support - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#1-7-1">v1.7.1</a></li>
  <li>switch to postgresql - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-0-0">v2.0.0</a></li>
  <li>custom theme support (theme store, css editor, theme import/export) - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-0-0">v2.0.0</a></li>
  <li>translation support - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-0-0">v2.0.0</a></li>
  <li>language settings in admin panel - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-0-0">v2.0.0</a></li>
  <li>emoji picker - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-0-0">v2.0.0</a></li>
  <li>new compact question card layout as an option - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-0-0">v2.0.0</a></li>
  <li>option to add a username before date in the question box - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-0-0">v2.0.0</a></li>
  <li>support for gif emojis - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-0-0">v2.0.0</a></li>
  <li>crosspost to fediverse - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-1-0">v2.1.0</a></li>
  <li>support for new Atkinson Hyperlegible Next and Atkinson Hyperlegible Mono fonts - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-1-0">v2.1.0</a></li>
  <li>crosspost to bluesky - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-2-0">v2.2.0</a></li>
  <li>save settings on ctrl-s - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-2-0">v2.2.0</a></li>
  <li>comments for questions - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-3-0">v2.3.0</a></li>
  <li>first-launch setup page - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-3-0">v2.3.0</a></li>
  <li>database migrations support - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-3-0">v2.3.0</a></li>
  <li>opt-in analytics - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-3-0">v2.3.0</a></li>
  <li>misskey crosspost - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-3-0">v2.3.0</a></li>
  <li>lua plugin support (beta) - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-3-0">v2.3.0</a></li>
  <li>notifications for comments via ntfy - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-3-5">v2.3.5</a></li>
  <li>opt-in anonymous error reporting - <a href="https://codeberg.org/catask-org/catask/src/branch/main/CHANGELOG.md#2-4-0">v2.4.0</a></li>
</ul>

<p>That’s <strong>56</strong> features implemented in 1 year!</p>

<h2 id="statistics">Statistics</h2>

<p>Now, for some statistics:</p>

<ul>
  <li>over <strong>300</strong> questions asked across all installations<sup id="fnref:1"><a href="#fn:1" class="footnote" rel="footnote" role="doc-noteref">1</a></sup></li>
  <li>over <strong>10</strong> total installations<sup id="fnref:2"><a href="#fn:2" class="footnote" rel="footnote" role="doc-noteref">2</a></sup></li>
  <li>over <strong>10</strong> stars on Codeberg</li>
</ul>

<h2 id="credits">Credits</h2>

<p>And finally, for some credits:</p>

<ul>
  <li><a href="https://maxy.top">maxeepy</a> - this person made the icon for CatAsk and currently provides hosting for this website</li>
  <li><a href="https://true1ann.me">true1ann</a> - this person currently provides hosting for the <a href="https://demo.catask.org">demo instance</a> and the <a href="https://themes.catask.org">theme store</a></li>
  <li><a href="https://theycallhermax.tech">Max Lunaris</a> - this person contributed <a href="https://docker.com">Docker</a> support to CatAsk and is currently <a href="https://codeberg.org/org/catask-org/members">a member of the team</a></li>
  <li>Anonymous - this person tested CatAsk in its early stages</li>
  <li>Everyone who is running a CatAsk instance</li>
  <li>Everyone who contributed to CatAsk in any way, shape, or form</li>
</ul>

<p>Thanks to everyone who helped shape CatAsk into what it is today 💜</p>

<h2 id="footnotes">Footnotes</h2>

<div class="footnotes" role="doc-endnotes">
  <ol>
    <li id="fn:1">
      <p>via <a href="https://gato.catask.org">public analytics</a> on August 23rd, 2025 <a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:2">
      <p>via social media &amp; <a href="https://gato.catask.org">public analytics</a> on August 23rd, 2025 <a href="#fnref:2" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
  </ol>
</div>]]></content><author><name></name></author><category term="announcements" /><summary type="html"><![CDATA[Ever since its first commit on Aug 25, 2024 and first release on Aug 27, 2024, CatAsk has been constantly evolving in features and getting better. Let’s do a recap.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://catask.org/assets/img/catask-anniversary-banner.webp" /><media:content medium="image" url="https://catask.org/assets/img/catask-anniversary-banner.webp" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>