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