Skip to content

Waterfall 1.2

Compare
Choose a tag to compare
@MasterSteelblade MasterSteelblade released this 19 Mar 11:59
7bb17fd

Waterfall 1.2

This is the 1.2 release for Waterfall.

DEFECT FIXES:

  • Fixed searches being case sensitive (#21)
  • Fixed error log spam relating to non-existent blogs (#27)
  • Fixed blocking (probably) (#36)

IMPROVEMENTS

  • Improved dynamic message box rendering and added a utility function to do it instead of the stupid, convoluted way it was being done before (#22)
  • Post buttons now change when pressed to let users know a post is in progress (#23)
  • Pages can now be deleted (#30)
  • Re-added mutual notes mode, but renamed it to "notes from people I follow" (#34)
  • Re-added OC Only mode (#35)

LOCALISATION

  • All text on the site is now ready to be localised (#28)

DEVELOPERS:

  • Language checks have been separated out into their own Action (#24)
  • Test strategy updated. PHP versions 7.3 to 8.1 are now tested against and supported. Using PHP 7.3 is not advised. (#29)
  • Updated Pillow requirement for Raven to mitigate multiple CVEs (#31)
  • Added PHPStan to help make the code not be too terrible to read (#32)
  • Code now passes PHPStan Level 0 (#33)