Skip to content

v5.1.0

Compare
Choose a tag to compare
@dullage dullage released this 20 Jun 12:10
· 59 commits to develop since this release

πŸ—’οΈ Notable Changes:

  • You can now set a custom path prefix for flatnotes πŸŽ‰. This is useful if you want to host flatnotes at a subpath on your domain (e.g. www.example.com/flatnotes). See the wiki article for more detail, and please read the breaking change below. Thank you to @kaliatech & @tedsta for their help on this. #183 & #49
  • A new config option (FLATNOTES_HIDE_RECENTLY_MODIFIED) has been added to allow you to optionally hide the recently modified section on the home page. #170
  • Navbar margin has been reduced on smaller screens. #192

🚨 Breaking Changes:

  • New attachments are now embedded using a relative path e.g. attachments/image.png instead of a root path e.g. /attachments/image.png. This is to support the custom path prefix feature. Attachments using the new format will continue to work even if the path prefix is changed. Unfortunately, existing attachment URLs will need to be updated (but only if you want to use a path prefix). You'll need to change, for example, /attachments/foo.png to attachments/foo.png.