Version 0.15.1

Our latest version of WriteFreely is out now! This is a minor update, but with some important bug fixes, especially around navigation and federation.

Note: The official release binary will not work on older systems, e.g. Ubuntu 18.04 or earlier. See #1064 for more information and a way to work around it.

Download v0.15.1 now, or read on to see what’s new in this version.

User-Facing Changes

  • Fix “subscribed” date not showing in Subscribers list by @elkcityhazard in #883
  • Ensure “Import posts” always shows in nav bar by @snullp in #878
  • Fix certain image formats in posts not getting extracted by @tkngaejcpi in #930
  • Fix Admin and Invite links never showing on Reader nav by @thebaer in #893
  • Correctly show 404 page on /sitemap.xml on multi-user instances by @thebaer in #1024
  • Fix following from GoToSocial and Takahe (#661) by @CDN18 in #1000

Admin-Facing Changes

  • Fix OAuth for applications requiring client_id and client_secret during code exchange by @CDN18 in #1001

Developer-Facing Changes

  • Bump Go from v1.19 to v1.21 by @thebaer in #1025
  • Fix version number and healthcheck for Docker image by @claabs in #874
  • Add linux/arm64 platform support for docker by @CDN18 in #933
  • Fix Docker healthcheck with wget by @claabs in #894

Dependencies and minor fixes

Upgrading from v0.15.0

  1. Download the latest release for your operating system and architecture
  2. Stop running your writefreely server
  3. Replace all files in your installation (except for the keys directory) with the ones in the archive
  4. Start your writefreely server again

Upgrading from v0.14.0 or earlier

Before restarting writefreely, make sure your database is backed up, and then update it with:

writefreely db migrate

Follow the instructions in each previous release if you're upgrading from a much earlier version.

New Contributors

#WriteFreely #release