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