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