Shaarli
Personal, minimalist, database-free bookmarking and link-sharing service
Alternative to: pinboard, delicious, raindrop.io
About
Versions (53)
v0.6.4
2016-02-28Added
- Add an updater class to automate user data upgrades
- Plugin admin page: adds a label for checkboxes and improve name display
- Plugin Wallabag: API version can be specified in plugin admin page
Changed
- Better tag cloud sorting, including special chars (
a > E > é > z) - Autolocale now sets all locale categories, not just time
- Use PHP’s DateTime object instead of custom functions
- Plugin hooks: process includes before header/footer
- Markdown plugin: better styles for
<code>and<pre>tags - Improve searching:
- search terms are now considered separated and won’t only return exact results anymore
- exact search can be done with quotes
"this exact sentence" - search supports excluded terms starting a dash
-exclude - implement crossed search: terms + tags
- all of them combined across all shaare fields
- New tag behaviour:
- tags starting with a dash will be renamed without it
- tags starting with a dot
.will be hidden unless the user is logged in
Fixed
- Fix Markdown plugin escape issues (code/quote blocks, etc.)
- Link description aren’t trimmed anymore to allow markdown format at the beginning of a shaare
- Fixes plugin admin redirection page on error
Security
- Fix a bug where non initialized variables were causing a warning
- Fix a bug where saving a link after edit could cause a 404 error