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

Changelog History
Page 4

  • v0.6.3 Changes

    January 31, 2016

    โž• Added

    • ๐Ÿ”Œ Plugins administration page
    • ๐Ÿ”Œ Markdown plugin added for shaares description
    • ๐Ÿณ Docker: Dockerfile is now in the main git repository and improved
    • โž• Add a .gitattributes to ease repository management
    • Travis: include file permission checks

    ๐Ÿ”„ Changed

    • Auto retrieve of title know works with websites (HTTPS, follow redirections, etc.)
    • 404 page is now handled in a template
    • โšก๏ธ Date in log files updated to work with fail2ban
    • ๐Ÿ›  Wallabag: support of Wallabag v2 and minor fixes
    • ๐Ÿ”— Link search refactoring
    • ๐Ÿ”จ Logging function refactoring

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a bug where renaming a tag was causing a 404
    • ๐Ÿ›  Fix a bug allowing to search blank terms
    • ๐Ÿ›  Fix a bug preventing to remove a tag with special chars when searching
  • v0.6.2 Changes

    December 23, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ”Œ Plugins: new footer hook
    • ๐Ÿ”Œ Plugins: improve QR code
    • Cleanup templates

    ๐Ÿ›  Fixed

    • ๐Ÿ”Œ Plugins: use the actual link URL to generate QR codes
    • Templates: missing/erroneous page titles
    • Templates: missing variables resulting in PHP errors

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix invalid file permissions (remove executable bit)
  • v0.6.1 Changes

    December 01, 2015

    โž• Added

    • โž• Add OpenSearch support
    • โž• Add a Doxygen makefile target
    • Tools: add fine-grained file/directory permission checks (installation)

    ๐Ÿ”„ Changed

    • โšก๏ธ Tools: check the 'stable' branch for new versions (updates)
    • Cleanup: introduce an ApplicationUtils class

    โœ‚ Removed

    • Cleanup: remove json_encode() function (built-in since PHP 5.2)

    ๐Ÿ›  Fixed

    • Auto-complete more than one tag
    • Bookmarklet: support titles containing quotes
    • URL encode links when setting a redirector
  • v0.6.0 Changes

    November 18, 2015

    โž• Added

    • ๐Ÿ”Œ Introduce a plugin system
    • โž• Add a demo_plugin
    • โž• Add plugins:
      • addlink_toolbar
      • archiveorg
      • playvideos
      • qrcode
      • readityourself
      • wallabag

    ๐Ÿ”„ Changed

    • ๐Ÿ’… Coding style

    ๐Ÿ›  Fixed

    • โž• Adding a new link now returns the correct anchor in the URL
    • 0๏ธโƒฃ Set default file permissions
  • v0.5.4 Changes

    September 15, 2015

    โž• Added

    • ๐Ÿ‘ HTTPS: support being served behing an SSL-enabled proxy

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ HTTP/Server utilities: refactor & add test coverage
    • ๐Ÿ“š Project & documentation:
      • improve/rewrite README.md
      • update contributor list
      • update index.php header

    ๐Ÿ›  Fixed

    • PHP session IDs: handle hash algorithms and bits per char representations
  • v0.5.3 Changes

    September 02, 2015

    ๐Ÿš€ This release has been YANKED as it points to a tag that does not follow our naming convention. Please use v0.5.3 instead

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow uppercase letters in PHP sessionid format
  • v0.5.2 Changes

    August 31, 2015

    โž• Added

    • โž• Add PHP 7 to Travis platforms

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Also extract HTTPS page metadata (title)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix regression preventing to load LinkDB info when adding an existing link

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix Full Path Disclosure upon cookie forgery
  • v0.5.1 Changes

    August 17, 2015

    โž• Added

    • โž• Add a link to the shaarli/shaarli DockerHub repository

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Update local documentation
    • ๐Ÿ‘Œ Improve timezone detection at installation
    • ๐Ÿ‘Œ Improve feed cache handling
    • ๐Ÿ‘Œ Improve URL cleanup for new links

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix 404 after editing a link while being logged out
  • v0.5.0 Changes

    July 31, 2015

    โž• Added

    • โž• Add Firefox Social API
    • ๐Ÿ”จ Start code refactoring:
      • add unit test coverage
      • add Travis integration

    ๐Ÿ”„ Changed

    • Search/Filter by tag fieds can now be accessed quickly with the Tab key
    • ๐Ÿ“š Update documentation
    • โœ‚ Remove duplicate tags in links
    • โœ‚ Remove annoying URL patterns
    • ๐Ÿ”จ Start code refactoring:
      • move all settings to data/config.php
      • refactor Config, LinkDB, TimeZone, Utils

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix locale handling
    • ๐Ÿ›  Fix note URLs
    • ๐Ÿ›  Fix page redirections
    • ๐Ÿ›  Fix daily RSS browsing
    • ๐Ÿ›  Fix title display
    • โช Restore compatibility with PHP 5.3

    ๐Ÿ”’ Security

    • Fix links not being hidden when HIDE_PUBLIC_LINKS is set
  • v0.0.45.beta Changes

    March 16, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix improperly displayed Unicode character
    • ๐Ÿ›  Fix incorrect font size for "Add link" input field