Skip to content

Releases: shaarli/Shaarli

0.5.3 (YANKED)

02 Sep 16:07
Compare
Choose a tag to compare
0.5.3 (YANKED) Pre-release
Pre-release

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

31 Aug 18:42
v0.5.2
Compare
Choose a tag to compare

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

17 Aug 22:45
v0.5.1
Compare
Choose a tag to compare

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

31 Jul 14:35
v0.5.0
Compare
Choose a tag to compare

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.45beta

16 Mar 15:20
Compare
Choose a tag to compare

Fixed

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

v0.0.44beta

15 Mar 13:37
Compare
Choose a tag to compare

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.43beta

20 Feb 19:06
Compare
Choose a tag to compare

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