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