Skip to content

Sticky Notes version 1.4

Compare
Choose a tag to compare
@sayakb sayakb released this 26 Jan 22:54
· 260 commits to master since this release

Version 1.4 is a feature release focused to improve usability. It comes with a few minor bug fixes as well.

Changelog:

  • Updated the copyright to 2014
  • Introduce AJAX navigation for user pages
  • The stealth spam filter is now configurable
  • CSRF validation can now be turned off from site settings
  • Performance improvements across the application
  • Catch and suppress Google Analytics errors
  • Fix router issue for error handler flows - Issue #73
  • Fix word censor issues with multiple phrases - Issue #72
  • Fix paste expiration 'forever' issue - Issue #75
  • Capture paste statistics
  • Add paste trend chart to admin dashboard
  • Cron tasks have been refactored for secure invocation
  • Show development version warning when installing a pre-release version
  • Use code version to determine system update state on the dashboard
  • Standardize paste URL generation
  • Inject correct local info to generated HTML page
  • Realtime AJAX query interval is now 5s instead of 1s