All Versions
13
Latest Version
Avg Release Cycle
42 days
Latest Release
1436 days ago

Changelog History
Page 2

  • v0.7.1 Changes

    January 13, 2019

    write freely

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix blog customize page not rendering on Windows (#61)
    • ๐ŸŽ‰ Initialize database during config step for single-user instance (#59)

    โฌ†๏ธ Upgrading from v0.7.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.7.0. Follow the instructions in each previous #release if you're upgrading from an earlier version.

  • v0.7.0 Changes

    January 08, 2019

    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

  • v0.6.0 Changes

    December 10, 2018

    write freely

    ๐Ÿ”‹ Features

    ๐Ÿ‘ SQLite support (T529)

    You no longer need MySQL / MariaDB to store data for your instance! Just select SQLite during the configuration process to use it instead of the MySQL driver.

    Reader / local timeline (T554)

    Take a break from writing to see what others on your instance have written! Admins can now turn on the Local timeline option in the Admin panel ([app] local_timeline in config.ini) to enable this for both writers on your instance and the wider public. The local timeline functions just like Read Write.as -- it includes an RSS feed, and is opt-in. Writers can start publishing their work on the feed by going into their blog settings and choosing the Public visibility option.

    More changes

    • Ability to create admin user from the command-line with: --create-admin username:password (T544)
    • ๐Ÿ”ง Specify non-default configuration file to use with various commands via new -c [filename] flag
    • Host highlight.js and MathJax locally, instead of on CloudFlare (T551)

    โฌ†๏ธ Upgrading from v0.5.x

    ๐Ÿš€ 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.5.x. Follow the instructions in each previous #release if you're upgrading from an earlier version.

    Contributors

    ๐Ÿš€ Thanks to everyone who contributed to this release!

    @BenOvermyer
    @kaiyou