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

Changelog History
Page 1

  • v0.12.0 Changes

    April 22, 2020

    write freely

    v0.12

    Major Features

    ActivityPub Mentions (T627)

    Enable more interaction with your posts by mentioning users on Mastodon, Pleroma, and other ActivityPub platforms! Users on instances with federation enabled can now insert @[email protected] to mention someone. You might use this to write a long response to someone in the fediverse, or even mention your own microblogging account, so that replies to your blog post also notify you there, where you can continue the conversation.

    ๐Ÿ†• New Admin Dashboard (T694)

    ๐Ÿ”ง We've redesigned the admin dashboard to be a little easier to navigate, and generally more user friendly. It now includes an overview of stats for your instance, dedicated pages for app settings and monitoring, and more details on what each configuration option does. We've also made it easier for admins to get to the "Invite people" page.

    ๐Ÿ‘ OAuth 2.0 Support (#225)

    ๐Ÿ‘ Now you can authenticate with your WriteFreely instance via OAuth! This is perfect for WriteFreely communities that are set up to accompany other platforms. We support three providers so far: GitLab, Slack, and Write.as.

    โšก๏ธ Reader Filter Updates (#269)

    Now the Reader will show the most recent 250 public posts, instead of only the last three months of public posts. This should be much more fitting for most WriteFreely instances.

    Plain Text Import

    Now you can import plain text files to publish them as posts on WriteFreely.

    ๐Ÿ›  User-Facing Changes / Fixes

    • ๐Ÿ‘‰ Show dates on blog posts (T669, #276)
    • ๐Ÿ‘‰ Show post publish dates in local time (T670)
    • ๐Ÿ›  Fix HTML entities in Draft descriptions (#248)
    • โž• Add Drafts explanation (#248)
    • ๐Ÿ›  Fix post deletion on Pleroma (#233)
    • ๐Ÿ‘‰ Make user management + Reader pages consistent in their design (#262)
    • ๐Ÿ›  Fix image metadata extraction (#266)
    • โž• Add syntax highlighting aliases: js, jsx, html (#270)
    • ๐Ÿ’… Lightly style tables in posts (#194)
    • 0๏ธโƒฃ Send users to Login page by default on private instances (#274)
    • ๐Ÿ›  Fix pagination on last page of blogs using "Novel" display format (#272)
    • ๐Ÿ‘‰ Show 503 Service Unavailable page when server under high load (#284)
    • โœ‚ Remove extraneous @context fields to fix Friendica federation (#299)

    Minor Changes

    • Require authentication for accessing editor (#245, #255)
    • ๐Ÿ›  Fix 500 on invite links with invalid characters (#250)
    • Tell search engines not to index invite URLs (#268)
    • Hide Reader footer link when unauthenticated on private instances (#274)

    Admin-Facing Changes

    • ๐Ÿ‘Œ Support Varnish use on ActivityPub endpoints (#180)
    • ๐Ÿ›  Fix automatic certificates (#228)
    • โšก๏ธ Automatically check for WriteFreely updates (T572) -- enable with update_checks = true in config
    • ๐Ÿ‘Œ Support account deletion via command-line for non-federated instances (T319 / #202)
    • ๐Ÿ‘Œ Support sign in via Write.as
    • ๐Ÿ‘Œ Support sign in via Slack (T710)
    • ๐Ÿ‘Œ Support sign in via GitLab (#277)
    • ๐Ÿ”จ Refactor command-line commands (#261)

    Developer-Facing Changes

    • โž• Add /api/markdown endpoint for generating HTML from Markdown
    • โž• Add ARM64 build (#213)
    • ๐Ÿ‘Œ Support OAuth 2.0 as client application (#225)
    • โž• Add stylesheet cache busting script and use it on official WF release (#288)

    ๐ŸŽ Performance / Backend

    • ๐Ÿ‘Œ Improve resource use for federation (#249)
    • ๐Ÿ›  Fix memory leak from gorilla/session library (#133)

    โฌ†๏ธ Upgrading from v0.11.x and v0.12.0rc1

    ๐Ÿš€ 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.

    ๐Ÿ‘‰ Now make sure your database is backed up , and update it with:

    writefreely db migrate
    

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

    Developers

    ๐Ÿš€ If you are running a custom build, note that there were style changes in this release. Run the following command to generate the latest stylesheets:

    make ui
    

    Contributors

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

    Development

    @thebaer
    @robjloranger
    @qwazix
    @yalh76
    @ngerakines
    @techknowlogick
    @shleeable
    @nkoehring
    @paddatrapper
    @cjeller1592

    ๐Ÿ“š Documentation

    @cjeller1592

    ๐Ÿ› Bug reports

    @barbrastreisand
    @wakest
    @judges119
    @laBecasse
    @misaka00251
    @OliverViking
    @mrvdb
    @darddan
    @wiwie
    @annando

  • v0.12.0.rc1 Changes

    March 27, 2020

    write freely

    ๐Ÿš€ v0.12 Release Candidate 1

    ๐Ÿš€ This is a WriteFreely v0.12.0 release candidate. It is intended to be stable, but may not be. Please open bug reports for any issues you find, and otherwise contact us via IRC (#writefreely on freenode) if you have any questions.

    Major Features

    ActivityPub Mentions (T627)

    Enable more interaction with your posts by mentioning users on Mastodon, Pleroma, and other ActivityPub platforms! Users on instances with federation enabled can now insert @[email protected] to mention someone. You might use this to write a long response to someone in the fediverse, or even mention your own microblogging account, so that replies to your blog post also notify you there, where you can continue the conversation.

    ๐Ÿ†• New Admin Dashboard (T694)

    ๐Ÿ”ง We've redesigned the admin dashboard to be a little easier to navigate, and generally more user friendly. It now includes an overview of stats for your instance, dedicated pages for app settings and monitoring, and more details on what each configuration option does. We've also made it easier for admins to get to the "Invite people" page.

    ๐Ÿ‘ OAuth 2.0 Support (#225)

    ๐Ÿ‘ Now you can authenticate with your WriteFreely instance via OAuth! This is perfect for WriteFreely communities that are set up to accompany other platforms. We support three providers so far: GitLab, Slack, and Write.as.

    โšก๏ธ Reader Filter Updates (#269)

    Now the Reader will show the most recent 250 public posts, instead of only the last three months of public posts. This should be much more fitting for most WriteFreely instances.

    Plain Text Import

    Now you can import plain text files to publish them as posts on WriteFreely.

    ๐Ÿ›  User-Facing Changes / Fixes

    • ๐Ÿ‘‰ Show dates on blog posts (T669, #276)
    • ๐Ÿ‘‰ Show post publish dates in local time (T670)
    • ๐Ÿ›  Fix HTML entities in Draft descriptions (#248)
    • โž• Add Drafts explanation (#248)
    • ๐Ÿ›  Fix post deletion on Pleroma (#233)
    • ๐Ÿ‘‰ Make user management + Reader pages consistent in their design (#262)
    • ๐Ÿ›  Fix image metadata extraction (#266)
    • โž• Add syntax highlighting aliases: js, jsx, html (#270)
    • ๐Ÿ’… Lightly style tables in posts (#194)
    • 0๏ธโƒฃ Send users to Login page by default on private instances (#274)
    • ๐Ÿ›  Fix pagination on last page of blogs using "Novel" display format (#272)
    • ๐Ÿ‘‰ Show 503 Service Unavailable page when server under high load (#284)

    Minor Changes

    • Require authentication for accessing editor (#245, #255)
    • ๐Ÿ›  Fix 500 on invite links with invalid characters (#250)
    • Tell search engines not to index invite URLs (#268)
    • Hide Reader footer link when unauthenticated on private instances (#274)

    Admin-Facing Changes

    • ๐Ÿ‘Œ Support Varnish use on ActivityPub endpoints (#180)
    • ๐Ÿ›  Fix automatic certificates (#228)
    • โšก๏ธ Automatically check for WriteFreely updates (T572) -- enable with update_checks = true in config
    • ๐Ÿ‘Œ Support account deletion via command-line for non-federated instances (T319 / #202)
    • ๐Ÿ‘Œ Support sign in via Write.as
    • ๐Ÿ‘Œ Support sign in via Slack (T710)
    • ๐Ÿ‘Œ Support sign in via GitLab (#277)
    • ๐Ÿ”จ Refactor command-line commands (#261)

    Developer-Facing Changes

    • โž• Add /api/markdown endpoint for generating HTML from Markdown
    • โž• Add ARM64 build (#213)
    • ๐Ÿ‘Œ Support OAuth 2.0 as client application (#225)
    • โž• Add stylesheet cache busting script and use it on official WF release (#288)

    ๐ŸŽ Performance / Backend

    • ๐Ÿ‘Œ Improve resource use for federation (#249)
    • ๐Ÿ›  Fix memory leak from gorilla/session library (#133)

    โฌ†๏ธ Upgrading from v0.11.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.

    ๐Ÿ‘‰ Now make sure your database is backed up , and update it with:

    writefreely db migrate
    

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

    Developers

    ๐Ÿš€ If you are running a custom build, note that there were style changes in this release. Run make ui to generate the latest stylesheets.

    Contributors

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

    Development

    @thebaer
    @robjloranger
    @qwazix
    @yalh76
    @ngerakines
    @techknowlogick
    @shleeable
    @nkoehring
    @paddatrapper
    @cjeller1592

    ๐Ÿ“š Documentation

    @cjeller1592

    ๐Ÿ› Bug reports

    @barbrastreisand
    @wakest
    @judges119
    @laBecasse
    @misaka00251
    @OliverViking
    @mrvdb
    @darddan

  • v0.11.2 Changes

    December 18, 2019

    write freely

    ๐Ÿ›  User-Facing Changes / Fixes

    • ๐Ÿ›  Fix Announceing posts via ActivityPub (#212)
    • ๐Ÿ›  Fix id property in collection posts ActivityStreams data (#214)
    • โœ‚ Remove false "programmer error" log (#216)
    • ๐Ÿ›  Fix password-protected blog rendering (#221)
    • ๐Ÿ›  Fix silenced password-protected blog quirks
    • ๐Ÿ›  Fix wrong errors returned when looking up non-existent paths (#215)

    โฌ†๏ธ Upgrading from v0.11.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.11.x. Follow the instructions in each previous release if you're upgrading from v0.10.0 or earlier.

    Contributors

    ๐Ÿš€ Thanks for contributing to this release!

    @robjloranger
    @cjeller1592

  • v0.11.1 Changes

    November 12, 2019

    write freely

    Major Features

    Automatic SSL certificates from Let's Encrypt (T542)

    ๐Ÿ”ง It's now even easier to start up a WriteFreely instance with free, automatic certificates from Let's Encrypt. With the application facing the public internet (i.e. not behind a reverse proxy), you can set a few configuration values to have WriteFreely generate the certificate for you.

    For new instances, choose Production, standalone > Secure (port 443), auto certificate during the interactive setup process.

    For existing instances, set autocert = true and tls_cert_path = certs (see config documentation for more information).

    WriteFreely Command-Line Interface

    ๐Ÿš€ We've released our first official WriteFreely client along with this version: wf-cli! This is a simple command-line-based tool for publishing to one or many WriteFreely instances. It's perfect for tech-savvy users who don't want to leave their terminal window or anyone looking to build WriteFreely publishing into their desktop writing workflow -- and it's available for Windows, Mac, and Linux.

    ๐Ÿ›  User-Facing Changes / Fixes

    • Prevent transliterated slugs from exceeding character limit (#137)
    • Don't consider posts unpublished when they have a title (#138)
    • ๐Ÿ’… Blog 404 pages are now styled like the rest of the blog (T493)
    • ๐Ÿ›  Fix missing hostname when publishing via API and support WriteFreely CLI (#144)
    • ๐Ÿ›  Fix various minor issues with single-user instances (#145)
    • ๐Ÿ‘Œ Support <audio> HTML element (#147)
    • ๐Ÿ›  Fix future pinned posts showing in navigation (#158)
    • ๐Ÿ›  Fix false logged-in state on failed login
    • ๐Ÿ›  Fix title attribute getting stripped on <abbr> elements (#184)
    • โž• Add helpful instructions on invite links when logged in (T690)
    • 0๏ธโƒฃ Publish to user's blog by default, instead of Drafts (T697)
    • ๐Ÿ›  Fix blog URLs in CSV export (#205)
    • Include Reader link in site-wide navigation while logged in
    • ๐Ÿ‘‰ Make header navigation on user and non-authenticated pages consistent

    Minor Changes

    • ๐Ÿ›  Fix go-sitemap-generator overriding GOMAXPROCs (#86)
    • ๐ŸŒฒ Log server software and version on startup (#168)
    • ๐Ÿ›  Fix crash on some duplicate ActivityPub follows (#159)

    Admin-Facing Changes

    • ๐Ÿ‘Œ Support setting a default visibility for all blogs (T675, #148)
    • ๐Ÿ‘Œ Support toning down WriteFreely promotion (T676, #149)
    • ๐Ÿ‘Œ Support using an alternative editor template (T677)
    • ๐Ÿ‘Œ Support customizing Reader page (T684)
    • ๐Ÿ‘Œ Support resetting user password from web-based UI (T695)
    • ๐Ÿ›  Fix tar bomb on install (#160)

    Developer-Facing Changes

    • โž• Add make build-arm7
    • โœ‚ Remove dependency on github.com/gogs/gogs/pkg/tool (#182)
    • API endpoints will now honor Accept: application/json headers (not only Content-Type) (#178)

    Experimental / In-Progress Work

    ๐Ÿ‘‰ User Silencing (T661)

    Now instance admins can silence problematic users to make their writing inaccessible to the world and prevent further publishing. This strikes a balance between preventing further abuse and making reversible moderation decisions, as users will still be able to log in to their account and access their data.

    This is still experimental , as it needs more extensive testing. Please report any bugs you find and give us any feedback you have on this feature!

    Reader-centric instances (T681, #157)

    ๐Ÿ”ง As part of our new Write.as for Teams service, we're experimenting with an alternative configuration for admins that want their site to be more focused on the collective work of its writers, rather than on individuals. It's meant for businesses, organizations, and institutions that want to create more of a shared blog than provide individual blog hosting. It sets the Reader view as the home page, uses blog templates with global navigation, and has hashtags search across all public blogs.

    This functionality is not at all finalized, and subject to change drastically without notice. We don't recommend enabling this in your configuration unless you're merely curious or want to provide feedback (which we highly encourage!).

    โฌ†๏ธ Upgrading from v0.10.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.

    ๐Ÿ‘‰ Now make sure your database is backed up , and update it with writefreely --migrate.

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

    Developers

    ๐Ÿš€ If you are running a custom build, note that there were style changes in this release. Run make ui to generate the latest stylesheets.

    About v0.11.0...

    ๐Ÿš€ Our v0.11.0 release featured a new regression that broke single-user instances, and taught us about the value release candidates -- something we'll start doing, going forward. There's no extra work needed to upgrade from v0.11.0 if you've already upgraded from v0.10 -- only your enduring support as we learn how to build good software goodly.

    Contributors

    ๐Ÿš€ Thanks for contributing to this release!

    @robjloranger
    @OddBloke

  • v0.11.0 Changes

    November 11, 2019

    write freely

    Major Features

    Automatic SSL certificates from Let's Encrypt (T542)

    ๐Ÿ”ง It's now even easier to start up a WriteFreely instance with free, automatic certificates from Let's Encrypt. With the application facing the public internet (i.e. not behind a reverse proxy), you can set a few configuration values to have WriteFreely generate the certificate for you.

    For new instances, choose Production, standalone > Secure (port 443), auto certificate during the interactive setup process.

    For existing instances, set autocert = true and tls_cert_path = certs (see config documentation for more information).

    WriteFreely Command-Line Interface

    ๐Ÿš€ We've released our first official WriteFreely client along with this version: wf-cli! This is a simple command-line-based tool for publishing to one or many WriteFreely instances. It's perfect for tech-savvy users who don't want to leave their terminal window or anyone looking to build WriteFreely publishing into their desktop writing workflow -- and it's available for Windows, Mac, and Linux.

    ๐Ÿ›  User-Facing Changes / Fixes

    • Prevent transliterated slugs from exceeding character limit (#137)
    • Don't consider posts unpublished when they have a title (#138)
    • ๐Ÿ’… Blog 404 pages are now styled like the rest of the blog (T493)
    • ๐Ÿ›  Fix missing hostname when publishing via API and support WriteFreely CLI (#144)
    • ๐Ÿ›  Fix various minor issues with single-user instances (#145)
    • ๐Ÿ‘Œ Support <audio> HTML element (#147)
    • ๐Ÿ›  Fix future pinned posts showing in navigation (#158)
    • ๐Ÿ›  Fix false logged-in state on failed login
    • ๐Ÿ›  Fix title attribute getting stripped on <abbr> elements (#184)
    • โž• Add helpful instructions on invite links when logged in (T690)
    • 0๏ธโƒฃ Publish to user's blog by default, instead of Drafts (T697)
    • ๐Ÿ›  Fix blog URLs in CSV export (#205)

    Minor Changes

    • ๐Ÿ›  Fix go-sitemap-generator overriding GOMAXPROCs (#86)
    • ๐ŸŒฒ Log server software and version on startup (#168)
    • ๐Ÿ›  Fix crash on some duplicate ActivityPub follows (#159)

    Admin-Facing Changes

    • ๐Ÿ‘Œ Support setting a default visibility for all blogs (T675, #148)
    • ๐Ÿ‘Œ Support toning down WriteFreely promotion (T676, #149)
    • ๐Ÿ‘Œ Support using an alternative editor template (T677)
    • ๐Ÿ‘Œ Support customizing Reader page (T684)
    • ๐Ÿ‘Œ Support resetting user password from web-based UI (T695)
    • ๐Ÿ›  Fix tar bomb on install (#160)

    Developer-Facing Changes

    • โž• Add make build-arm7
    • โœ‚ Remove dependency on github.com/gogs/gogs/pkg/tool (#182)
    • API endpoints will now honor Accept: application/json headers (not only Content-Type) (#178)

    Experimental / In-Progress Work

    ๐Ÿ‘‰ User Silencing (T661)

    Now instance admins can silence problematic users to make their writing inaccessible to the world and prevent further publishing. This strikes a balance between preventing further abuse and making reversible moderation decisions, as users will still be able to log in to their account and access their data.

    This is still experimental , as it needs more extensive testing. Please report any bugs you find and give us any feedback you have on this feature!

    Reader-centric instances (T681, #157)

    ๐Ÿ”ง As part of our new Write.as for Teams service, we're experimenting with an alternative configuration for admins that want their site to be more focused on the collective work of its writers, rather than on individuals. It's meant for businesses, organizations, and institutions that want to create more of a shared blog than provide individual blog hosting. It sets the Reader view as the home page, uses blog templates with global navigation, and has hashtags search across all public blogs.

    This functionality is not at all finalized, and subject to change drastically without notice. We don't recommend enabling this in your configuration unless you're merely curious or want to provide feedback (which we highly encourage!).

    โฌ†๏ธ Upgrading from v0.10.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.

    ๐Ÿ‘‰ Now make sure your database is backed up , and update it with writefreely --migrate.

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

    Developers

    ๐Ÿš€ If you are running a custom build, note that there were style changes in this release. Run make ui to generate the latest stylesheets.

    Contributors

    ๐Ÿš€ Thanks for contributing to this release!

    @robjloranger
    @OddBloke

  • v0.10.0 Changes

    July 02, 2019

    write freely

    Major Features

    Fully Private Instances (T576)

    ๐Ÿ”Š Communities looking for more privacy can now start up WriteFreely instances meant only for internal use. Just enable the private config value to make all blogs and content accessible only to authenticated users in your instance.

    NOTE: this is a breaking change! This changes behavior for existing instances with the private config value already set to true. If you have it set, you should verify that the new behavior is what you want.

    Landing Page Customization (T565, T574)

    Now admins have two new ways to customize their multi-user instance:

    Editing your landing page. Now you can change the content of your landing page from the Admin dashboard, including the banner text to the left of the signup form and the optional text below.

    Changing the landing URL. For anyone who doesn't want to use their normal landing page -- such as with closed or invite-only instances -- this lets you set the URL that unauthenticated users go to when they first come to your site. For example, you might send them to your About page (/about) or your public Reader (/read).

    ๐Ÿ›  User-Facing Changes / Fixes

    • โž• Add Lithuanian translation (writeas/web-core#3)
    • ๐Ÿ›  Fix changing RTL setting back to LTR from web UI (#103, #110)
    • ๐Ÿ›  Fix federation with pubgate (#100, #111, #116)
    • ๐Ÿ“Œ Include pinned posts in JSON export (#112)
    • Include post title in exported txt files (#114)
    • ๐Ÿ›  Fix same-size 1st- and 2nd-level headings on blog index (#82)
    • ๐Ÿ›  Fix post deletion logic needed for WriteFreely CLI (#117)
    • ๐Ÿ›  Fix C syntax highlighting (#124)
    • ๐Ÿ›  Fix default background-color not set (#132)
    • ๐Ÿ›  Fix inconsistent naming / icons on post metadata page

    Admin-Facing Changes

    • Landing URL is now editable (T574)
    • The private config option now makes an instance readable only by registered, authenticated users (T576)
    • ๐Ÿ†• New upgrade script
    • The --config command now automatically initializes the database, removing the need for --init-db during setup
    • ๐Ÿ”ง Specify which part of the app configuration you want to edit with the new --sections flag, e.g. writefreely --config --section="app db server"
    • Landing page is now customizable (T565)

    Developer-Facing Changes

    • ๐Ÿ›  Fix lessc installation on macOS and CentOS (#97, #99)
    • MathJax library is now a git submodule instead of directly included
    • The writefreely.Serve() func has been split out into multiple functions
    • ๐Ÿšš Flag handling has moved out of the writefreely pkg to cmd/writefreely/main.go

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

    Developers

    ๐Ÿš€ If you are running a custom build, note that there were style changes in this release. Run make ui to generate the latest stylesheets.

    Contributors

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

    @dariusk
    @gytisrepecka
    @robjloranger
    @joyeusenoelle
    @sandrockcstm
    @qwazix
    @mrvdb

    WriteFreely

  • v0.9.1 Changes

    April 20, 2019

    write freely

    โฌ†๏ธ This isn't a required upgrade; it's only needed to fix new installations.

    Admin-Facing Changes

    • ๐Ÿ›  Fix V2 migrations not run on a new instance (#92)
    • ๐Ÿ›  Fix Docker build with Go Modules enabled (#95)

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

    Contributors

    ๐Ÿš€ Thanks for contributing to this release!

    @kaiyou

    WriteFreely

  • v0.9.0 Changes

    April 13, 2019

    write freely

    ๐Ÿ›  User-Facing Changes / Fixes

    • ๐Ÿ›  Fix hash symbols (#) wrongly recognized as hashtags inside code blocks (#6)
    • ๐Ÿ“œ Hashtags without spaces between them are now properly parsed
    • ๐Ÿ›  Fix IsValidUsername check when PagesParentDir isn't current dir
    • ๐Ÿ›  Fix code blocks not highlighting when an invalid language is given (#81)
    • Strip HTML from meta descriptions (#83)
    • โž• Add missing Apple touch icons (#77, #78)
    • ๐Ÿ›  Fix future-dated posts being immediately federated when moving from Draft to blog (#76)
    • ๐Ÿ›  Fix draft post metadata (#91)
    • ๐Ÿ›  Fix excessive space between paragraphs inside blockquotes

    Minor Changes

    • Navigating to a non-existent invite ID now shows "Page not found" instead of "Server error"
    • On Export page: "zip" option now shows "txt" instead
    • โœ‚ Remove unused references to files.writeas.org resources

    Admin-Facing Changes

    • ๐Ÿ‘Œ Improve admin navigation
    • ๐Ÿšš Move "About" and "Privacy" page editing off the dashboard to a new dedicated section
    • โž• Add the ability to change "About" and "Privacy" page titles
    • โž• Add Admin Dashboard link in backend navigation

    โฌ†๏ธ Upgrading from v0.8.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.

    ๐Ÿ‘‰ Now make sure your database is backed up , and update it with writefreely --migrate.

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

    Developers

    ๐Ÿš€ If you are running a custom build, note that there were style changes in this release. Run make ui to generate the latest stylesheets.

    Contributors

    ๐Ÿš€ Thanks for contributing to this release!

    @mrvdb

    WriteFreely

  • v0.8.1 Changes

    February 01, 2019

    write freely

    ๐Ÿ›  User-facing Fixes

    • ๐Ÿ›  Fix same-page anchor links (#43, #42, #33)

    ๐Ÿ›  Install Fixes

    • Admin account isn't created correctly with --config (#71)
    • ๐Ÿ“š Use correct go get command in documentation

    Admin-Facing Changes

    • ๐Ÿ›  Fix --create-user usage error message

    Trivial Changes

    • ๐Ÿ›  Fix Write.as link in README

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

    Contributors

    ๐Ÿš€ Thanks for contributing to this release!

    @mrvdb
    @SamWhited

  • v0.8.0 Changes

    January 24, 2019

    write freely

    ๐Ÿ”‹ Features

    ๐Ÿ‘‰ User Invites (T556)

    ๐Ÿ“š Now it's even easier to run a private / invite-only community, with user invites. Admins have a new user_invites setting that can enable invite link generation for all users, admins only, or no users at all (the default). If enabled, users can create invite links to let others sign up for your WriteFreely instance, even if public registration is closed. Invite links can each be set to expire, or optionally have a maximum number of uses.

    ๐Ÿ›  User-Facing Changes / Fixes

    • ๐Ÿ›  Fix spacing in sublists (#27)
    • โšก๏ธ Optimize web font loading (#65)

    Admin-Facing Changes

    • ๐Ÿ›  Fixed Docker build (#57)
    • ๐Ÿ‘Œ Support automated database migration with writefreely --migrate (T509)
    • ๐Ÿ‘Œ Support configuring resource directories (T560 / #63)

    โฌ†๏ธ Upgrading from v0.7.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.

    ๐Ÿ‘‰ Now make sure your database is backed up , and update it with writefreely --migrate.

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

    Developers

    ๐Ÿš€ If you are running a custom build, note that there were style changes in this release. Run make ui to generate the latest stylesheets.

    Contributors

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

    @kaiyou
    @nkoehring

    WriteFreely