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