Changelog
April 18, 2025 at 3:05 PM • 3 min read • 422 wordsDecember 19th, 2025
(contains a backlog of updates starting from November 23rd, 2025 that were pushed into production today)
- Added and finalized Stripe support
- Added JSON-LD support
- Added the ability to change your subdomain
- Added plural determination to Stripe (i.e., one month is "Snout.nu (1 month)" and two months is "Snout.nu (2 months)")
- Added limited ActivityPub support
- Added Custom CSS support
- Added edge server purging on post editing and blog settings editing
November 22nd, 2025
- We added image uploading to the editor! Each account gets 128mb.
November 16th, 2025
- We've migrated to a completely Rust based static site generator (in-memory). So much faster!
wrk -t 12 -c 400 -d 30s http://localhost:3000
Running 30s test @ http://localhost:3000
12 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 2.34ms 1.95ms 69.21ms 92.35%
Req/Sec 14.33k 1.81k 37.07k 92.48%
4767799 requests in 30.06s, 12.55GB read
Socket errors: connect 0, read 0, write 0, timeout 396
Requests/sec: 158588.89
Transfer/sec: 427.41MB
- Deployed to new EU based servers.
- We added a toggle to allow you to flag your post(s) as sensitive or restricted.
- We've started looking at the ability to allow users to host images in their posts.
- Added the ability to allow users deter AI scrapers via robots.txt and a proof-of-work CAPTCHA.
June 12th, 2025
- Add support for webmentions
April 20th, 2025
- Added
?q=sourcesupport for Micropub - Added basic IndieAuth support (half-functional)
- Fixed HTML <-> Markdown conversion for Micropub publishing. Micropub clients would get Markdown and the server would get HTML. On the fly conversion has been implemented now.
- Draft posts will have the subdomain
draftsto prevent confusion in some Micropub clients. - Added support for E-mail forwarding for users (e.g. bark@inbox.snout.nu -> bark's email)
- Added the ability to customize the slug for a post. Also respects
mp-slugwhen updating via Micropub.
April 19th, 2025:
- Added the editor for dark mode. Use your device's settings to toggle it.
- Fixed the API which allows users to trigger a rebuild (rate-limited to 1 req/60s.)
- Added logic to send a purge request to the CDN when a rebuild is triggered.
- Fixed an issue which made a line break element appear under bullet lists (like this one.)
- Fixed
/view/:idendpoint - Added Micropub support (
h-entry)
April 18th, 2025: Fixed an issue where some sites would unexpectedly load content from other users' sites. That was weird, but it shouldn't happen anymore.