Shaarli logo

Shaarli

Personal, minimalist, database-free bookmarking and link-sharing service

Alternative to: pinboard, delicious, raindrop.io


About Versions (53)

v0.8.0

2016-10-12

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