Release history
storyden releases
With a fresh new take on traditional bulletin board forum software, Storyden is a modern, secure and extensible platform for building communities.
All releases
8 shown
Introduces SMTP email provider for flexible email delivery configuration.
Full changelog
A small release that adds an SMTP email provider and better client IP detection for proxies.
- SMTP Email provider (https://github.com/Southclaws/storyden/pull/493)
- Fix role edges not hydrated on tag GET (https://github.com/Southclaws/storyden/pull/702)
- Enable reply deletion for moderators and administrators (https://github.com/Southclaws/storyden/pull/701)
- improved real-ip/forwarded-for detection + configuration (https://github.com/Southclaws/storyden/pull/700)
This includes a useful testing tool to help you configure IP header forwarding rules correctly:
Full Changelog: https://github.com/Southclaws/storyden/compare/v1.26.6...v1.26.7
Introduces plugin system for extending platform functionality with custom behavior
Full changelog
Storyden now includes a powerful plugin system that allows you to extend and customise your community platform. Plugins are just regular programs that communicate with Storyden over RPC, allowing you to add custom behaviour without modifying the core codebase.
Full documentation and examples are available on the Storyden documentation.
Plugins can be managed in the Plugins admin settings tab, and are described using a simple YAML/JSON manifest:
Plugins may declare configuration fields for Storyden operators to configure your plugin:
Plugins also can just be run as normal apps elsewhere, as long as they can access the RPC endpoint, they use a simple bearer token authentication method:
This is just the first iteration of plugins, there are big plans for deep integration tools and more complex examples coming soon!
- Next.js security update
- User signatures with CSS styling
- Message of the Day (MOTD) system
- Turso database driver compatibility fixes
- Weaviate v1.33.4 security patch
- lodash v4.17.23 security patch
- Next.js v16.1.5 security patch
- Role-based name decoration (bold, italic, color)
- Email verification requirement for full access
- Event-driven architecture for external plugins
- Rate limiter configuration in admin UI
- Per-route cost multiplier controls
Fixed critical bug where malformed Settings metadata caused application crash. Now gracefully uses default values and logs warnings instead of cascading failure.
- Word filtering (report/block lists)
- Content purging tool
- Audit log for admin actions