All Versions
86
Latest Version
Avg Release Cycle
137 days
Latest Release
19 days ago
Changelog History
Page 5
Changelog History
Page 5
-
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
ApplicationUtilsclass
✂ 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.phpheader
- improve/rewrite
🛠 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.3instead🛠 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
Tabkey - 📚 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
- move all settings to
🛠 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_LINKSis set
-
v0.0.45.beta Changes
March 16, 2015🛠 Fixed
- 🛠 Fix improperly displayed Unicode character
- 🛠 Fix incorrect font size for "Add link" input field
-
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_ATOMconfiguration variable) - Optional archive.org links for each Shaarli link (
ARCHIVE_ORGoption) - Thumbnails: force HTTPS when possible
- 👌 Improve tag cloud font scaling
- Allow pointing RSS items to the permalink instead of the direct URL (
ENABLE_RSS_PERMALINKSoption) - ⚡️ 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/andtmp/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