Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Pre-Release 0.1.1 [2019-07-28 / v0.0.1.1]

Pre-release
Pre-release
Compare
Choose a tag to compare
@clarfonthey clarfonthey released this 28 Jul 19:51
· 41 commits to main since this release
f54dd69

This release fixes a few bugs from 0.1.1 before the 0.2.0 release.

It doesn't add any upstream changes, and is still based off of Mastodon 2.9.0 plus the commits
up to 65efe892cf.

Fixed

  • Toot and biography lengths are now on /api/v1/instance API, for better app integration
    • Thanks to ElliotBerriot for testing 0.1.0 and finding the bug
    • Thanks to 1011X for the fix
  • Toot and biography lengths can actually be saved in the admin UI
  • All of the code has been fixed to include the proper project URL and docker image
    • Thanks to ElliotBerriot for debugging 0.1.0 and finding the errors with the Docker files
    • Thanks to clarfon for the fix
  • Broadcasted version has been reverted to the Mastodon version, so that mastodon.py and other
    libraries work until we find a better solution
    • Thanks to Frinkel for testing 0.1.0 and finding the bug
    • Thanks to halcy for providing insight into how mastodon.py works
    • Thanks to 1011X for the fix
  • Blocking entire instance domains now gives a less judgmental message in the English locale
  • Florence-specific settings have been translated into Dutch
    • Thanks to rscmbbng for the translations
  • The lastest typo in the README was corrected
  • A few dependencies were updated to fix various security issues
    • Prototype pollution vulnerabilities were fixed for handlebars and lodash
    • Thanks to 1011X for future-proofing CVE-2015-9284 (OAuth vulnerability)

Special Thanks

  • Thank you to everyone who jumped on the Florence train and set up their own instances! We'll try
    and compile a list of Florence Mastodon instances some time before the next release.
  • Thank you to @ TrechNex for helping set up installation instructions on his website!