Version 0.0.18 beta:
- Changed: Nicer timezone selection patch by killruana.
- New: You can now configure the title of your page.
- New: New screen to configure title and timezone.
- Corrected: New lines now appear correctly in the RSS feed descriptions.
Version 0.0.17 beta:
- New: Change password screen added (based on a patch by killruana).
- New: Autocomplete in the tag search form.
- New: You can rename or delete a tag in all links (very handy if you misspelled a tag or want to merge tags).
- New: When you click the RSS feed, the feed will be filtered with the same filters as the page you were viewing.
- Changed: CSS adjustments by jerrywham.
- Changed: Minor corrections.
Version 0.0.16 beta:
- Replaced preg_match() with version_compare() to check php version.
- Upgrade notification: If a new version of Shaarli is available, you will be notified by a discrete message in top-right corner. This message will only be visible if you are logged in, and the check will be performed at most once a day.
- A static URL is available which points to the latest version: http://sebsauvage.net/files/shaarli.zip
- Includes a patch by Emilien K. to mask dates if user is not logged in. The option can be activated by changing define('HIDE_TIMESTAMPS',false); to true.
- Preliminary tag cloud (ugly for the moment, I need to find something better).
Emilien Klein [Wed, 21 Sep 2011 20:01:56 +0000 (22:01 +0200)]
Version 0.0.15 beta:
- Bug corrected in import: HTML entities were not properly decoded. If you imported your Delicious/Diigo bookmarks, your should import them again an use the 'overwrite' option of the import feature.
- Removed some parameters in URL added by some feed proxies (#xtor=RSS-…)
- On free.fr, automatic creation of the /sessions directory.
- CSS Stylesheet is now an external file (shaarli.css). This reduces page size and eases customization.
- New in import: Option to overwrite existing links when importing.
- Bug corrected: Prevented loop on login screen upon successful login after a failed login.
Version 0.0.15 beta:
- Bug corrected in import: HTML entities were not properly decoded. If you imported your Delicious/Diigo bookmarks, your should import them again an use the 'overwrite' option of the import feature.
- Removed some parameters in URL added by some feed proxies (#xtor=RSS-…)
- On free.fr, automatic creation of the /sessions directory.
- CSS Stylesheet is now an external file (shaarli.css). This reduces page size and eases customization.
- New in import: Option to overwrite existing links when importing.
- Bug corrected: Prevented loop on login screen upon successful login after a failed login.