]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - CHANGELOG.md
Merge tag 'v0.10.0' into latest
[github/shaarli/Shaarli.git] / CHANGELOG.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
6
7 ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28
8 **PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6.
9
10 ### Added
11 - Add a filter to display public links only
12 - Add PHP 7.2 support
13 - Add German translation
14 - Resolve front-end dependencies from NPM
15 - Build front-end bundles with Yarn and Webpack
16 - Lint Javascript code with ESLint
17 - Lint SASS code with SASSLint
18 - Support redirection in cURL download callback
19 - Introduce multi-stage builds for Docker images
20 - Use Travis matrix and stages to run Javascript tests in a dedicated environment
21 - Add tag endpoint in the REST API
22 - Build the documentation in Travis builds
23 - Provide a Docker Compose example
24
25 ### Changed
26 - Use web-thumbnailer to retrieve thumbnails (see #687)
27 - Use a specific page title in all pages
28 - Daily: run hooks before creating the columns
29 - Load theme translations files automatically
30 - Make max download size and timeout configurable
31 - Make Nginx logs accessible as stdout/stderr for Docker images
32 - Update buttons used to toggle link visibility filters
33 - Rewrite Javascript code for ES6 compliance
34 - Refactor IP ban management
35 - Refactor user login management
36 - Refactor server-side session management
37 - Update Doxygen configuration
38 - Update Parsedown
39 - Improve documentation
40 - Docker: build the images from the local sources
41 - Docker: bump alpine version to 3.7
42 - Docker: expose a volume for the thumbnail cache
43
44 ### Removed
45 - Drop support for PHP 5.5
46 - Remove vendored front-end libraries
47 - Remove environment specific .gitignore entries
48
49 ### Fixed
50 - Ignore the case while checking DOCTYPE during the file import
51 - Fix removal of on=... attributes from html generated from Markdown
52 - httpd: always forward the 'Authorization' header
53 - Ensure user-specific CSS file is loaded
54 - Fix feed permalink rendering when Markdown escaping is enabled
55 - Fix order of tags with the same number of occurrences
56 - Fixed the referrer meta tag in default template
57 - Disable MkDocs' strict mode for ReadTheDocs builds to pass
58 - fix and simplify Dockerfile for armhf
59
60 ### Security
61 - Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
62
63 ## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
64 ### Changed
65 - Build the Docker images from the local Git sources
66
67
68 ## [v0.9.6](https://github.com/shaarli/Shaarli/releases/tag/v0.9.6) - 2018-03-25
69 ### Changed
70 - htaccess: prevent accessing resources not managed by SCM
71 - htaccess: always forward the 'Authorization' HTTP header
72
73
74 ## [v0.9.5](https://github.com/shaarli/Shaarli/releases/tag/v0.9.5) - 2018-02-02
75 ### Fixed
76 - Fix a warning happening when `php-intl` is not installed on the system
77 - Fix warnings happening when updating from legacy SebSauvage version
78
79 ## [v0.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - 2018-01-30
80 ### Added
81 - Enable translations: Shaarli is now also available in French. Other language translations are welcome!
82 - Add EditorConfig configuration
83 - Add favicons for mobile devices
84 - Add Alpine Linux arm32v7 Dockerfiles (master, latest)
85
86 ### Changed
87 - Do not write bookmark edition history during file imports (performance)
88 - Migrate Docker images (master, latest) to Alpine Linux
89 - Improve unitary tests and code coverage
90 - Improve thumbnail display
91 - Improve theme ergonomics
92 - Improve messages if there is no plugin or parameter available in the admin page
93 - Increase buffer size for cURL download
94 - Force HTTPS if the original port is 443 behind a reverse proxy (workaround)
95 - Improve page title retrieval performances
96
97 ### Removed
98 - Remove redirector setting from Configure page
99
100 ### Fixed
101 - Fix broken links in the documentation
102 - Enable access to `data/user.css` (Apache 2.2 & 2.4)
103 - Don't URL encode description links if parameter `redirector.encode_url` is set to false
104 - Fix an issue preventing the Save button to appear for plugin parameters
105
106
107 ## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04
108 **XSS vulnerability fixed. Please update.**
109
110 ## Security
111 - Fix an XSS (cross-site-scripting) vulnerability in `index.php` -
112 [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249)
113
114
115 ## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07
116
117 **Major security issue fixed. Please update.**
118
119 ### Added
120 - Tag search now supports wildcards `*`
121 - New setting `privacy.force_login` which can be used with `privacy.hide_public_links` to redirect anonymous users to the login page.
122 - New setting `general.default_note_title` used to override default `Note:` title prefix for notes.
123 - Add a version hash for asset loading to prevent browser's cache issue
124
125 ### Changed
126 - The "Remember me" checkbox is unchecked by default
127 - The default value of the "Remember me" checkbox can be configured under `data/config.json.php`
128
129 ### Removed
130 - Remove obsolete PHP magic quote support
131
132 ### Fixed
133 - Generates a permalink URL if the URL is set to blank
134 - Replace links to the old GitHub wiki with ReadTheDocs URIs
135 - Use single quotes in the note bookmarklet
136 - Daily page if there is no link
137 - Bulk link deletion with a single link
138 - HTTPS detection behind a reverse proxy
139 - Travis tests environment and localization
140 - Improve template paths robustness (trailing slash)
141 - Robustness: safer gzinflate/zlib usage
142 - Description links parsing with parenthesis (without Markdown)
143 - Templates:
144 - Sort the tag cloud alphabetically
145 - Firefox social title
146 - Improved visited link color
147 - Fix jumpy textarea with long content in post edit
148
149 ### Security
150
151 - 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)).
152
153
154 ## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23
155
156 The documentation has been migrated to ReadTheDocs:
157 - https://shaarli.readthedocs.io/
158 - edits are submitted as pull requests
159
160 ### Added
161 - Allow bulk link deletion
162 - Display subtags in the tag cloud
163 - Add an endpoint to refresh the token
164 - Add a token on every page
165 - Add a tag list view for management
166 - Add Note bookmarklet
167 - Add creation date when editing a link
168
169 ### Changed
170 - Documentation:
171 - Generate static HTML documentation with [mkdocs](http://www.mkdocs.org/)
172 - Host documentation on [ReadTheDocs](http://www.mkdocs.org/)
173 - Update documentation structure
174 - Update Makefile targets to:
175 - Build the docs locally
176 - Include the generated docs in the release archives
177 - Theme:
178 - Use the new theme as the default
179 - Rename the tag cloud template to `tag.cloud.html`
180 - Display visited links in grey
181 - Use only one search form in `linklist.html`
182 - Hide the "search links with these tags" option when an empty `searchtags` is passed to `tag.list.html`
183 - Improve HTTP header handling when hosting Shaarli with Docker behind a reverse proxy
184 - Searching for tags with an empty value returns untagged links only
185 - Set Travis environment to `precise` until the new `trusty` environment is ready
186
187 ### Removed
188 - Remove dead Pubsubhubbub code
189 - Disable the GitHub wiki (see changed/documentation)
190 - Remove Docker `dev` image and resources
191 - Theme:
192 - Remove the bottom "Sort by" menu in `tag.list.html`
193
194 ### Fixed
195 - Fix file existence check for `user.css`
196 - Limit selection to 2k characters when using the bookmarklet
197 - Fix JS error `uncaught type error`
198 - Fix Firefox Social button
199 - Use pinned PHP dependencies when generating release archives
200 - Make sure that the tag exists before altering/removing it
201
202 ### Security
203 - Add a whitelist for protocols for URLs
204
205
206 ## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - 2017-05-07
207
208 This release introduces the REST API, and requires updating HTTP server
209 configuration to enable URL rewriting, see:
210 - https://shaarli.github.io/api-documentation/
211 - https://shaarli.readthedocs.io/en/master/Server-configuration/
212
213 **WARNING**: Shaarli now requires PHP 5.5+.
214
215 ### Added
216 - REST API v1
217 - [Slim](https://www.slimframework.com/) framework
218 - [JSON Web Token](https://jwt.io/introduction/) (JWT) authentication
219 - versioned API endpoints:
220 - `/api/v1/info`: get general information on the Shaarli instance
221 - `/api/v1/links`: get a list of shaared links
222 - `/api/v1/history`: get a list of latest actions
223 Theming:
224 - Introduce a new theme
225 - Allow selecting themes/templates from the configuration page
226 - New/Edit link form can be submitted using CTRL+Enter in the textarea
227 - Shaarli version is displayed in the footer when logged in
228 - Add plugin placeholders to Atom/RSS feed templates
229 - Add OpenSearch to feed templates
230 - Add `campaign_` to the URL cleanup pattern list
231 - Add an AUTHORS file and Makefile target to list authors from Git commit data
232 - Link imports are now logged in `data/` folder, and can be debug using `dev.debug=true` setting.
233 - `composer.lock` is now included in git file to allow proper `composer install`
234 - History mechanism which logs link addition/modification/deletion
235
236 ### Changed
237 - Docker: enable nginx URL rewriting for the REST API
238 - Theming:
239 - Move `user.css` to the `data` folder
240 - Move default template files to a subfolder (`default`)
241 - Rename the legacy theme to `vintage`
242 - Private only filter is now displayed as a search parameter
243 - Autocomplete: pre-select the first element
244 - Display daily date in the page title (browser title)
245 - Timezone lists are now passed as an array instead of raw HTML
246 - Move PubSubHub to a dedicated plugin
247 - Coding style:
248 - explicit method visibility
249 - safe boolean comparisons
250 - remove unused variables
251 - The updater now keeps custom theme preferences
252 - Simplify the COPYING information
253 - Improved client locale detection
254 - Improved date time display depending on the locale
255 - Partial namespace support for Shaarli classes
256 - Shaarli version is now only present in `shaarli_version.php`
257 - Human readable maximum file size upload
258
259
260 ### Removed
261 - PHP < 5.5 compatibility
262 - ReadItYourself plugin
263
264 ### Fixed
265 - Ignore generated release tarballs
266 - Hide default port when behind a reverse proxy
267 - Fix a typo in the Markdown plugin description
268 - Fix the presence of empty tags for private tags and in search results
269 - Fix a fatal error during the install
270 - Fix permalink image alignment in daily page
271 - Fix the delete button in `editlink`
272 - Fix redirection after link deletion
273 - Do not access LinkDB links by ID before the Updater applies migrations
274 - Remove extra spaces in the bookmarklet's name
275 - Piwik plugin: Piwik URL protocol can now be set (http or https)
276 - All inline JS has been moved to dedicated JS files
277 - Keep tags after login redirection
278
279 ### Security
280 - Markdown plugin: escape HTML entities by default
281
282 ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
283 ### Security
284 - Markdown plugin: escape HTML entities by default
285
286
287 ## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
288
289 ### Fixed
290
291 - PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
292
293 ## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
294
295 ### Fixed
296
297 - Editing a link created before the new ID system would change its permalink.
298
299 ## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
300 ### Changed
301 - Build the Docker image from the local Git sources
302
303 ### Removed
304 - Disable PHP 5.3 Travis build (unsupported)
305
306
307 ## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19
308 ### Changed
309 - Run version check tests against the 'stable' branch
310
311
312 ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04
313 **XSS vulnerability fixed. Please update.**
314
315 ## Security
316 - Fix an XSS (cross-site-scripting) vulnerability in `index.php` -
317 [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249)
318
319 ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
320 ### Security
321 - Markdown plugin: escape HTML entities by default
322
323 ## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
324 ### Fixed
325 - PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
326
327 ## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
328 ### Fixed
329
330 - Editing a link created before the new ID system would change its permalink.
331
332 ## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12
333
334 > Note: this version will create an automatic backup of your database if anything goes wrong.
335
336 ### Added
337 - Add CHANGELOG.md to track the whole project's history
338 - Enable Composer cache for Travis builds
339 - Save the last edition date for shaares and use it in Atom/RSS feeds
340 - Plugins:
341 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks
342 - Allow defining init functions, e.g. for performing checks and error processing
343 - Add a Piwik plugin for analytics.
344 - Markdown: add warning notice regarding HTML rendering
345 - Meta tag to *not* send the referrer to external resources.
346
347 ### Changed
348 - Link ID complete refactoring:
349 - Links now have a numeric ID instead of dates
350 - Short URLs are now created once and can't change over time (previous URL are kept)
351 - Templates:
352 - Changed placeholder behaviour for: `buttons_toolbar`, `fields_toolbar` and `action_plugin`
353 - Cleanup `{loop}` declarations in templates
354 - Tools: hide Firefox Social button when not in HTTPS
355 - Firefox Social: show Shaarli's title when shaaring using Firefox Social
356 - Release archives now have the same structure as GitHub-generated archives:
357 - archives contain a `Shaarli` directory, itself containing sources + dependencies
358 - the tarball is now gzipped
359 - Plugins:
360 - Markdown: Parsedown library is now imported through Composer
361 - Minor code cleanup: PHPDoc, spelling, unused variables, etc.
362 - Docker: explicitly set the maximum file upload size to 10 MiB
363
364 ### Fixed
365 - Fix the server `<self>` value in Atom/RSS feeds
366 - Plugins:
367 - Tools: only display parameter description when it exists
368 - archive.org: do not propose archival of private notes
369 - Markdown:
370 - render links properly in code blocks
371 - bug regarding the `nomarkdown` tag
372 - W3C compliance
373 - Use absolute URL for hashtags in RSS and ATOM feeds
374 - Docker: specify the location of the favicon
375 - ATOM feed: remove new line between content tag and data
376
377 ### Security
378 - Allow whitelisting trusted IPs, else continue banning clients upon login failure
379
380
381 ## [v0.8.0](https://github.com/shaarli/Shaarli/releases/tag/v0.8.0) - 2016-10-12
382 Shaarli now uses [Composer](https://getcomposer.org/) to handle its dependencies.
383 Please use our release archives, or follow the
384 [installation documentation](https://github.com/shaarli/Shaarli/wiki/Download-and-Installation).
385
386 ### Added
387 - Composer is required to resolve Shaarli's PHP dependencies
388 - Shaarli now supports `#hashtags`
389 - Firefox social share now uses selected text as a description
390 - Plugin parameters can have a description in each plugin's `.meta` file
391
392 ### Changed
393 - Configuration is now stored as a JSON file
394 - Previous configuration format will be automatically updated (PHP -> JSON)
395 - Shaarli now defaults to cURL to fetch shaare titles
396 - URL cleanup: remove `PHPSESSID` parameter
397 - `nomarkdown` tag is no longer private, and now affects visitors
398 - Cleanup template indentation
399 - Rewrite bookmark import using a generic Netscape parser
400
401 ### Removed
402 - Shaarli no longer references Delicious in its description
403
404 ### Deprecated
405 - Shaarli configuration is not held as PHP globals anymore
406
407 ### Fixed
408 - Ignore case for tags in autocompletion and cloud tag
409 - Avoid generating empty tags
410 - Fix a Dockerfile syntax error
411
412 ### Security
413 - Fixed a bug preventing to change password
414 - XSRF token now generated each time a page is rendered
415
416
417 ## [v0.7.1](https://github.com/shaarli/Shaarli/releases/tag/v0.7.1) - 2017-03-08
418 ### Security
419 - Markdown plugin: escape HTML entities by default
420
421 ## [v0.7.0](https://github.com/shaarli/Shaarli/releases/tag/v0.7.0) - 2016-05-14
422 ### Added
423 - Adds an option to encode redirector URL parameter
424 - Atom/RSS feeds now support Markdown formatting, and plugins in general
425 - Markdown: use the tag `.nomarkdown` to avoid markdown processing
426 - Prefill the login field when the authentication has failed
427 - Show a private links counter
428
429 ### Changed
430 - Allow to use the bookmarklet in Firefox reader view (URL clean up)
431 - Improve tagcloud font size
432 - Improve title retrieving
433 - Markdown: inline code background color
434 - Refactor Netscape bookmark export
435 - Refactor Atom/RSS feed generation
436
437 ### Removed
438 - Remove delicious from Shaarli description
439
440 ### Fixed
441 - Fix bad login redirections causing a 404 in a few cases
442 - Fix tagcloud font-size with French locale
443 - Don't display empty tags in tag search
444 - Fix Awesomeplete conflicts with jQuery
445 - Fix UTC timezone selection
446 - Fix a bug preventing to import notes in browsers from bookmarks export
447 - Don't redirect to ?post if ?addlink is reached while logged out
448
449
450 ## [v0.6.5](https://github.com/shaarli/Shaarli/releases/tag/v0.6.5) - 2016-03-02
451 ### Fixed
452 - Fixes a regression generating an unnecessary warning (language in HTTP request)
453 - Fixes a bug where going through multiple reverse proxy could generate malformed URL
454 - Markdown: Fixes a bug where empty description blocks were displayed
455
456
457 ## [v0.6.4](https://github.com/shaarli/Shaarli/releases/tag/v0.6.4) - 2016-02-28
458 ### Added
459 - Add an updater class to automate user data upgrades
460 - Plugin admin page: adds a label for checkboxes and improve name display
461 - Plugin Wallabag: API version can be specified in plugin admin page
462
463 ### Changed
464 - Better tag cloud sorting, including special chars (`a > E > é > z`)
465 - Autolocale now sets all locale categories, not just time
466 - Use PHP's DateTime object instead of custom functions
467 - Plugin hooks: process includes before header/footer
468 - Markdown plugin: better styles for `<code>` and `<pre>` tags
469 - Improve searching:
470 - search terms are now considered separated and won't only return exact results anymore
471 - exact search can be done with quotes `"this exact sentence"`
472 - search supports excluded terms starting a dash `-exclude`
473 - implement crossed search: terms + tags
474 - all of them combined across all shaare fields
475 - New tag behaviour:
476 - tags starting with a dash will be renamed without it
477 - tags starting with a dot `.` will be hidden unless the user is logged in
478
479 ### Fixed
480 - Fix Markdown plugin escape issues (code/quote blocks, etc.)
481 - Link description aren't trimmed anymore to allow markdown format at the beginning of a shaare
482 - Fixes plugin admin redirection page on error
483
484 ### Security
485 - Fix a bug where non initialized variables were causing a warning
486 - Fix a bug where saving a link after edit could cause a 404 error
487
488
489 ## [v0.6.3](https://github.com/shaarli/Shaarli/releases/tag/v0.6.3) - 2016-01-31
490 ### Added
491 - Plugins administration page
492 - Markdown plugin added for shaares description
493 - Docker: Dockerfile is now in the main git repository and improved
494 - Add a `.gitattributes` to ease repository management
495 - Travis: include file permission checks
496
497 ### Changed
498 - Auto retrieve of title know works with websites (HTTPS, follow redirections, etc.)
499 - 404 page is now handled in a template
500 - Date in log files updated to work with fail2ban
501 - Wallabag: support of Wallabag v2 and minor fixes
502 - Link search refactoring
503 - Logging function refactoring
504
505 ### Fixed
506 - Fix a bug where renaming a tag was causing a 404
507 - Fix a bug allowing to search blank terms
508 - Fix a bug preventing to remove a tag with special chars when searching
509
510
511 ## [v0.6.2](https://github.com/shaarli/Shaarli/releases/tag/v0.6.2) - 2015-12-23
512 ### Changed
513 - Plugins: new footer hook
514 - Plugins: improve QR code
515 - Cleanup templates
516
517 ### Fixed
518 - Plugins: use the actual link URL to generate QR codes
519 - Templates: missing/erroneous page titles
520 - Templates: missing variables resulting in PHP errors
521
522 ### Security
523 - Fix invalid file permissions (remove executable bit)
524
525
526 ## [v0.6.1](https://github.com/shaarli/Shaarli/releases/tag/v0.6.1) - 2015-12-01
527 ### Added
528 - Add OpenSearch support
529 - Add a Doxygen makefile target
530 - Tools: add fine-grained file/directory permission checks (installation)
531
532 ### Changed
533 - Tools: check the 'stable' branch for new versions (updates)
534 - Cleanup: introduce an `ApplicationUtils` class
535
536 ### Removed
537 - Cleanup: remove `json_encode()` function (built-in since PHP 5.2)
538
539 ### Fixed
540 - Auto-complete more than one tag
541 - Bookmarklet: support titles containing quotes
542 - URL encode links when setting a redirector
543
544
545 ## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18
546 ### Added
547 - Introduce a plugin system
548 - Add a demo_plugin
549 - Add plugins:
550 - addlink_toolbar
551 - archiveorg
552 - playvideos
553 - qrcode
554 - readityourself
555 - wallabag
556
557 ### Changed
558 - Coding style
559
560 ### Fixed
561 - Adding a new link now returns the correct anchor in the URL
562 - Set default file permissions
563
564
565 ## [v0.5.4](https://github.com/shaarli/Shaarli/releases/tag/v0.5.4) - 2015-09-15
566 ### Added
567 - HTTPS: support being served behing an SSL-enabled proxy
568
569 ### Changed
570 - HTTP/Server utilities: refactor & add test coverage
571 - Project & documentation:
572 - improve/rewrite `README.md`
573 - update contributor list
574 - update `index.php` header
575
576 ### Fixed
577 - PHP session IDs: handle hash algorithms and bits per char representations
578
579
580 ## [v0.5.3](https://github.com/shaarli/Shaarli/releases/tag/v0.5.3) - 2015-09-02
581 ### Fixed
582 - Fix a bug that could prevent user to login
583
584
585 ## [0.5.3](https://github.com/shaarli/Shaarli/releases/tag/0.5.3) - 2015-09-02
586 This release has been YANKED as it points to a tag that does not follow our naming convention. Please use `v0.5.3` instead
587
588 ### Fixed
589 - Allow uppercase letters in PHP sessionid format
590
591
592 ## [v0.5.2](https://github.com/shaarli/Shaarli/releases/tag/v0.5.2) - 2015-08-31
593 ### Added
594 - Add PHP 7 to Travis platforms
595
596 ### Changed
597 - Also extract HTTPS page metadata (title)
598
599 ### Fixed
600 - Fix regression preventing to load LinkDB info when adding an existing link
601
602 ### Security
603 - Fix Full Path Disclosure upon cookie forgery
604
605
606 ## [v0.5.1](https://github.com/shaarli/Shaarli/releases/tag/v0.5.1) - 2015-08-17
607 ### Added
608 - Add a link to the shaarli/shaarli DockerHub repository
609
610 ### Changed
611 - Update local documentation
612 - Improve timezone detection at installation
613 - Improve feed cache handling
614 - Improve URL cleanup for new links
615
616 ### Fixed
617 - Fix 404 after editing a link while being logged out
618
619
620 ## [v0.5.0](https://github.com/shaarli/Shaarli/releases/tag/v0.5.0) - 2015-07-31
621 ### Added
622 - Add Firefox Social API
623 - Start code refactoring:
624 - add unit test coverage
625 - add Travis integration
626
627 ### Changed
628 - Search/Filter by tag fieds can now be accessed quickly with the `Tab` key
629 - Update documentation
630 - Remove duplicate tags in links
631 - Remove annoying URL patterns
632 - Start code refactoring:
633 - move all settings to `data/config.php`
634 - refactor Config, LinkDB, TimeZone, Utils
635
636 ### Fixed
637 - Fix locale handling
638 - Fix note URLs
639 - Fix page redirections
640 - Fix daily RSS browsing
641 - Fix title display
642 - Restore compatibility with PHP 5.3
643
644 ### Security
645 - Fix links not being hidden when `HIDE_PUBLIC_LINKS` is set
646
647
648 ## [v0.0.45beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.45beta) - 2015-03-16
649 ### Fixed
650 - Fix improperly displayed Unicode character
651 - Fix incorrect font size for "Add link" input field
652
653
654 ## [v0.0.44beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.44beta) - 2015-03-15
655 ### Added
656 - Add a Makefile to run static code checkers
657 - Add local documentation (help link in page footer)
658 - Use awesomplete library for autocompletion
659 - Use bLazy.js library for images lazy loading
660 - New 'Add Note' bookmarklet to immediatly open a note (text post) compose window
661
662 ### Changed
663 - Theme improvements and cleanup (menu, search fields, icons, linklist...)
664 - Allow 'javascript:' links sharing (bookmarklets)
665 - Make update check optional
666 - Redirect to homepage after adding a link via "Add Link" dialog
667 - Remove more annoying URL parameters for shared links
668 - Code cleanup
669
670 ### Removed
671 - Remove jQuery
672
673 ### Security
674 - Don't disclose version to visitors (shaarli-version.txt)
675
676
677 ## [v0.0.43beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.43beta) - 2015-02-20
678 ### Added
679 - Title button link URL is now configurable
680 - RainTPL's TMP and TPL directories path are now configurable
681 - Displayed URLs for each link are now clickable links
682 - Show links timestamps in Daily view
683
684 ### Changed
685 - Automatically prepend "Note:" to title of self-posts (posts not pointing to an URL)
686 - Make ATOM toolbar button optional (`SHOW_ATOM` configuration variable)
687 - Optional archive.org links for each Shaarli link (`ARCHIVE_ORG` option)
688 - Thumbnails: force HTTPS when possible
689 - Improve tag cloud font scaling
690 - Allow pointing RSS items to the permalink instead of the direct URL (`ENABLE_RSS_PERMALINKS` option)
691 - Update JS libraries and add version numbers in filenames
692 - Updates to README and footer
693
694 ### Fixed
695 - Fix problems when running Shaarli behind a reverse proxy (invalid RSS feed URL)
696 - Update check now checks against the community fork version
697 - Include `cache/`, `data/`, `pagecache/` and `tmp/` directories in the repository
698 - Fix duplicate tag search returning no results
699 - Fix unnecessary 404 error on "Add link" when the user is logged out
700 - Fixes to copyright/licensing information and unlicensed media
701 - Fixes for tag cloud invalid links
702 - Coding style fixes/cleanup
703 - Fix redirection after deleteing a link leading to a 404 error
704 - Shaarli's HTML is now W3C-compliant
705 - Search now works with Unicode characters
706
707 ### Security
708 - Do not leak server's PHP version and Shaarli's full path on errors
709 - Prevent Shaarli from sending a lot of duplicate cookies
710
711
712 ## [v0.0.42beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.42beta) - 2014-07-27
713 ### Added
714 - Add QRCode Javascript library
715 - Allow importing bookmarks with the same timestamp (hack)
716 - Allow putting a description in the bookmarklet URL
717 - Add `json_encode()` implementation for PHP<5.2
718 - Highlight search results
719
720 ### Changed
721 - Improve 'Stay signed in' behaviour
722 - Improve `smallHash()`
723 - Refactor QRCode generation
724 - Update Javascript lazyloading
725 - Update CSS
726
727 ### Removed
728 - Remove jQuery from almost all pages
729
730 ### Fixed
731 - Fix overlapping tags
732 - Fix field foxus in the bookmarklet
733 - Fix error message when `data/` is not writable
734 - Fix HTML generation
735
736 ### Security
737 - Fix XSS flaw
738
739
740 ## [v0.0.41beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.41beta) - 2013-03-08
741 ### Added
742 - Add HTTPS to the allowed protocols
743 - Add support for magnet links in link descriptions
744 - Allow creating new links as private by default
745 - Allow disabling jQuery
746 - Check write permissions
747 - Check session support before installation
748
749 ### Changed
750 - Improve token security
751 - RSS feed: allow inverting links/permalinks
752
753 ### Fixed
754 - Fix display issues during installation
755 - Fix popup redirection after login failure
756 - Fix RSS formatting for Thunderbird
757 - Fix thumbnail creation
758 - Fix cache purge
759
760 ### Security
761 - Fix login issue with WebKit browsers
762
763
764 ## [v0.0.40beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.40beta) - 2013-02-26
765 Initial release on GitHub.
766
767
768 ## [v0.0.40beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-24
769 ### Added
770 - Flickr thumbnail now also support albums, galleries and users
771 - Add a configuration option to disable session cookie protection
772 Check this if your get disconnected often or your IP address changes often
773
774 ### Removed
775 - Removed the xml comment in cached RSS/ATOM feed
776 (although W3C-compliant, this may cause problems in some feed readers)
777
778 ### Fixed
779 - A bug in the RSS cache would present old items as new in some cases
780 - A small bug (non-initialized variable) in page cache cleaning
781 - Proper "Nothing found" message when search returns no results
782 - No more 404 error when searching with empty input
783 - Flickr thumbnails are back (Flickr has made some changes to their domains)
784
785 ## [v0.0.39beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-10
786 ### Added
787 - A cache for RSS feed, ATOM feed and Daily RSS feed, because these URLs
788 are massively hammered. Cache is automatically purged whenever the database
789 is changed. This will reduce server load. I may add cache to other pages later.
790
791 ### Changed
792 - No more global `$LINKSDB` (Yuk)
793 - Background color was removed when hovering a link
794
795 ### Fixed
796 - Small bug corrected in config screen on timezones
797 - Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK)
798 This is done on purpose
799 - The `shaarli` session cookie now has a proper path
800 Thus you can now install several Shaarlis on the same server in different paths,
801 and each will have its session
802 - Now when you delete a link, you go back the same page/search parameters you were on
803 - Restore previously removed `error_get_last()`, to ensure PHP 5.1 compatibility
804 (Yes, now it works on free.fr hosting)
805 - Added `dialog=1` in bookmarklet code for some browsers
806
807
808 ## [v0.0.38beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-06
809 ### Added
810 - Automatic creation of the `tmp` directory with proper rights (for RainTPL)
811 - When you click the key to see only private links, it turns yellow
812
813 ### Changed
814 - The "Daily" page now automatically skips empty days.
815
816 ### Fixed
817 - Corrected the tag encoding (there was a bug when selecting a second tag which contains accented characters)
818
819
820 ## [v0.0.37beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-01
821 ### Added
822 - Basic CSS for mobiles, which makes Shaarli //much// more usable on mobile devices
823 - Picture wall no more instantly kills your browser. Now it uses
824 [lazy image loading](http://www.appelsiini.net/projects/lazyload);
825 the pictures are loaded only as you scroll the page.
826 This will reduce browser memory usage (especially on mobile devices),
827 as well as server load.
828 If you have javascript disabled, the page will still work as before
829 (all images loaded at once)
830 - RSS feed for the "Daily" page. 1 RSS entry per day, with all links of that day.
831 RSS feed provides the last 7 days (only non-empty days are returned).
832 - In link list, added an icon to see only private links. Click to toggle (only private / all)
833
834
835 ## [v0.0.36beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
836 ### Added
837 - Shaarli licence in COPYING
838
839 ### Changed
840 - Display adjustments in "Daily" page
841
842 ### Fixed
843 - Improper text color in install form
844 - Error in QRCode url (missing '?')
845
846
847 ## [v0.0.35beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
848 ### Fixed
849 - Corrected a bug introduced in 0.0.34 which would improperly preprend data to URLs
850
851
852 ## [v0.0.34beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
853 ### Added
854 - There is now a QR-Code of each permalink to easily open a link on your smartphone
855 - Protocols `file:` and `apt:` are now also converted to clickable links (patch by Francis Chavanon)
856 - Thumbnail support for http://xkcd.com/ (patch by Emilien Klein)
857 - Thumbnail support for http://pix.toile-libre.org/
858 - Well I had _some_ mercy for users with antique browsers (IE) which do not have
859 support for gradients: I added a few `background-color`
860 - First version of the "Shaarli Daily", a page showing all links of a specific day.
861 By default, you see the links of the previous day.
862 There is still work to do on this page (error checking, better navigation (calendar?),
863 RSS feed, CSS for mobile and printing...)
864
865 ### Changed
866 - Upgraded bundled versions of jQuery (1.7.1) and jQuery UI (1.8.17)
867 - Upgraded bundled version of RainTPL (2.7)
868 - Changed HTTPS detection code
869
870 ### Fixed
871 - In link edition, you can now click the word "Private" to check the box
872 - Clicking a tag would not work properly if the tag contained special characters (like +)
873 - Added proper jQuery licence (shame on me)
874
875
876 ## [v0.0.33beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-17
877 ### Added
878 - Shaarli packaged to ease Linux distributions integration
879 As a simple user, you do not need to cope with these versions
880 Future releases of Shaarli will also be customized and published in these directories
881 Differences with the standard Shaarli version:
882 - deb:
883 - .tar.gz instead of .zip
884 - COPYING licence file added
885 - jQuery/jQuery-UI libraries removed to cope with Debian rules
886 This version links to the libs hosted at http://code.jquery.com
887 - rpm:
888 - sources located in a subdirectory with the same name as the zip file
889 - COPYING licence file added
890 - WARNING: When downloading the .tar.gz, always use wget (and not your browser),
891 otherwise the .tar.gz will be corrupted
892
893 ### Fixed
894 - ATOM feed validates again
895
896 ### Security
897 - XSS vulnerability patched (thanks to Stanislas D.!)
898
899
900 ## [v0.0.32beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-12-16
901 ### Added
902 - Better check on URL parameters (patch by gege2061)
903 - Add `max-height` and `overflow:auto` attributes so that content can be scrolled if too large
904
905 ### Changed
906 - HTML generation moved to RainTPL templates (in the `tpl/` directory)
907 - Better detection of HTTPS (patch by gege2061)
908 - In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061)
909 - Jerrywham CSS patch included
910 - Multiple spaces are now respected in description.
911 Thus you can use Shaarli as a personal pastebin (for posting source code, for example).
912
913 ### Removed
914 - Page time generation was removed
915
916 ### Fixed
917 - Tab order changed in login screen
918 - Permalinks now work even if additional parameters have been added
919 (e.g. `/?E8Yj2Q&utm_source=blablabla...`)
920 - user.css is included only if the file is present
921 (This prevents a useless CSS include which makes a harmless but useless 404 error.)
922
923
924 ## [v0.0.31beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-29
925 ### Added
926 - Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.)
927 - 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
928 - Support for bookmark files without ADD_DATE attributes
929 - Logo is clickable
930 - `user.css` can be added to overload Shaarli base CSS.(patch by Jerrywham).
931 Just put `user.css` in the same directory as shaarli.css.
932 Example: `<code css>#pageheader { background: blue; }</code>`
933 Please note that Shaarli CSS are not stable and may completely change on each version
934
935 ### Changed
936 - Edit and Delete buttons in link list were replaced with icons. (patch by Jerrywham)
937
938 ### Fixed
939 - Better error handling in thumbnail generation (patch by Emilien K.)
940 - The top menu is no longer displayed in bookmarklet popup
941 - Bookmark which have the exact same date/time are now correctly imported.
942 Most remaining import problems should be solved now
943 - Comment in Shaarli export moved to beginning of file to prevent clash with last link description
944
945
946 ## [v0.0.30beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
947 ### Added
948 - Add a small `delete` button in link list (after the `edit` button)
949
950 ### Fixed
951 - Moved the call to PubSubHub
952
953
954 ## [v0.0.29beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
955 ### Fixed
956 - Corrected a bug introduced in v0.0.28beta
957 (there was an error if you use the bookmarklet and you're not logged in)
958
959
960 ## [v0.0.28beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-17
961 ### Added
962 - Thumbnail support for youtu.be URLs (YouTube short url service)
963 - PubSubHub protocol support (from http://aldarone.fr/les-flux-rss-shaarli-et-pubsubhubbub/).
964 Warning: This was not tested. You need to set your hub url in
965 `$GLOBALS['config']['PUBSUBHUB_URL']` and put the official client (`publisher.php`)
966 in the same directory as Shaarli's `index.php`
967 - RSS and ATOM feeds now also contain tags (in `category` tags, as per their
968 respective specifications)
969
970 ### Changed
971 - New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469)
972 - In picture wall, pictures point to Shaarli permalink instead of final URL.
973 This way, users can read the description.
974 - In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs
975 - In RSS/ATOM feeds, URLs are now clickable
976 - Rename `http_parse_headers()` to `http_parse_headers_shaarli()` to prevent
977 name collision with some PHP extensions
978
979 ### Fixed
980 - Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur)
981 - Shaarli now correctly only tries to get thumbnails for vimeo video URLs
982 - Fix a bug in imgur.com URLs handling that would cause some thumbnails not to appear
983 - The search engine would not return a result if the word to search was the first in description
984 - Extracted title is now correct if the page has two `title` html tags
985
986
987 ## [v0.0.27beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-18
988 ### Added
989 - Add a picture wall, which can be filtered too: it will use the same filters
990 (tags,text search) as current page when clicked.
991
992
993 ## [v0.0.26beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-17
994 ### Changed
995 - Made permalink more visible (smallHash)
996
997 ### Fixed
998 - Removed extras space in description when URLs are converted to clickable links
999 - Thumbnail for subreddit imgur urls (/r/...) were corrected (thanks to Accent Grave)
1000
1001
1002 ## [v0.0.25beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-13
1003 ### Added
1004 - Better CSS for printing (thanks to jerrywham suggestion)
1005 - Allow using a redirector or anonymizing proxy for links
1006 (such as `http://anonym.to/?` to mask you `HTTP_REFERER`).
1007 Just go to `Tools > Configure > Redirector`
1008 (thanks to Accent Grave for the suggestion).
1009 - The `ENABLE_LOCALCACHE` option can be set to `false` for those who have
1010 a limited quota on their host.
1011 This will disable the local thumbnail cache.
1012 Services which require the use of the cache will have no thumbnails
1013 (vimeo, flickr, direct link to image).
1014 Other services will still have a thumbnail (youtube,imgur.com,dailymotion,imageshack.us)
1015
1016 ### Changed
1017 - Now thumbnails generated by Shaarli are croped to a height of 120 pixels
1018 - YouTube thumbnails now use `default.jpg` instead of `2.jpg` (This is usually more pertinent)
1019 - Configuration options (such as `HIDE_TIMESTAMPS`, `ENABLE_THUMBNAILS`, etc.)
1020 can now be put in a an external file so that you do not have to tweak them again
1021 when you upgrade Shaarli.
1022 Just add the file `data/options.php`.
1023 - If a single link is displayed, the page title contains the title of the link
1024 - Shaarli page title is clickable (and has the same link as "Home")
1025 - A few CSS tweaks (thanks to maethor for suggestion)
1026
1027 ### Fixed
1028 - Shaarli now supports newlines in titles (thanks to dixy)
1029 - The link to the RSS feed in page header was not correct
1030
1031
1032 ## [v0.0.24beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1033 ### Added
1034 - Allow posting an entry without a link. (You can use Shaarli as a kind of "personal twitter")
1035 - Each Shaarli entry now has a short link (just click on the date of a link).
1036 Now you can send a link that points to a single entry in your Shaarli
1037 - In descriptions, URLs are now clickable
1038 - Thumbnails will be generated for all link pointing to .jpg/png/gif
1039 (as long as the images are less than 4 Mb and take less than 30 seconds to download)
1040
1041 ### Fixed
1042 - Now thumbnails also work for imgur gallery links (/gallery/...)
1043 (Thanks to Accent Grave for the correction)
1044 - Removed useless debugging information in log
1045 - The filter in RSS/ATOM feed now works again properly (it was broken in 0.0.17beta)
1046
1047
1048 ## [v0.0.23beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1049 ### Added
1050 - Added thumbnail support for imageshack.us
1051
1052 ### Changed
1053 - Now you can clic the sentence "Stay signed in" to tick the checkbox (patch by Emilien)
1054 - In tag editing, comma (,) are now automatically converted to spaces
1055 - In tag editing, autocomplete no longuer suggests a tag you have already entered in the same line
1056
1057
1058 ## [v0.0.22beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1059 ### Added
1060 - Support for thumbnails for flickr.com
1061 - Allow staying signed in:
1062 Your session will be kept open even if you close the browser.
1063 This is available through a checkbox in the login screen.
1064
1065 ### Changed
1066 - Some hosts (flickr, vimeo) are slow as hell for the thumbnails,
1067 or require an extra HTTP request.
1068 For these hosts the thumbnail generation has been deported outside the generation
1069 of the page to keep Shaarli snappy.
1070 For these slow services, the thumbnails are also cached.
1071
1072 ### Fixed
1073 - Title was not properly passed if you had to login when using the bookmarklet (patch by shenshei)
1074
1075
1076 ## [v0.0.21beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1077 ### Added
1078 - Thumbnails for some services
1079 Currently supports: YouTube.com, dailymotion.com, vimeo.com (slow!) and imgur.com.
1080 Thumbnails are enabled by default, but you can turn them off
1081 (set `define('ENABLE_THUMBNAILS',true);` to `false`).
1082
1083 ### Changed
1084 - Removed the focus on the searchbox (this is cumbersome when you want to browse pages
1085 and scroll with the keyboard)
1086
1087
1088 ## [v0.0.20beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1089 ### Fixed
1090 - RSS feed is now served as `application/rss+xml` instead of `application/xhtml+xml`
1091 (which was causing problem in //RSS Lounge//)
1092 - ATOM feed is now served as `application/atom+xml` instead of `application/xhtml+xml`
1093
1094
1095 ## [v0.0.19beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1096 ### Added
1097 - ATOM feed
1098
1099 ### Fixed
1100 - Patch by Emilien to remove the update notification after the update
1101
1102
1103 ## [v0.0.18beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1104 ### Added
1105 - You can now configure the title of your page
1106 - New screen to configure title and timezone
1107
1108 ### Changed
1109 - Nicer timezone selection patch by killruana
1110
1111 ### Fixed
1112 - New lines now appear correctly in the RSS feed descriptions.
1113
1114
1115 ## [v0.0.17beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1116 ### Added
1117 - Change password screen added (based on a patch by killruana)
1118 - Autocomplete in the tag search form
1119 - You can rename or delete a tag in all links
1120 (very handy if you misspelled a tag or want to merge tags)
1121 - When you click the RSS feed, the feed will be filtered with the same filters
1122 as the page you were viewing
1123
1124 ### Changed
1125 - CSS adjustments by jerrywham
1126 - Minor corrections
1127
1128
1129 ## [v0.0.16beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1130 ### Added
1131 - Upgrade notification:
1132 If a new version of Shaarli is available, you will be notified by a discreet
1133 message in top-right corner.
1134 This message will only be visible if you are logged in, and the check will be
1135 performed at most once a day.
1136 - Preliminary tag cloud (ugly for the moment, I need to find something better)
1137
1138 ### Changed
1139 - Replaced `preg_match()` with `version_compare()` to check PHP version
1140 - Includes a patch by Emilien K. to mask dates if user is not logged in.
1141 The option can be activated by changing `define('HIDE_TIMESTAMPS',false);` to `true`
1142
1143
1144 ## [v0.0.15beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1145 ### Added
1146 - New in import: Option to overwrite existing links when importing
1147 - On free.fr, automatic creation of the `/sessions` directory
1148
1149 ### Changed
1150 - CSS Stylesheet is now an external file (shaarli.css).
1151 This reduces page size and eases customization.
1152
1153 ### Removed
1154 - Removed some parameters in URL added by some feed proxies (`#xtor=RSS-...`)
1155
1156 ### Fixed
1157 - Bug corrected: Prevented loop on login screen upon successful login after a failed login
1158 - Bug corrected in import: HTML entities were not properly decoded.
1159 If you imported your Delicious/Diigo bookmarks, your should import them again
1160 and use the 'overwrite' option of the import feature.
1161
1162
1163 ## [v0.0.14beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1164 ### Added
1165 - You no longer need to disable `magic_quotes` on your host.
1166 Shaarli will cope with this option beeing activated.
1167
1168
1169 ## [v0.0.13beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1170 ### Added
1171 - Import: New option to import html bookmark file as private links
1172 - Import: Importing a bookmark file will not overwrite existing links anymore
1173 - Export: New options to export only public or private links
1174
1175 ### Changed
1176 - In tag autocomplete, tags are presented in use order
1177 (most used tags first, instead of alphabetical order)
1178 - RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url:
1179 - `&searchtags=minecraft+video` for tag filtering
1180 - `&searchterm=portal` for fulltext search to the feed url
1181
1182
1183 ## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1184 ### Added
1185 - Add a check that the config file was properly created
1186 (in case Shaarli does not have the write rights in its folder)
1187 - Open Shaarli: there is an option to open your Shaarli to anyone.
1188 Anybody will be able to add/edit/delete links without having to login.
1189 In code, change `define('OPEN_SHAARLI',false);` to `true`.
1190 Note: No anti-spam for the moment. You are warned!
1191 - Autocomplete for tags
1192
1193
1194 ## [v0.0.11beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1195 ### Added
1196 - Add a check and a warning for some hosts which still have `magic_quotes` activated
1197
1198
1199 ## [v0.0.10beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1200 ### Added
1201 - Get rid of `&quot;` in titles
1202
1203
1204 ## [v0.0.9beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1205 ### Added
1206 - Now works on hosts `free.fr` and `1and1`
1207 - Now works with PHP 5.1
1208 - PHP version is now checked and an error message is displayed if version is not correct
1209
1210 ### Fixed
1211 - No more error messages if the browser does not send `HTTP_REFERER`
1212 - No more error messages if the host has disabled http protocol in PHP config (eg. 1and1)
1213
1214
1215 ## [v0.0.8beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1216 ### Changed
1217 - In RSS feed, GUID content replaced with the URL of the link, because some
1218 stupid RSS reader (like Google Reader) use `<guid>` as a link instead of using `<link>`
1219
1220
1221 ## [v0.0.7beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-09-16
1222 First public release by Sebsauvage, see original article:
1223 [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)