2 All notable changes to this project will be documented in this file.
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
7 ## [v0.12.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0-beta) - UNRELEASED [beta 2020-08-27]
9 **Save you `data/` folder before updating!**
11 This is a beta version containing major changes, including new URLs for Shaarli and datastore format update.
12 Be aware that by using a beta version you might encounter bugs, and that 3rd party themes or plugins might not be compatible.
15 - Thumbnailer: add soundcloud.com to list of common media domains
16 - Markdown rendering is now integrated into Shaarli core
17 - Add autofocus on tag cloud filter input
18 - Japanese translations
19 - Support for local anchor URL (startting with `#`)
21 - Encapsulated PageCacheManager
23 - add screenshots of all pages
24 - section about mkdocs
26 - CI: run against PHP 7.4
29 - Introduce Bookmark object and Service layer
30 - Save bookmark as objects in the datastore
31 - Handle bookmark as objects across the whole codebase (except templates and plugins)
32 - Process all Shaarli page through Slim controller, with proper URL rewriting (see #1516)
33 - ATOM feed: use instance name as author name instead of URL
34 - Updated French translation
36 - Troubleshooting page rewritten
37 - Updated unit tests page
38 - Updated Server security page
41 - Undefined index: thumbnail in daily page
42 - Undefined index: thumbnail on OpenGraph headers
43 - Undefined index: updated on linklist
44 - Make sure that bookmark sort is consistent, even with equal timestamps
45 - Code PHP version check as requirement bumped to PHP 7.1
46 - Thumbnail images lazy loading
47 - Markdown plugin: fix RSS feed direct link reverse
48 - Fix RSS permalink included in Markdown bloc
49 - Demo plugin: multiple typos
50 - Makefile target for releases
51 - Makefile target for html documentation
52 - Session cookie setting being set while session is active
53 - Deprecated use of implode
54 - Division by zero in tag cloud
55 - CI: deprecated linux distribution and sudo directive
56 - Docker build: gcc is no longer included in python alpine image
58 - Outdated Docker documentation for stable branch
60 - Plugin description in meta files
65 - emojione & twemoji removed
67 ## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03
69 Release to fix broken Docker build on the latest version.
73 - Fixed a few documentation broken links
74 - Fixed broken label in configuration page
77 - More accessibility improvements
79 ## [v0.11.0](https://github.com/shaarli/Shaarli/releases/tag/v0.11.0) - 2019-07-27
81 **Shaarli no longer officially support PHP 5.6 and PHP 7.0 as they've reached end of life.**
83 **Shaarli classes now use namespace, third party plugins need to update.**
86 - Add optional PHP extension to composer suggestions.
87 - composer: enforce PHP security advisories
88 - phpDocumentor configuration and make target
89 - Run unit tests against PHP 7.3
90 - Bunch of accessibility improvements to the default template, thanks to @llune
91 - Bulk actions: set visibility
92 - Display sticky label in linklist
93 - Add print CSS rules to the default template
94 - New setting to automatically retrieve description for new bookmarks
95 - Plugin to override default template colors
98 - Shaarli now uses namespaces for its classes.
99 - Rewrite IP ban management
100 - Default template: slightly lighten visited link color
101 - Hide select all button on mobile view
102 - Switch from FontAwesome v4.x to ForkAwesome
103 - Daily - display the current day instead of the previous one
106 - Do not check the IP address with session protection disabled
107 - API: update test regexes to comply with PCRE2
108 - Optimize and cleanup imports
109 - ensure HTML tags are stripped from OpenGraph description
110 - Documentation invalid links
111 - Thumbnails disabling if PHP GD is not installed
112 - Warning if links sticky status isn't set
113 - Fix button overlapping on mobile in linklist
114 - Do not try to retrieve thumbnails for internal link
115 - Update node-sass to fix a vulnerability in node tar dependency
117 - Default template: Responsive issue with delete button fix
118 - Persist sticky status on bookmark update
121 - Doxygen configuration
123 - QRCode link to an external service
125 ## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16
127 - Fix thumbnails disabling if PHP GD is not installed
128 - Fix a warning if links sticky status isn't set
130 ## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23
132 - Add OpenGraph metadata tags on permalink page
133 - Add CORS headers to REST API reponses
134 - Add a button to toggle checkboxes of displayed links
135 - Add an icon to the link list when the Isso plugin is enabled
136 - Add noindex, nofollow to documentation pages
137 - Document usage of robots.txt
138 - Add a button to set links as sticky
141 - Update French translation
142 - Refactor the documentation homepage
143 - Bump netscape-bookmark-parser
144 - Update session_start condition
145 - Improve accessibility
146 - Cleanup and refactor lint tooling
149 - Fix input size for dropdown search form
150 - Fix history for bulk link deletion
151 - Fix thumbnail requests
152 - Fix hashtag rendering when markdown escaping is enabled
153 - Fix AJAX tag deletion
154 - Fix lint errors and improve PSR-1 and PSR-2 compliance
157 - Remove Firefox Share documentation
159 ## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11
165 ## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11
170 - Remove alt text on the logo
171 - Remove redundant title in tools page
175 - Fixed an error on the daily page and daily RSS
176 - Fixed an issue causing 'You are not authorized to add a link' error while logged out
177 - Fixed thumbnail path when Shaarli's path uses symbolic links
178 - Add a `mod_version` check in Shaarli's root `.htaccess` file for Apache 2.2 syntax
179 - Include assets in the release Makefile target
183 - Firefox Social API shaare has been removed
185 ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28
186 **PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6.
189 - Add a filter to display public links only
190 - Add PHP 7.2 support
191 - Add German translation
192 - Resolve front-end dependencies from NPM
193 - Build front-end bundles with Yarn and Webpack
194 - Lint Javascript code with ESLint
195 - Lint SASS code with SASSLint
196 - Support redirection in cURL download callback
197 - Introduce multi-stage builds for Docker images
198 - Use Travis matrix and stages to run Javascript tests in a dedicated environment
199 - Add tag endpoint in the REST API
200 - Build the documentation in Travis builds
201 - Provide a Docker Compose example
204 - Use web-thumbnailer to retrieve thumbnails (see #687)
205 - Use a specific page title in all pages
206 - Daily: run hooks before creating the columns
207 - Load theme translations files automatically
208 - Make max download size and timeout configurable
209 - Make Nginx logs accessible as stdout/stderr for Docker images
210 - Update buttons used to toggle link visibility filters
211 - Rewrite Javascript code for ES6 compliance
212 - Refactor IP ban management
213 - Refactor user login management
214 - Refactor server-side session management
215 - Update Doxygen configuration
217 - Improve documentation
218 - Docker: build the images from the local sources
219 - Docker: bump alpine version to 3.7
220 - Docker: expose a volume for the thumbnail cache
223 - Drop support for PHP 5.5
224 - Remove vendored front-end libraries
225 - Remove environment specific .gitignore entries
228 - Ignore the case while checking DOCTYPE during the file import
229 - Fix removal of on=... attributes from html generated from Markdown
230 - httpd: always forward the 'Authorization' header
231 - Ensure user-specific CSS file is loaded
232 - Fix feed permalink rendering when Markdown escaping is enabled
233 - Fix order of tags with the same number of occurrences
234 - Fixed the referrer meta tag in default template
235 - Disable MkDocs' strict mode for ReadTheDocs builds to pass
236 - fix and simplify Dockerfile for armhf
239 - Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
242 ## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
244 - Build the Docker images from the local Git sources
247 ## [v0.9.6](https://github.com/shaarli/Shaarli/releases/tag/v0.9.6) - 2018-03-25
249 - htaccess: prevent accessing resources not managed by SCM
250 - htaccess: always forward the 'Authorization' HTTP header
253 ## [v0.9.5](https://github.com/shaarli/Shaarli/releases/tag/v0.9.5) - 2018-02-02
255 - Fix a warning happening when `php-intl` is not installed on the system
256 - Fix warnings happening when updating from legacy SebSauvage version
258 ## [v0.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - 2018-01-30
260 - Enable translations: Shaarli is now also available in French. Other language translations are welcome!
261 - Add EditorConfig configuration
262 - Add favicons for mobile devices
263 - Add Alpine Linux arm32v7 Dockerfiles (master, latest)
266 - Do not write bookmark edition history during file imports (performance)
267 - Migrate Docker images (master, latest) to Alpine Linux
268 - Improve unitary tests and code coverage
269 - Improve thumbnail display
270 - Improve theme ergonomics
271 - Improve messages if there is no plugin or parameter available in the admin page
272 - Increase buffer size for cURL download
273 - Force HTTPS if the original port is 443 behind a reverse proxy (workaround)
274 - Improve page title retrieval performances
277 - Remove redirector setting from Configure page
280 - Fix broken links in the documentation
281 - Enable access to `data/user.css` (Apache 2.2 & 2.4)
282 - Don't URL encode description links if parameter `redirector.encode_url` is set to false
283 - Fix an issue preventing the Save button to appear for plugin parameters
286 ## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04
287 **XSS vulnerability fixed. Please update.**
290 - Fix an XSS (cross-site-scripting) vulnerability in `index.php` -
291 [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249)
294 ## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07
296 **Major security issue fixed. Please update.**
299 - Tag search now supports wildcards `*`
300 - New setting `privacy.force_login` which can be used with `privacy.hide_public_links` to redirect anonymous users to the login page.
301 - New setting `general.default_note_title` used to override default `Note:` title prefix for notes.
302 - Add a version hash for asset loading to prevent browser's cache issue
305 - The "Remember me" checkbox is unchecked by default
306 - The default value of the "Remember me" checkbox can be configured under `data/config.json.php`
309 - Remove obsolete PHP magic quote support
312 - Generates a permalink URL if the URL is set to blank
313 - Replace links to the old GitHub wiki with ReadTheDocs URIs
314 - Use single quotes in the note bookmarklet
315 - Daily page if there is no link
316 - Bulk link deletion with a single link
317 - HTTPS detection behind a reverse proxy
318 - Travis tests environment and localization
319 - Improve template paths robustness (trailing slash)
320 - Robustness: safer gzinflate/zlib usage
321 - Description links parsing with parenthesis (without Markdown)
323 - Sort the tag cloud alphabetically
324 - Firefox social title
325 - Improved visited link color
326 - Fix jumpy textarea with long content in post edit
330 - Fixed reflected XSS vulnerability introduced in v0.9.1, discovered by @chb9 ([CVE-2017-15215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15215)).
333 ## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23
335 The documentation has been migrated to ReadTheDocs:
336 - https://shaarli.readthedocs.io/
337 - edits are submitted as pull requests
340 - Allow bulk link deletion
341 - Display subtags in the tag cloud
342 - Add an endpoint to refresh the token
343 - Add a token on every page
344 - Add a tag list view for management
345 - Add Note bookmarklet
346 - Add creation date when editing a link
350 - Generate static HTML documentation with [mkdocs](http://www.mkdocs.org/)
351 - Host documentation on [ReadTheDocs](http://www.mkdocs.org/)
352 - Update documentation structure
353 - Update Makefile targets to:
354 - Build the docs locally
355 - Include the generated docs in the release archives
357 - Use the new theme as the default
358 - Rename the tag cloud template to `tag.cloud.html`
359 - Display visited links in grey
360 - Use only one search form in `linklist.html`
361 - Hide the "search links with these tags" option when an empty `searchtags` is passed to `tag.list.html`
362 - Improve HTTP header handling when hosting Shaarli with Docker behind a reverse proxy
363 - Searching for tags with an empty value returns untagged links only
364 - Set Travis environment to `precise` until the new `trusty` environment is ready
367 - Remove dead Pubsubhubbub code
368 - Disable the GitHub wiki (see changed/documentation)
369 - Remove Docker `dev` image and resources
371 - Remove the bottom "Sort by" menu in `tag.list.html`
374 - Fix file existence check for `user.css`
375 - Limit selection to 2k characters when using the bookmarklet
376 - Fix JS error `uncaught type error`
377 - Fix Firefox Social button
378 - Use pinned PHP dependencies when generating release archives
379 - Make sure that the tag exists before altering/removing it
382 - Add a whitelist for protocols for URLs
385 ## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - 2017-05-07
387 This release introduces the REST API, and requires updating HTTP server
388 configuration to enable URL rewriting, see:
389 - https://shaarli.github.io/api-documentation/
390 - https://shaarli.readthedocs.io/en/master/Server-configuration/
392 **WARNING**: Shaarli now requires PHP 5.5+.
396 - [Slim](https://www.slimframework.com/) framework
397 - [JSON Web Token](https://jwt.io/introduction/) (JWT) authentication
398 - versioned API endpoints:
399 - `/api/v1/info`: get general information on the Shaarli instance
400 - `/api/v1/links`: get a list of shaared links
401 - `/api/v1/history`: get a list of latest actions
403 - Introduce a new theme
404 - Allow selecting themes/templates from the configuration page
405 - New/Edit link form can be submitted using CTRL+Enter in the textarea
406 - Shaarli version is displayed in the footer when logged in
407 - Add plugin placeholders to Atom/RSS feed templates
408 - Add OpenSearch to feed templates
409 - Add `campaign_` to the URL cleanup pattern list
410 - Add an AUTHORS file and Makefile target to list authors from Git commit data
411 - Link imports are now logged in `data/` folder, and can be debug using `dev.debug=true` setting.
412 - `composer.lock` is now included in git file to allow proper `composer install`
413 - History mechanism which logs link addition/modification/deletion
416 - Docker: enable nginx URL rewriting for the REST API
418 - Move `user.css` to the `data` folder
419 - Move default template files to a subfolder (`default`)
420 - Rename the legacy theme to `vintage`
421 - Private only filter is now displayed as a search parameter
422 - Autocomplete: pre-select the first element
423 - Display daily date in the page title (browser title)
424 - Timezone lists are now passed as an array instead of raw HTML
425 - Move PubSubHub to a dedicated plugin
427 - explicit method visibility
428 - safe boolean comparisons
429 - remove unused variables
430 - The updater now keeps custom theme preferences
431 - Simplify the COPYING information
432 - Improved client locale detection
433 - Improved date time display depending on the locale
434 - Partial namespace support for Shaarli classes
435 - Shaarli version is now only present in `shaarli_version.php`
436 - Human readable maximum file size upload
440 - PHP < 5.5 compatibility
441 - ReadItYourself plugin
444 - Ignore generated release tarballs
445 - Hide default port when behind a reverse proxy
446 - Fix a typo in the Markdown plugin description
447 - Fix the presence of empty tags for private tags and in search results
448 - Fix a fatal error during the install
449 - Fix permalink image alignment in daily page
450 - Fix the delete button in `editlink`
451 - Fix redirection after link deletion
452 - Do not access LinkDB links by ID before the Updater applies migrations
453 - Remove extra spaces in the bookmarklet's name
454 - Piwik plugin: Piwik URL protocol can now be set (http or https)
455 - All inline JS has been moved to dedicated JS files
456 - Keep tags after login redirection
459 - Markdown plugin: escape HTML entities by default
462 ## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
464 - Build the Docker image from the local Git sources
467 - Disable PHP 5.3 Travis build (unsupported)
470 ## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19
472 - Run version check tests against the 'stable' branch
475 ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04
476 **XSS vulnerability fixed. Please update.**
479 - Fix an XSS (cross-site-scripting) vulnerability in `index.php` -
480 [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249)
482 ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
484 - Markdown plugin: escape HTML entities by default
486 ## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
488 - PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
490 ## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
493 - Editing a link created before the new ID system would change its permalink.
495 ## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12
497 > Note: this version will create an automatic backup of your database if anything goes wrong.
500 - Add CHANGELOG.md to track the whole project's history
501 - Enable Composer cache for Travis builds
502 - Save the last edition date for shaares and use it in Atom/RSS feeds
504 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks
505 - Allow defining init functions, e.g. for performing checks and error processing
506 - Add a Piwik plugin for analytics.
507 - Markdown: add warning notice regarding HTML rendering
508 - Meta tag to *not* send the referrer to external resources.
511 - Link ID complete refactoring:
512 - Links now have a numeric ID instead of dates
513 - Short URLs are now created once and can't change over time (previous URL are kept)
515 - Changed placeholder behaviour for: `buttons_toolbar`, `fields_toolbar` and `action_plugin`
516 - Cleanup `{loop}` declarations in templates
517 - Tools: hide Firefox Social button when not in HTTPS
518 - Firefox Social: show Shaarli's title when shaaring using Firefox Social
519 - Release archives now have the same structure as GitHub-generated archives:
520 - archives contain a `Shaarli` directory, itself containing sources + dependencies
521 - the tarball is now gzipped
523 - Markdown: Parsedown library is now imported through Composer
524 - Minor code cleanup: PHPDoc, spelling, unused variables, etc.
525 - Docker: explicitly set the maximum file upload size to 10 MiB
528 - Fix the server `<self>` value in Atom/RSS feeds
530 - Tools: only display parameter description when it exists
531 - archive.org: do not propose archival of private notes
533 - render links properly in code blocks
534 - bug regarding the `nomarkdown` tag
536 - Use absolute URL for hashtags in RSS and ATOM feeds
537 - Docker: specify the location of the favicon
538 - ATOM feed: remove new line between content tag and data
541 - Allow whitelisting trusted IPs, else continue banning clients upon login failure
544 ## [v0.8.0](https://github.com/shaarli/Shaarli/releases/tag/v0.8.0) - 2016-10-12
545 Shaarli now uses [Composer](https://getcomposer.org/) to handle its dependencies.
546 Please use our release archives, or follow the
547 [installation documentation](https://github.com/shaarli/Shaarli/wiki/Download-and-Installation).
550 - Composer is required to resolve Shaarli's PHP dependencies
551 - Shaarli now supports `#hashtags`
552 - Firefox social share now uses selected text as a description
553 - Plugin parameters can have a description in each plugin's `.meta` file
556 - Configuration is now stored as a JSON file
557 - Previous configuration format will be automatically updated (PHP -> JSON)
558 - Shaarli now defaults to cURL to fetch shaare titles
559 - URL cleanup: remove `PHPSESSID` parameter
560 - `nomarkdown` tag is no longer private, and now affects visitors
561 - Cleanup template indentation
562 - Rewrite bookmark import using a generic Netscape parser
565 - Shaarli no longer references Delicious in its description
568 - Shaarli configuration is not held as PHP globals anymore
571 - Ignore case for tags in autocompletion and cloud tag
572 - Avoid generating empty tags
573 - Fix a Dockerfile syntax error
576 - Fixed a bug preventing to change password
577 - XSRF token now generated each time a page is rendered
580 ## [v0.7.1](https://github.com/shaarli/Shaarli/releases/tag/v0.7.1) - 2017-03-08
582 - Markdown plugin: escape HTML entities by default
584 ## [v0.7.0](https://github.com/shaarli/Shaarli/releases/tag/v0.7.0) - 2016-05-14
586 - Adds an option to encode redirector URL parameter
587 - Atom/RSS feeds now support Markdown formatting, and plugins in general
588 - Markdown: use the tag `.nomarkdown` to avoid markdown processing
589 - Prefill the login field when the authentication has failed
590 - Show a private links counter
593 - Allow to use the bookmarklet in Firefox reader view (URL clean up)
594 - Improve tagcloud font size
595 - Improve title retrieving
596 - Markdown: inline code background color
597 - Refactor Netscape bookmark export
598 - Refactor Atom/RSS feed generation
601 - Remove delicious from Shaarli description
604 - Fix bad login redirections causing a 404 in a few cases
605 - Fix tagcloud font-size with French locale
606 - Don't display empty tags in tag search
607 - Fix Awesomeplete conflicts with jQuery
608 - Fix UTC timezone selection
609 - Fix a bug preventing to import notes in browsers from bookmarks export
610 - Don't redirect to ?post if ?addlink is reached while logged out
613 ## [v0.6.5](https://github.com/shaarli/Shaarli/releases/tag/v0.6.5) - 2016-03-02
615 - Fixes a regression generating an unnecessary warning (language in HTTP request)
616 - Fixes a bug where going through multiple reverse proxy could generate malformed URL
617 - Markdown: Fixes a bug where empty description blocks were displayed
620 ## [v0.6.4](https://github.com/shaarli/Shaarli/releases/tag/v0.6.4) - 2016-02-28
622 - Add an updater class to automate user data upgrades
623 - Plugin admin page: adds a label for checkboxes and improve name display
624 - Plugin Wallabag: API version can be specified in plugin admin page
627 - Better tag cloud sorting, including special chars (`a > E > é > z`)
628 - Autolocale now sets all locale categories, not just time
629 - Use PHP's DateTime object instead of custom functions
630 - Plugin hooks: process includes before header/footer
631 - Markdown plugin: better styles for `<code>` and `<pre>` tags
633 - search terms are now considered separated and won't only return exact results anymore
634 - exact search can be done with quotes `"this exact sentence"`
635 - search supports excluded terms starting a dash `-exclude`
636 - implement crossed search: terms + tags
637 - all of them combined across all shaare fields
639 - tags starting with a dash will be renamed without it
640 - tags starting with a dot `.` will be hidden unless the user is logged in
643 - Fix Markdown plugin escape issues (code/quote blocks, etc.)
644 - Link description aren't trimmed anymore to allow markdown format at the beginning of a shaare
645 - Fixes plugin admin redirection page on error
648 - Fix a bug where non initialized variables were causing a warning
649 - Fix a bug where saving a link after edit could cause a 404 error
652 ## [v0.6.3](https://github.com/shaarli/Shaarli/releases/tag/v0.6.3) - 2016-01-31
654 - Plugins administration page
655 - Markdown plugin added for shaares description
656 - Docker: Dockerfile is now in the main git repository and improved
657 - Add a `.gitattributes` to ease repository management
658 - Travis: include file permission checks
661 - Auto retrieve of title know works with websites (HTTPS, follow redirections, etc.)
662 - 404 page is now handled in a template
663 - Date in log files updated to work with fail2ban
664 - Wallabag: support of Wallabag v2 and minor fixes
665 - Link search refactoring
666 - Logging function refactoring
669 - Fix a bug where renaming a tag was causing a 404
670 - Fix a bug allowing to search blank terms
671 - Fix a bug preventing to remove a tag with special chars when searching
674 ## [v0.6.2](https://github.com/shaarli/Shaarli/releases/tag/v0.6.2) - 2015-12-23
676 - Plugins: new footer hook
677 - Plugins: improve QR code
681 - Plugins: use the actual link URL to generate QR codes
682 - Templates: missing/erroneous page titles
683 - Templates: missing variables resulting in PHP errors
686 - Fix invalid file permissions (remove executable bit)
689 ## [v0.6.1](https://github.com/shaarli/Shaarli/releases/tag/v0.6.1) - 2015-12-01
691 - Add OpenSearch support
692 - Add a Doxygen makefile target
693 - Tools: add fine-grained file/directory permission checks (installation)
696 - Tools: check the 'stable' branch for new versions (updates)
697 - Cleanup: introduce an `ApplicationUtils` class
700 - Cleanup: remove `json_encode()` function (built-in since PHP 5.2)
703 - Auto-complete more than one tag
704 - Bookmarklet: support titles containing quotes
705 - URL encode links when setting a redirector
708 ## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18
710 - Introduce a plugin system
724 - Adding a new link now returns the correct anchor in the URL
725 - Set default file permissions
728 ## [v0.5.4](https://github.com/shaarli/Shaarli/releases/tag/v0.5.4) - 2015-09-15
730 - HTTPS: support being served behing an SSL-enabled proxy
733 - HTTP/Server utilities: refactor & add test coverage
734 - Project & documentation:
735 - improve/rewrite `README.md`
736 - update contributor list
737 - update `index.php` header
740 - PHP session IDs: handle hash algorithms and bits per char representations
743 ## [v0.5.3](https://github.com/shaarli/Shaarli/releases/tag/v0.5.3) - 2015-09-02
745 - Fix a bug that could prevent user to login
748 ## [0.5.3](https://github.com/shaarli/Shaarli/releases/tag/0.5.3) - 2015-09-02
749 This release has been YANKED as it points to a tag that does not follow our naming convention. Please use `v0.5.3` instead
752 - Allow uppercase letters in PHP sessionid format
755 ## [v0.5.2](https://github.com/shaarli/Shaarli/releases/tag/v0.5.2) - 2015-08-31
757 - Add PHP 7 to Travis platforms
760 - Also extract HTTPS page metadata (title)
763 - Fix regression preventing to load LinkDB info when adding an existing link
766 - Fix Full Path Disclosure upon cookie forgery
769 ## [v0.5.1](https://github.com/shaarli/Shaarli/releases/tag/v0.5.1) - 2015-08-17
771 - Add a link to the shaarli/shaarli DockerHub repository
774 - Update local documentation
775 - Improve timezone detection at installation
776 - Improve feed cache handling
777 - Improve URL cleanup for new links
780 - Fix 404 after editing a link while being logged out
783 ## [v0.5.0](https://github.com/shaarli/Shaarli/releases/tag/v0.5.0) - 2015-07-31
785 - Add Firefox Social API
786 - Start code refactoring:
787 - add unit test coverage
788 - add Travis integration
791 - Search/Filter by tag fieds can now be accessed quickly with the `Tab` key
792 - Update documentation
793 - Remove duplicate tags in links
794 - Remove annoying URL patterns
795 - Start code refactoring:
796 - move all settings to `data/config.php`
797 - refactor Config, LinkDB, TimeZone, Utils
800 - Fix locale handling
802 - Fix page redirections
803 - Fix daily RSS browsing
805 - Restore compatibility with PHP 5.3
808 - Fix links not being hidden when `HIDE_PUBLIC_LINKS` is set
811 ## [v0.0.45beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.45beta) - 2015-03-16
813 - Fix improperly displayed Unicode character
814 - Fix incorrect font size for "Add link" input field
817 ## [v0.0.44beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.44beta) - 2015-03-15
819 - Add a Makefile to run static code checkers
820 - Add local documentation (help link in page footer)
821 - Use awesomplete library for autocompletion
822 - Use bLazy.js library for images lazy loading
823 - New 'Add Note' bookmarklet to immediatly open a note (text post) compose window
826 - Theme improvements and cleanup (menu, search fields, icons, linklist...)
827 - Allow 'javascript:' links sharing (bookmarklets)
828 - Make update check optional
829 - Redirect to homepage after adding a link via "Add Link" dialog
830 - Remove more annoying URL parameters for shared links
837 - Don't disclose version to visitors (shaarli-version.txt)
840 ## [v0.0.43beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.43beta) - 2015-02-20
842 - Title button link URL is now configurable
843 - RainTPL's TMP and TPL directories path are now configurable
844 - Displayed URLs for each link are now clickable links
845 - Show links timestamps in Daily view
848 - Automatically prepend "Note:" to title of self-posts (posts not pointing to an URL)
849 - Make ATOM toolbar button optional (`SHOW_ATOM` configuration variable)
850 - Optional archive.org links for each Shaarli link (`ARCHIVE_ORG` option)
851 - Thumbnails: force HTTPS when possible
852 - Improve tag cloud font scaling
853 - Allow pointing RSS items to the permalink instead of the direct URL (`ENABLE_RSS_PERMALINKS` option)
854 - Update JS libraries and add version numbers in filenames
855 - Updates to README and footer
858 - Fix problems when running Shaarli behind a reverse proxy (invalid RSS feed URL)
859 - Update check now checks against the community fork version
860 - Include `cache/`, `data/`, `pagecache/` and `tmp/` directories in the repository
861 - Fix duplicate tag search returning no results
862 - Fix unnecessary 404 error on "Add link" when the user is logged out
863 - Fixes to copyright/licensing information and unlicensed media
864 - Fixes for tag cloud invalid links
865 - Coding style fixes/cleanup
866 - Fix redirection after deleteing a link leading to a 404 error
867 - Shaarli's HTML is now W3C-compliant
868 - Search now works with Unicode characters
871 - Do not leak server's PHP version and Shaarli's full path on errors
872 - Prevent Shaarli from sending a lot of duplicate cookies
875 ## [v0.0.42beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.42beta) - 2014-07-27
877 - Add QRCode Javascript library
878 - Allow importing bookmarks with the same timestamp (hack)
879 - Allow putting a description in the bookmarklet URL
880 - Add `json_encode()` implementation for PHP<5.2
881 - Highlight search results
884 - Improve 'Stay signed in' behaviour
885 - Improve `smallHash()`
886 - Refactor QRCode generation
887 - Update Javascript lazyloading
891 - Remove jQuery from almost all pages
894 - Fix overlapping tags
895 - Fix field foxus in the bookmarklet
896 - Fix error message when `data/` is not writable
897 - Fix HTML generation
903 ## [v0.0.41beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.41beta) - 2013-03-08
905 - Add HTTPS to the allowed protocols
906 - Add support for magnet links in link descriptions
907 - Allow creating new links as private by default
908 - Allow disabling jQuery
909 - Check write permissions
910 - Check session support before installation
913 - Improve token security
914 - RSS feed: allow inverting links/permalinks
917 - Fix display issues during installation
918 - Fix popup redirection after login failure
919 - Fix RSS formatting for Thunderbird
920 - Fix thumbnail creation
924 - Fix login issue with WebKit browsers
927 ## [v0.0.40beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.40beta) - 2013-02-26
928 Initial release on GitHub.
931 ## [v0.0.40beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-24
933 - Flickr thumbnail now also support albums, galleries and users
934 - Add a configuration option to disable session cookie protection
935 Check this if your get disconnected often or your IP address changes often
938 - Removed the xml comment in cached RSS/ATOM feed
939 (although W3C-compliant, this may cause problems in some feed readers)
942 - A bug in the RSS cache would present old items as new in some cases
943 - A small bug (non-initialized variable) in page cache cleaning
944 - Proper "Nothing found" message when search returns no results
945 - No more 404 error when searching with empty input
946 - Flickr thumbnails are back (Flickr has made some changes to their domains)
948 ## [v0.0.39beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-10
950 - A cache for RSS feed, ATOM feed and Daily RSS feed, because these URLs
951 are massively hammered. Cache is automatically purged whenever the database
952 is changed. This will reduce server load. I may add cache to other pages later.
955 - No more global `$LINKSDB` (Yuk)
956 - Background color was removed when hovering a link
959 - Small bug corrected in config screen on timezones
960 - Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK)
961 This is done on purpose
962 - The `shaarli` session cookie now has a proper path
963 Thus you can now install several Shaarlis on the same server in different paths,
964 and each will have its session
965 - Now when you delete a link, you go back the same page/search parameters you were on
966 - Restore previously removed `error_get_last()`, to ensure PHP 5.1 compatibility
967 (Yes, now it works on free.fr hosting)
968 - Added `dialog=1` in bookmarklet code for some browsers
971 ## [v0.0.38beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-06
973 - Automatic creation of the `tmp` directory with proper rights (for RainTPL)
974 - When you click the key to see only private links, it turns yellow
977 - The "Daily" page now automatically skips empty days.
980 - Corrected the tag encoding (there was a bug when selecting a second tag which contains accented characters)
983 ## [v0.0.37beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-01
985 - Basic CSS for mobiles, which makes Shaarli //much// more usable on mobile devices
986 - Picture wall no more instantly kills your browser. Now it uses
987 [lazy image loading](http://www.appelsiini.net/projects/lazyload);
988 the pictures are loaded only as you scroll the page.
989 This will reduce browser memory usage (especially on mobile devices),
990 as well as server load.
991 If you have javascript disabled, the page will still work as before
992 (all images loaded at once)
993 - RSS feed for the "Daily" page. 1 RSS entry per day, with all links of that day.
994 RSS feed provides the last 7 days (only non-empty days are returned).
995 - In link list, added an icon to see only private links. Click to toggle (only private / all)
998 ## [v0.0.36beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
1000 - Shaarli licence in COPYING
1003 - Display adjustments in "Daily" page
1006 - Improper text color in install form
1007 - Error in QRCode url (missing '?')
1010 ## [v0.0.35beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
1012 - Corrected a bug introduced in 0.0.34 which would improperly preprend data to URLs
1015 ## [v0.0.34beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
1017 - There is now a QR-Code of each permalink to easily open a link on your smartphone
1018 - Protocols `file:` and `apt:` are now also converted to clickable links (patch by Francis Chavanon)
1019 - Thumbnail support for http://xkcd.com/ (patch by Emilien Klein)
1020 - Thumbnail support for http://pix.toile-libre.org/
1021 - Well I had _some_ mercy for users with antique browsers (IE) which do not have
1022 support for gradients: I added a few `background-color`
1023 - First version of the "Shaarli Daily", a page showing all links of a specific day.
1024 By default, you see the links of the previous day.
1025 There is still work to do on this page (error checking, better navigation (calendar?),
1026 RSS feed, CSS for mobile and printing...)
1029 - Upgraded bundled versions of jQuery (1.7.1) and jQuery UI (1.8.17)
1030 - Upgraded bundled version of RainTPL (2.7)
1031 - Changed HTTPS detection code
1034 - In link edition, you can now click the word "Private" to check the box
1035 - Clicking a tag would not work properly if the tag contained special characters (like +)
1036 - Added proper jQuery licence (shame on me)
1039 ## [v0.0.33beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-17
1041 - Shaarli packaged to ease Linux distributions integration
1042 As a simple user, you do not need to cope with these versions
1043 Future releases of Shaarli will also be customized and published in these directories
1044 Differences with the standard Shaarli version:
1046 - .tar.gz instead of .zip
1047 - COPYING licence file added
1048 - jQuery/jQuery-UI libraries removed to cope with Debian rules
1049 This version links to the libs hosted at http://code.jquery.com
1051 - sources located in a subdirectory with the same name as the zip file
1052 - COPYING licence file added
1053 - WARNING: When downloading the .tar.gz, always use wget (and not your browser),
1054 otherwise the .tar.gz will be corrupted
1057 - ATOM feed validates again
1060 - XSS vulnerability patched (thanks to Stanislas D.!)
1063 ## [v0.0.32beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-12-16
1065 - Better check on URL parameters (patch by gege2061)
1066 - Add `max-height` and `overflow:auto` attributes so that content can be scrolled if too large
1069 - HTML generation moved to RainTPL templates (in the `tpl/` directory)
1070 - Better detection of HTTPS (patch by gege2061)
1071 - In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061)
1072 - Jerrywham CSS patch included
1073 - Multiple spaces are now respected in description.
1074 Thus you can use Shaarli as a personal pastebin (for posting source code, for example).
1077 - Page time generation was removed
1080 - Tab order changed in login screen
1081 - Permalinks now work even if additional parameters have been added
1082 (e.g. `/?E8Yj2Q&utm_source=blablabla...`)
1083 - user.css is included only if the file is present
1084 (This prevents a useless CSS include which makes a harmless but useless 404 error.)
1087 ## [v0.0.31beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-29
1089 - Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.)
1090 - partial [patch](http://www.idleman.fr/blog/?p=508) by Idleman: Better design consistency, icon on private links. In-page popup was not included because it causes problem on some websites
1091 - Support for bookmark files without ADD_DATE attributes
1093 - `user.css` can be added to overload Shaarli base CSS.(patch by Jerrywham).
1094 Just put `user.css` in the same directory as shaarli.css.
1095 Example: `<code css>#pageheader { background: blue; }</code>`
1096 Please note that Shaarli CSS are not stable and may completely change on each version
1099 - Edit and Delete buttons in link list were replaced with icons. (patch by Jerrywham)
1102 - Better error handling in thumbnail generation (patch by Emilien K.)
1103 - The top menu is no longer displayed in bookmarklet popup
1104 - Bookmark which have the exact same date/time are now correctly imported.
1105 Most remaining import problems should be solved now
1106 - Comment in Shaarli export moved to beginning of file to prevent clash with last link description
1109 ## [v0.0.30beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
1111 - Add a small `delete` button in link list (after the `edit` button)
1114 - Moved the call to PubSubHub
1117 ## [v0.0.29beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
1119 - Corrected a bug introduced in v0.0.28beta
1120 (there was an error if you use the bookmarklet and you're not logged in)
1123 ## [v0.0.28beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-17
1125 - Thumbnail support for youtu.be URLs (YouTube short url service)
1126 - PubSubHub protocol support (from http://aldarone.fr/les-flux-rss-shaarli-et-pubsubhubbub/).
1127 Warning: This was not tested. You need to set your hub url in
1128 `$GLOBALS['config']['PUBSUBHUB_URL']` and put the official client (`publisher.php`)
1129 in the same directory as Shaarli's `index.php`
1130 - RSS and ATOM feeds now also contain tags (in `category` tags, as per their
1131 respective specifications)
1134 - New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469)
1135 - In picture wall, pictures point to Shaarli permalink instead of final URL.
1136 This way, users can read the description.
1137 - In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs
1138 - In RSS/ATOM feeds, URLs are now clickable
1139 - Rename `http_parse_headers()` to `http_parse_headers_shaarli()` to prevent
1140 name collision with some PHP extensions
1143 - Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur)
1144 - Shaarli now correctly only tries to get thumbnails for vimeo video URLs
1145 - Fix a bug in imgur.com URLs handling that would cause some thumbnails not to appear
1146 - The search engine would not return a result if the word to search was the first in description
1147 - Extracted title is now correct if the page has two `title` html tags
1150 ## [v0.0.27beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-18
1152 - Add a picture wall, which can be filtered too: it will use the same filters
1153 (tags,text search) as current page when clicked.
1156 ## [v0.0.26beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-17
1158 - Made permalink more visible (smallHash)
1161 - Removed extras space in description when URLs are converted to clickable links
1162 - Thumbnail for subreddit imgur urls (/r/...) were corrected (thanks to Accent Grave)
1165 ## [v0.0.25beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-13
1167 - Better CSS for printing (thanks to jerrywham suggestion)
1168 - Allow using a redirector or anonymizing proxy for links
1169 (such as `http://anonym.to/?` to mask you `HTTP_REFERER`).
1170 Just go to `Tools > Configure > Redirector`
1171 (thanks to Accent Grave for the suggestion).
1172 - The `ENABLE_LOCALCACHE` option can be set to `false` for those who have
1173 a limited quota on their host.
1174 This will disable the local thumbnail cache.
1175 Services which require the use of the cache will have no thumbnails
1176 (vimeo, flickr, direct link to image).
1177 Other services will still have a thumbnail (youtube,imgur.com,dailymotion,imageshack.us)
1180 - Now thumbnails generated by Shaarli are croped to a height of 120 pixels
1181 - YouTube thumbnails now use `default.jpg` instead of `2.jpg` (This is usually more pertinent)
1182 - Configuration options (such as `HIDE_TIMESTAMPS`, `ENABLE_THUMBNAILS`, etc.)
1183 can now be put in a an external file so that you do not have to tweak them again
1184 when you upgrade Shaarli.
1185 Just add the file `data/options.php`.
1186 - If a single link is displayed, the page title contains the title of the link
1187 - Shaarli page title is clickable (and has the same link as "Home")
1188 - A few CSS tweaks (thanks to maethor for suggestion)
1191 - Shaarli now supports newlines in titles (thanks to dixy)
1192 - The link to the RSS feed in page header was not correct
1195 ## [v0.0.24beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1197 - Allow posting an entry without a link. (You can use Shaarli as a kind of "personal twitter")
1198 - Each Shaarli entry now has a short link (just click on the date of a link).
1199 Now you can send a link that points to a single entry in your Shaarli
1200 - In descriptions, URLs are now clickable
1201 - Thumbnails will be generated for all link pointing to .jpg/png/gif
1202 (as long as the images are less than 4 Mb and take less than 30 seconds to download)
1205 - Now thumbnails also work for imgur gallery links (/gallery/...)
1206 (Thanks to Accent Grave for the correction)
1207 - Removed useless debugging information in log
1208 - The filter in RSS/ATOM feed now works again properly (it was broken in 0.0.17beta)
1211 ## [v0.0.23beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1213 - Added thumbnail support for imageshack.us
1216 - Now you can clic the sentence "Stay signed in" to tick the checkbox (patch by Emilien)
1217 - In tag editing, comma (,) are now automatically converted to spaces
1218 - In tag editing, autocomplete no longuer suggests a tag you have already entered in the same line
1221 ## [v0.0.22beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1223 - Support for thumbnails for flickr.com
1224 - Allow staying signed in:
1225 Your session will be kept open even if you close the browser.
1226 This is available through a checkbox in the login screen.
1229 - Some hosts (flickr, vimeo) are slow as hell for the thumbnails,
1230 or require an extra HTTP request.
1231 For these hosts the thumbnail generation has been deported outside the generation
1232 of the page to keep Shaarli snappy.
1233 For these slow services, the thumbnails are also cached.
1236 - Title was not properly passed if you had to login when using the bookmarklet (patch by shenshei)
1239 ## [v0.0.21beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1241 - Thumbnails for some services
1242 Currently supports: YouTube.com, dailymotion.com, vimeo.com (slow!) and imgur.com.
1243 Thumbnails are enabled by default, but you can turn them off
1244 (set `define('ENABLE_THUMBNAILS',true);` to `false`).
1247 - Removed the focus on the searchbox (this is cumbersome when you want to browse pages
1248 and scroll with the keyboard)
1251 ## [v0.0.20beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1253 - RSS feed is now served as `application/rss+xml` instead of `application/xhtml+xml`
1254 (which was causing problem in //RSS Lounge//)
1255 - ATOM feed is now served as `application/atom+xml` instead of `application/xhtml+xml`
1258 ## [v0.0.19beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1263 - Patch by Emilien to remove the update notification after the update
1266 ## [v0.0.18beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1268 - You can now configure the title of your page
1269 - New screen to configure title and timezone
1272 - Nicer timezone selection patch by killruana
1275 - New lines now appear correctly in the RSS feed descriptions.
1278 ## [v0.0.17beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1280 - Change password screen added (based on a patch by killruana)
1281 - Autocomplete in the tag search form
1282 - You can rename or delete a tag in all links
1283 (very handy if you misspelled a tag or want to merge tags)
1284 - When you click the RSS feed, the feed will be filtered with the same filters
1285 as the page you were viewing
1288 - CSS adjustments by jerrywham
1292 ## [v0.0.16beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1294 - Upgrade notification:
1295 If a new version of Shaarli is available, you will be notified by a discreet
1296 message in top-right corner.
1297 This message will only be visible if you are logged in, and the check will be
1298 performed at most once a day.
1299 - Preliminary tag cloud (ugly for the moment, I need to find something better)
1302 - Replaced `preg_match()` with `version_compare()` to check PHP version
1303 - Includes a patch by Emilien K. to mask dates if user is not logged in.
1304 The option can be activated by changing `define('HIDE_TIMESTAMPS',false);` to `true`
1307 ## [v0.0.15beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1309 - New in import: Option to overwrite existing links when importing
1310 - On free.fr, automatic creation of the `/sessions` directory
1313 - CSS Stylesheet is now an external file (shaarli.css).
1314 This reduces page size and eases customization.
1317 - Removed some parameters in URL added by some feed proxies (`#xtor=RSS-...`)
1320 - Bug corrected: Prevented loop on login screen upon successful login after a failed login
1321 - Bug corrected in import: HTML entities were not properly decoded.
1322 If you imported your Delicious/Diigo bookmarks, your should import them again
1323 and use the 'overwrite' option of the import feature.
1326 ## [v0.0.14beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1328 - You no longer need to disable `magic_quotes` on your host.
1329 Shaarli will cope with this option beeing activated.
1332 ## [v0.0.13beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1334 - Import: New option to import html bookmark file as private links
1335 - Import: Importing a bookmark file will not overwrite existing links anymore
1336 - Export: New options to export only public or private links
1339 - In tag autocomplete, tags are presented in use order
1340 (most used tags first, instead of alphabetical order)
1341 - RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url:
1342 - `&searchtags=minecraft+video` for tag filtering
1343 - `&searchterm=portal` for fulltext search to the feed url
1346 ## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1348 - Add a check that the config file was properly created
1349 (in case Shaarli does not have the write rights in its folder)
1350 - Open Shaarli: there is an option to open your Shaarli to anyone.
1351 Anybody will be able to add/edit/delete links without having to login.
1352 In code, change `define('OPEN_SHAARLI',false);` to `true`.
1353 Note: No anti-spam for the moment. You are warned!
1354 - Autocomplete for tags
1357 ## [v0.0.11beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1359 - Add a check and a warning for some hosts which still have `magic_quotes` activated
1362 ## [v0.0.10beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1364 - Get rid of `"` in titles
1367 ## [v0.0.9beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1369 - Now works on hosts `free.fr` and `1and1`
1370 - Now works with PHP 5.1
1371 - PHP version is now checked and an error message is displayed if version is not correct
1374 - No more error messages if the browser does not send `HTTP_REFERER`
1375 - No more error messages if the host has disabled http protocol in PHP config (eg. 1and1)
1378 ## [v0.0.8beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1380 - In RSS feed, GUID content replaced with the URL of the link, because some
1381 stupid RSS reader (like Google Reader) use `<guid>` as a link instead of using `<link>`
1384 ## [v0.0.7beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-09-16
1385 First public release by Sebsauvage, see original article:
1386 [Adieu Delicious, Diigo et StumbleUpon. Salut Shaarli !](http://sebsauvage.net/rhaa/index.php?2011/09/16/09/29/58-adieu-delicious-diigo-et-stumbleupon-salut-shaarli-) (FR)