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