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