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