-
-
-
v0.7.0caf976a0 · ·
v0.7.0 **User Management** * **Admin user creation**. Admins can now create a normal user from the command-line with: `writefreely --create-user username:password` * **Users List** (T553). Get an overview of all the users in your community with the new user list for admins. This is the foundation for future moderation features. * Use an en dash in the title of posts that are written in German, instead of em dash (#1) * Now you can build `writefreely` without SQLite support. To include support, compile with the `sqlite` build tag * Blog names starting with a number now have an ActivityPub avatar * Prevent creating users with invalid usernames via command-line (#49) * Fix metadata update for draft posts on single-user instances (#50) * Fix "Database user or password not set." error when starting SQLite-backed instances (#54) * Fix user creation process hanging on SQLite-backed instances (#53) * Fix tagged post query on SQLite-backed instances (#55) * Fix ActivityPub follows on SQLite-backed instances (#56)
-
v0.5.08ceb1650 · ·
v0.5.0 * Configure bind address with new `bind` configuration value (#38, #5) * Syntax highlighting support for all programming languages supported in highlight.js (#39) * Modify NodeInfo description with new `site_description` config value * Change admin values via the web admin UI (T541) * Fix metadata editing in single-user mode (#40) * Always show stats on **About** page if `public_stats` enabled