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