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