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