All Versions
78
Latest Version
Avg Release Cycle
82 days
Latest Release
1251 days ago

Changelog History
Page 5

  • v0.0.44.beta Changes

    March 15, 2015

    โž• Added

    • โž• Add a Makefile to run static code checkers
    • โž• Add local documentation (help link in page footer)
    • ๐Ÿ‘‰ Use awesomplete library for autocompletion
    • ๐Ÿ‘‰ Use bLazy.js library for images lazy loading
    • ๐Ÿ†• New 'Add Note' bookmarklet to immediatly open a note (text post) compose window

    ๐Ÿ”„ Changed

    • Theme improvements and cleanup (menu, search fields, icons, linklist...)
    • ๐Ÿ‘ Allow 'javascript:' links sharing (bookmarklets)
    • โšก๏ธ Make update check optional
    • Redirect to homepage after adding a link via "Add Link" dialog
    • โœ‚ Remove more annoying URL parameters for shared links
    • Code cleanup

    โœ‚ Removed

    • โœ‚ Remove jQuery

    ๐Ÿ”’ Security

    • Don't disclose version to visitors (shaarli-version.txt)
  • v0.0.43.beta Changes

    February 20, 2015

    โž• Added

    • ๐Ÿ”ง Title button link URL is now configurable
    • ๐Ÿ”ง RainTPL's TMP and TPL directories path are now configurable
    • Displayed URLs for each link are now clickable links
    • ๐Ÿ‘‰ Show links timestamps in Daily view

    ๐Ÿ”„ Changed

    • Automatically prepend "Note:" to title of self-posts (posts not pointing to an URL)
    • ๐Ÿ”ง Make ATOM toolbar button optional (SHOW_ATOM configuration variable)
    • Optional archive.org links for each Shaarli link (ARCHIVE_ORG option)
    • Thumbnails: force HTTPS when possible
    • ๐Ÿ‘Œ Improve tag cloud font scaling
    • Allow pointing RSS items to the permalink instead of the direct URL (ENABLE_RSS_PERMALINKS option)
    • โšก๏ธ Update JS libraries and add version numbers in filenames
    • โšก๏ธ Updates to README and footer

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix problems when running Shaarli behind a reverse proxy (invalid RSS feed URL)
    • โšก๏ธ Update check now checks against the community fork version
    • Include cache/, data/, pagecache/ and tmp/ directories in the repository
    • ๐Ÿ›  Fix duplicate tag search returning no results
    • ๐Ÿ›  Fix unnecessary 404 error on "Add link" when the user is logged out
    • ๐Ÿ›  Fixes to copyright/licensing information and unlicensed media
    • ๐Ÿ›  Fixes for tag cloud invalid links
    • ๐Ÿ’… Coding style fixes/cleanup
    • ๐Ÿ›  Fix redirection after deleteing a link leading to a 404 error
    • Shaarli's HTML is now W3C-compliant
    • Search now works with Unicode characters

    ๐Ÿ”’ Security

    • Do not leak server's PHP version and Shaarli's full path on errors
    • Prevent Shaarli from sending a lot of duplicate cookies
  • v0.0.42.beta Changes

    July 27, 2014

    โž• Added

    • โž• Add QRCode Javascript library
    • ๐Ÿ‘ Allow importing bookmarks with the same timestamp (hack)
    • ๐Ÿ‘ Allow putting a description in the bookmarklet URL
    • โž• Add json_encode() implementation for PHP<5.2
    • Highlight search results

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve 'Stay signed in' behaviour
    • ๐Ÿ‘Œ Improve smallHash()
    • ๐Ÿ”จ Refactor QRCode generation
    • โšก๏ธ Update Javascript lazyloading
    • โšก๏ธ Update CSS

    โœ‚ Removed

    • โœ‚ Remove jQuery from almost all pages

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix overlapping tags
    • ๐Ÿ›  Fix field foxus in the bookmarklet
    • ๐Ÿ›  Fix error message when data/ is not writable
    • ๐Ÿ›  Fix HTML generation

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix XSS flaw
  • v0.0.41.beta Changes

    March 08, 2013

    โž• Added

    • โž• Add HTTPS to the allowed protocols
    • โž• Add support for magnet links in link descriptions
    • ๐Ÿ‘ Allow creating new links as private by default
    • ๐Ÿ‘ Allow disabling jQuery
    • Check write permissions
    • ๐Ÿ‘ Check session support before installation

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve token security
    • RSS feed: allow inverting links/permalinks

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix display issues during installation
    • ๐Ÿ›  Fix popup redirection after login failure
    • ๐Ÿ›  Fix RSS formatting for Thunderbird
    • ๐Ÿ›  Fix thumbnail creation
    • ๐Ÿ›  Fix cache purge

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix login issue with WebKit browsers
  • v0.0.40.beta Changes

    February 26, 2013

    โž• Added

    • ๐Ÿ‘ Flickr thumbnail now also support albums, galleries and users
    • โž• Add a configuration option to disable session cookie protection Check this if your get disconnected often or your IP address changes often

    โœ‚ Removed

    • โœ‚ Removed the xml comment in cached RSS/ATOM feed (although W3C-compliant, this may cause problems in some feed readers)

    ๐Ÿ›  Fixed

    • A bug in the RSS cache would present old items as new in some cases
    • A small bug (non-initialized variable) in page cache cleaning
    • Proper "Nothing found" message when search returns no results
    • No more 404 error when searching with empty input
    • Flickr thumbnails are back (Flickr has made some changes to their domains)
  • v0.0.39.beta Changes

    August 10, 2012

    โž• Added

    • A cache for RSS feed, ATOM feed and Daily RSS feed, because these URLs are massively hammered. Cache is automatically purged whenever the database is changed. This will reduce server load. I may add cache to other pages later.

    ๐Ÿ”„ Changed

    • No more global $LINKSDB (Yuk)
    • ๐Ÿšš Background color was removed when hovering a link

    ๐Ÿ›  Fixed

    • Small bug corrected in config screen on timezones
    • Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK) This is done on purpose
    • The shaarli session cookie now has a proper path Thus you can now install several Shaarlis on the same server in different paths, and each will have its session
    • Now when you delete a link, you go back the same page/search parameters you were on
    • Restore previously removed error_get_last(), to ensure PHP 5.1 compatibility (Yes, now it works on free.fr hosting)
    • โž• Added dialog=1 in bookmarklet code for some browsers
  • v0.0.38.beta Changes

    February 06, 2012

    โž• Added

    • Automatic creation of the tmp directory with proper rights (for RainTPL)
    • ๐Ÿ‘€ When you click the key to see only private links, it turns yellow

    ๐Ÿ”„ Changed

    • The "Daily" page now automatically skips empty days.

    ๐Ÿ›  Fixed

    • Corrected the tag encoding (there was a bug when selecting a second tag which contains accented characters)
  • v0.0.37.beta Changes

    February 01, 2012

    โž• Added

    • Basic CSS for mobiles, which makes Shaarli //much// more usable on mobile devices
    • ๐Ÿ’ป Picture wall no more instantly kills your browser. Now it uses lazy image loading; the pictures are loaded only as you scroll the page. This will reduce browser memory usage (especially on mobile devices), as well as server load. If you have javascript disabled, the page will still work as before (all images loaded at once)
    • RSS feed for the "Daily" page. 1 RSS entry per day, with all links of that day. RSS feed provides the last 7 days (only non-empty days are returned).
    • ๐Ÿ‘€ In link list, added an icon to see only private links. Click to toggle (only private / all)
  • v0.0.36.beta Changes

    January 25, 2012

    โž• Added

    • Shaarli licence in COPYING

    ๐Ÿ”„ Changed

    • Display adjustments in "Daily" page

    ๐Ÿ›  Fixed

    • Improper text color in install form
    • Error in QRCode url (missing '?')
  • v0.0.35.beta Changes

    January 25, 2012

    ๐Ÿ›  Fixed

    • Corrected a bug introduced in 0.0.34 which would improperly preprend data to URLs