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