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