WriteFreely v0.7.0 Release Notes

Release Date: 2019-01-08 // over 5 years ago
  • write freely

    ๐Ÿ”‹ Features

    ๐Ÿ‘‰ 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.

    ๐Ÿ”„ Changes

    • ๐Ÿ‘‰ 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 (this is the default with all make commands)
    • Blog names starting with a number now have an ActivityPub avatar

    ๐Ÿ›  Fixes

    • 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)

    โฌ†๏ธ Upgrading from v0.6.0

    ๐Ÿš€ Download the latest release for your operating system. Stop running your writefreely service, replace all files in your installation with the ones in the archive, and then start your writefreely service again.

    No additional steps are needed to upgrade from v0.6.0. Follow the instructions in each previous #release if you're upgrading from an earlier version.

    Developers

    ๐Ÿ’… Some style changes were made in this version. If you are running a custom build / fork, run make ui to generate the latest stylesheets.

    Contributors

    ๐Ÿš€ Thanks for contributing to this release!

    @geekgonecrazy