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