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