Skip to content

v0.8.0

Compare
Choose a tag to compare
@ArthurHoaro ArthurHoaro released this 12 Oct 11:53
· 1797 commits to master since this release
v0.8.0

Shaarli now uses Composer to handle its dependencies.
Please use our release archives, or follow the installation documentation.

Added

  • Composer is required to resolve Shaarli's PHP dependencies
  • Shaarli now supports #hashtags
  • Firefox social share now uses selected text as a description
  • Plugin parameters can have a description in each plugin's .meta file

Changed

  • Configuration is now stored as a JSON file
  • Previous configuration format will be automatically updated (PHP -> JSON)
  • Shaarli now defaults to cURL to fetch shaare titles
  • URL cleanup: remove PHPSESSID parameter
  • nomarkdown tag is no longer private, and now affects visitors
  • Cleanup template indentation
  • Rewrite bookmark import using a generic Netscape parser

Removed

  • Shaarli no longer references Delicious in its description

Deprecated

  • Shaarli configuration is not held as PHP globals anymore

Fixed

  • Ignore case for tags in autocompletion and cloud tag
  • Avoid generating empty tags
  • Fix a Dockerfile syntax error

Security

  • Fixed a bug preventing to change password
  • XSRF token now generated each time a page is rendered