Shaarli v0.9.2 Release Notes

Release Date: 2017-10-07 // over 6 years ago
  • โšก๏ธ Major security issue fixed. Please update.

    โž• Added

    • ๐Ÿท Tag search now supports wildcards *
    • New setting privacy.force_login which can be used with privacy.hide_public_links to redirect anonymous users to the login page.
    • New setting general.default_note_title used to override default Note: title prefix for notes.
    • โž• Add a version hash for asset loading to prevent browser's cache issue

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ The "Remember me" checkbox is unchecked by default
    • ๐Ÿ”ง The default value of the "Remember me" checkbox can be configured under data/config.json.php

    โœ‚ Removed

    • โœ‚ Remove obsolete PHP magic quote support

    ๐Ÿ›  Fixed

    • Generates a permalink URL if the URL is set to blank
    • Replace links to the old GitHub wiki with ReadTheDocs URIs
    • ๐Ÿ‘‰ Use single quotes in the note bookmarklet
    • Daily page if there is no link
    • Bulk link deletion with a single link
    • HTTPS detection behind a reverse proxy
    • โœ… Travis tests environment and localization
    • ๐Ÿ‘Œ Improve template paths robustness (trailing slash)
    • Robustness: safer gzinflate/zlib usage
    • ๐Ÿ“œ Description links parsing with parenthesis (without Markdown)
    • Templates:
      • Sort the tag cloud alphabetically
      • Firefox social title
      • Improved visited link color
      • Fix jumpy textarea with long content in post edit

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fixed reflected XSS vulnerability introduced in v0.9.1, discovered by @chb9 (CVE-2017-15215).