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