]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - CHANGELOG.md
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[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
5a09b5ff
A
7## [v0.12.2]() - UNRELEASED
8
9## [v0.12.1](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0) - 2020-11-12
10
11> nginx ([#1628](https://github.com/shaarli/Shaarli/pull/1628)) and Apache ([#1630](https://github.com/shaarli/Shaarli/pull/1630)) configurations have been reviewed. It is recommended that you
12> update yours using [the documentation](https://shaarli.readthedocs.io/en/master/Server-configuration/).
13> Users using official Docker image will receive updated configuration automatically.
14
15### Added
16- Bulk creation of bookmarks
17- Server administration tool page (and install page requirements)
18- Support any tag separator, not just whitespaces
19- Share a private bookmark using a URL with a token
20- Add a setting to retrieve bookmark metadata asynchronously (enabled by default)
21- Highlight fulltext search results
22- Weekly and monthly view/RSS feed for daily page
23- MarkdownExtra formatter
24- Default formatter: add a setting to disable auto-linkification
25- Add mutex on datastore I/O operations to prevent data loss
26- PHP 8.0 support
27- REST API: allow override of creation and update dates
28- Add strict types for bookmarks management
29
30### Changed
31- Improve regex and performances to extract HTML metadata (title, description, etc.)
32- Support using Shaarli without URL rewriting (prefix URL with `/index.php/`)
33- Improve the "Manage tags" tools page
34- Use PSR-3 logger for login attempts
35- Move utils classes to Shaarli\Helper namespace and folder
36- Include php-simplexml in Docker image
37- Raise 404 error instead of 500 if permalink access is denied
38- Display error details even with dev.debug set to false
39- Reviewed nginx configuration
40- Reviewed Apache configuration
41- Replace vimeo link in demo bookmarks due to IP ban on the demo instance
42- Apply PSR-12 on code base, and add CI check using PHPCS
43
44### Fixed
45- Compatiliby issue on login with PHP 7.1
46- Japanese translations update
47- Redirect to referrer after bookmark deletion
48- Inject ROOT_PATH in plugin instead of regenerating it everywhere
49- Wallabag plugin: minor improvements
50- REST API postLink: change relative path to absolute path
51- Webpack: fix vintage theme images include
52- Docker-compose: fix SSL certificate + add parameter for Docker tag
53
54### Removed
55- `config.json.php` new lines in prefix/suffix to prevent issues with Windows PHP
6152a267 56
2d015d79 57## [v0.12.0](https://github.com/shaarli/Shaarli/releases/tag/v0.12.0) - 2020-10-13
6152a267 58
2d015d79 59**Save you `data/` folder before updating!**
6152a267
A
60
61### Added
62- Thumbnailer: add soundcloud.com to list of common media domains
63- Markdown rendering is now integrated into Shaarli core
64- Add autofocus on tag cloud filter input
65- Japanese translations
22e75f06
A
66- Japanese translation: add language to admin configuration page
67- Support for PHP 8.0
b028f086 68- Support for local anchor URL (starting with `#`)
6152a267
A
69- LDAP authentication
70- Encapsulated PageCacheManager
71- Docs:
72 - add screenshots of all pages
73 - section about mkdocs
74 - Ulauncher extension
75- CI: run against PHP 7.4
22e75f06
A
76- Added $links_per_page variable to template and display on default
77- Inject BookmarkServiceInterface in plugins data
78- Add manual configuration for root URL
79- Added PATCH to the allowed Apache request methods.
b028f086 80- REST API: compatibility with ionos Apache's headers
6152a267
A
81
82### Changed
83- Introduce Bookmark object and Service layer
84 - Save bookmark as objects in the datastore
85 - Handle bookmark as objects across the whole codebase (except templates and plugins)
86- Process all Shaarli page through Slim controller, with proper URL rewriting (see #1516)
22e75f06 87- Docs: the entire documentation has been reviewed, updated and improved, thanks to @nodiscc!
6152a267
A
88- ATOM feed: use instance name as author name instead of URL
89- Updated French translation
22e75f06
A
90- Default colors plugin: generate CSS file during initialization
91- Improve default bookmarks after install
92- Upgrade all front end dependencies and webpack build
b028f086 93- Default theme: Make tag cloud/list views buttons more obvious
6152a267
A
94
95### Fixed
96- Undefined index: thumbnail in daily page
97- Undefined index: thumbnail on OpenGraph headers
98- Undefined index: updated on linklist
99- Make sure that bookmark sort is consistent, even with equal timestamps
100- Code PHP version check as requirement bumped to PHP 7.1
101- Thumbnail images lazy loading
102- Markdown plugin: fix RSS feed direct link reverse
103- Fix RSS permalink included in Markdown bloc
104- Demo plugin: multiple typos
105- Makefile target for releases
106- Makefile target for html documentation
107- Session cookie setting being set while session is active
108- Deprecated use of implode
109- Division by zero in tag cloud
110- CI: deprecated linux distribution and sudo directive
111- Docker build: gcc is no longer included in python alpine image
22e75f06
A
112- Default template: display pin button in mobile view
113- Pinned bookmarks are not longer displayed first in ATOM/RSS feeds
6152a267
A
114- Docs:
115 - Outdated Docker documentation for stable branch
116 - Outdated links
117 - Plugin description in meta files
b028f086 118- docker-compose.yml: pin traefik image to 1.7-alpine
6152a267
A
119
120### Removed
121- Markdown plugin
122- Docs:
123 - emojione & twemoji removed
22e75f06
A
124- Makefile: remove static_analysis_summary from all: target
125- doc/Makefile: remove references to composer update
6152a267 126
f400ba29
A
127## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03
128
129Release to fix broken Docker build on the latest version.
130
131### Fixed
132- Fixed Docker build
133- Fixed a few documentation broken links
134- Fixed broken label in configuration page
135
136### Added
137- More accessibility improvements
138
525069ea
A
139## [v0.11.0](https://github.com/shaarli/Shaarli/releases/tag/v0.11.0) - 2019-07-27
140
141**Shaarli no longer officially support PHP 5.6 and PHP 7.0 as they've reached end of life.**
142
143**Shaarli classes now use namespace, third party plugins need to update.**
144
145### Added
146- Add optional PHP extension to composer suggestions.
147- composer: enforce PHP security advisories
148- phpDocumentor configuration and make target
149- Run unit tests against PHP 7.3
150- Bunch of accessibility improvements to the default template, thanks to @llune
151- Bulk actions: set visibility
152- Display sticky label in linklist
153- Add print CSS rules to the default template
154- New setting to automatically retrieve description for new bookmarks
155- Plugin to override default template colors
156
157### Changed
158- Shaarli now uses namespaces for its classes.
159- Rewrite IP ban management
160- Default template: slightly lighten visited link color
161- Hide select all button on mobile view
162- Switch from FontAwesome v4.x to ForkAwesome
163- Daily - display the current day instead of the previous one
164
165### Fixed
166- Do not check the IP address with session protection disabled
167- API: update test regexes to comply with PCRE2
168- Optimize and cleanup imports
169- ensure HTML tags are stripped from OpenGraph description
170- Documentation invalid links
171- Thumbnails disabling if PHP GD is not installed
172- Warning if links sticky status isn't set
173- Fix button overlapping on mobile in linklist
174- Do not try to retrieve thumbnails for internal link
175- Update node-sass to fix a vulnerability in node tar dependency
176- armhf Dockerfile
177- Default template: Responsive issue with delete button fix
178- Persist sticky status on bookmark update
179
180### Removed
181- Doxygen configuration
182- redirector setting
183- QRCode link to an external service
86dcb904 184
e92676ac
V
185## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16
186### Fixed
187- Fix thumbnails disabling if PHP GD is not installed
188- Fix a warning if links sticky status isn't set
189
86dcb904
V
190## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23
191### Added
192- Add OpenGraph metadata tags on permalink page
193- Add CORS headers to REST API reponses
194- Add a button to toggle checkboxes of displayed links
195- Add an icon to the link list when the Isso plugin is enabled
196- Add noindex, nofollow to documentation pages
197- Document usage of robots.txt
198- Add a button to set links as sticky
199
200### Changed
201- Update French translation
202- Refactor the documentation homepage
203- Bump netscape-bookmark-parser
204- Update session_start condition
205- Improve accessibility
206- Cleanup and refactor lint tooling
207
208### Fixed
209- Fix input size for dropdown search form
210- Fix history for bulk link deletion
211- Fix thumbnail requests
212- Fix hashtag rendering when markdown escaping is enabled
213- Fix AJAX tag deletion
214- Fix lint errors and improve PSR-1 and PSR-2 compliance
215
216### Removed
217- Remove Firefox Share documentation
218
382869ad
A
219## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11
220
221### Fixed
222
223- Docker build
224
6a781595
A
225## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11
226
86dcb904 227### Changed
6a781595
A
228
229- Accessibility:
230 - Remove alt text on the logo
231 - Remove redundant title in tools page
232
233### Fixed
234
235- Fixed an error on the daily page and daily RSS
236- Fixed an issue causing 'You are not authorized to add a link' error while logged out
237- Fixed thumbnail path when Shaarli's path uses symbolic links
238- Add a `mod_version` check in Shaarli's root `.htaccess` file for Apache 2.2 syntax
239- Include assets in the release Makefile target
240
241### Removed
242
243- Firefox Social API shaare has been removed
244
1df447b2 245## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - 2018-07-28
47ddfc57
V
246**PHP 5.5 compatibility has been dropped.** Shaarli now requires at least PHP 5.6.
247
248### Added
249- Add a filter to display public links only
250- Add PHP 7.2 support
251- Add German translation
252- Resolve front-end dependencies from NPM
253- Build front-end bundles with Yarn and Webpack
254- Lint Javascript code with ESLint
255- Lint SASS code with SASSLint
256- Support redirection in cURL download callback
257- Introduce multi-stage builds for Docker images
258- Use Travis matrix and stages to run Javascript tests in a dedicated environment
1df447b2
A
259- Add tag endpoint in the REST API
260- Build the documentation in Travis builds
86dcb904 261- Provide a Docker Compose example
47ddfc57
V
262
263### Changed
1df447b2 264- Use web-thumbnailer to retrieve thumbnails (see #687)
47ddfc57
V
265- Use a specific page title in all pages
266- Daily: run hooks before creating the columns
267- Load theme translations files automatically
268- Make max download size and timeout configurable
269- Make Nginx logs accessible as stdout/stderr for Docker images
270- Update buttons used to toggle link visibility filters
271- Rewrite Javascript code for ES6 compliance
272- Refactor IP ban management
273- Refactor user login management
274- Refactor server-side session management
275- Update Doxygen configuration
276- Update Parsedown
1df447b2
A
277- Improve documentation
278- Docker: build the images from the local sources
279- Docker: bump alpine version to 3.7
280- Docker: expose a volume for the thumbnail cache
47ddfc57
V
281
282### Removed
283- Drop support for PHP 5.5
284- Remove vendored front-end libraries
285- Remove environment specific .gitignore entries
286
287### Fixed
288- Ignore the case while checking DOCTYPE during the file import
289- Fix removal of on=... attributes from html generated from Markdown
290- httpd: always forward the 'Authorization' header
291- Ensure user-specific CSS file is loaded
292- Fix feed permalink rendering when Markdown escaping is enabled
293- Fix order of tags with the same number of occurrences
1df447b2
A
294- Fixed the referrer meta tag in default template
295- Disable MkDocs' strict mode for ReadTheDocs builds to pass
296- fix and simplify Dockerfile for armhf
47ddfc57
V
297
298### Security
299- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
300
301
302## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
303### Changed
304- Build the Docker images from the local Git sources
f211618f 305
ee242ae3
V
306
307## [v0.9.6](https://github.com/shaarli/Shaarli/releases/tag/v0.9.6) - 2018-03-25
47ddfc57 308### Changed
ee242ae3
V
309- htaccess: prevent accessing resources not managed by SCM
310- htaccess: always forward the 'Authorization' HTTP header
311
312
715ad9bd
A
313## [v0.9.5](https://github.com/shaarli/Shaarli/releases/tag/v0.9.5) - 2018-02-02
314### Fixed
315- Fix a warning happening when `php-intl` is not installed on the system
316- Fix warnings happening when updating from legacy SebSauvage version
317
f211618f 318## [v0.9.4](https://github.com/shaarli/Shaarli/releases/tag/v0.9.4) - 2018-01-30
9b6df5c9
V
319### Added
320- Enable translations: Shaarli is now also available in French. Other language translations are welcome!
321- Add EditorConfig configuration
322- Add favicons for mobile devices
323- Add Alpine Linux arm32v7 Dockerfiles (master, latest)
324
325### Changed
326- Do not write bookmark edition history during file imports (performance)
327- Migrate Docker images (master, latest) to Alpine Linux
328- Improve unitary tests and code coverage
329- Improve thumbnail display
330- Improve theme ergonomics
331- Improve messages if there is no plugin or parameter available in the admin page
332- Increase buffer size for cURL download
333- Force HTTPS if the original port is 443 behind a reverse proxy (workaround)
f211618f 334- Improve page title retrieval performances
9b6df5c9
V
335
336### Removed
337- Remove redirector setting from Configure page
338
339### Fixed
340- Fix broken links in the documentation
341- Enable access to `data/user.css` (Apache 2.2 & 2.4)
342- Don't URL encode description links if parameter `redirector.encode_url` is set to false
343- Fix an issue preventing the Save button to appear for plugin parameters
344
345
f452d3c4
V
346## [v0.9.3](https://github.com/shaarli/Shaarli/releases/tag/v0.9.3) - 2018-01-04
347**XSS vulnerability fixed. Please update.**
348
349## Security
8d9d4cc1
V
350- Fix an XSS (cross-site-scripting) vulnerability in `index.php` -
351 [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249)
f452d3c4
V
352
353
6f2c02a0
A
354## [v0.9.2](https://github.com/shaarli/Shaarli/releases/tag/v0.9.2) - 2017-10-07
355
356**Major security issue fixed. Please update.**
357
358### Added
359- Tag search now supports wildcards `*`
360- New setting `privacy.force_login` which can be used with `privacy.hide_public_links` to redirect anonymous users to the login page.
361- New setting `general.default_note_title` used to override default `Note:` title prefix for notes.
362- Add a version hash for asset loading to prevent browser's cache issue
363
364### Changed
365- The "Remember me" checkbox is unchecked by default
366- The default value of the "Remember me" checkbox can be configured under `data/config.json.php`
367
368### Removed
369- Remove obsolete PHP magic quote support
370
371### Fixed
372- Generates a permalink URL if the URL is set to blank
373- Replace links to the old GitHub wiki with ReadTheDocs URIs
374- Use single quotes in the note bookmarklet
375- Daily page if there is no link
376- Bulk link deletion with a single link
377- HTTPS detection behind a reverse proxy
378- Travis tests environment and localization
379- Improve template paths robustness (trailing slash)
380- Robustness: safer gzinflate/zlib usage
381- Description links parsing with parenthesis (without Markdown)
382- Templates:
383 - Sort the tag cloud alphabetically
384 - Firefox social title
385 - Improved visited link color
386 - Fix jumpy textarea with long content in post edit
387
388### Security
389
fc2beb8c 390- Fixed reflected XSS vulnerability introduced in v0.9.1, discovered by @chb9 ([CVE-2017-15215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15215)).
6f2c02a0 391
f452d3c4 392
d600040e
V
393## [v0.9.1](https://github.com/shaarli/Shaarli/releases/tag/v0.9.1) - 2017-08-23
394
395The documentation has been migrated to ReadTheDocs:
396- https://shaarli.readthedocs.io/
397- edits are submitted as pull requests
398
399### Added
400- Allow bulk link deletion
401- Display subtags in the tag cloud
402- Add an endpoint to refresh the token
403- Add a token on every page
404- Add a tag list view for management
405- Add Note bookmarklet
406- Add creation date when editing a link
407
408### Changed
409- Documentation:
410 - Generate static HTML documentation with [mkdocs](http://www.mkdocs.org/)
411 - Host documentation on [ReadTheDocs](http://www.mkdocs.org/)
412 - Update documentation structure
413 - Update Makefile targets to:
414 - Build the docs locally
415 - Include the generated docs in the release archives
416- Theme:
417 - Use the new theme as the default
418 - Rename the tag cloud template to `tag.cloud.html`
419 - Display visited links in grey
420 - Use only one search form in `linklist.html`
421 - Hide the "search links with these tags" option when an empty `searchtags` is passed to `tag.list.html`
422- Improve HTTP header handling when hosting Shaarli with Docker behind a reverse proxy
423- Searching for tags with an empty value returns untagged links only
424- Set Travis environment to `precise` until the new `trusty` environment is ready
425
426### Removed
427- Remove dead Pubsubhubbub code
428- Disable the GitHub wiki (see changed/documentation)
429- Remove Docker `dev` image and resources
430- Theme:
431 - Remove the bottom "Sort by" menu in `tag.list.html`
432
433### Fixed
434- Fix file existence check for `user.css`
435- Limit selection to 2k characters when using the bookmarklet
436- Fix JS error `uncaught type error`
437- Fix Firefox Social button
438- Use pinned PHP dependencies when generating release archives
439- Make sure that the tag exists before altering/removing it
440
441### Security
442- Add a whitelist for protocols for URLs
443
17c9ac7c 444
22ff7414 445## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - 2017-05-07
00670b20 446
36dcf997
V
447This release introduces the REST API, and requires updating HTTP server
448configuration to enable URL rewriting, see:
449- https://shaarli.github.io/api-documentation/
cc8f572b 450- https://shaarli.readthedocs.io/en/master/Server-configuration/
36dcf997 451
a0df0651 452**WARNING**: Shaarli now requires PHP 5.5+.
423ab028 453
00670b20 454### Added
36dcf997
V
455- REST API v1
456 - [Slim](https://www.slimframework.com/) framework
457 - [JSON Web Token](https://jwt.io/introduction/) (JWT) authentication
458 - versioned API endpoints:
459 - `/api/v1/info`: get general information on the Shaarli instance
460 - `/api/v1/links`: get a list of shaared links
22ff7414 461 - `/api/v1/history`: get a list of latest actions
94cddf7b
V
462Theming:
463 - Introduce a new theme
464 - Allow selecting themes/templates from the configuration page
89284d55 465 - New/Edit link form can be submitted using CTRL+Enter in the textarea
f452d3c4 466 - Shaarli version is displayed in the footer when logged in
36dcf997
V
467- Add plugin placeholders to Atom/RSS feed templates
468- Add OpenSearch to feed templates
469- Add `campaign_` to the URL cleanup pattern list
470- Add an AUTHORS file and Makefile target to list authors from Git commit data
48417aed 471- Link imports are now logged in `data/` folder, and can be debug using `dev.debug=true` setting.
22ff7414
A
472- `composer.lock` is now included in git file to allow proper `composer install`
473- History mechanism which logs link addition/modification/deletion
18e67967 474
00670b20 475### Changed
36dcf997 476- Docker: enable nginx URL rewriting for the REST API
94cddf7b
V
477- Theming:
478 - Move `user.css` to the `data` folder
479 - Move default template files to a subfolder (`default`)
480 - Rename the legacy theme to `vintage`
89284d55
A
481 - Private only filter is now displayed as a search parameter
482 - Autocomplete: pre-select the first element
22ff7414
A
483 - Display daily date in the page title (browser title)
484 - Timezone lists are now passed as an array instead of raw HTML
36dcf997
V
485- Move PubSubHub to a dedicated plugin
486- Coding style:
487 - explicit method visibility
488 - safe boolean comparisons
489 - remove unused variables
490- The updater now keeps custom theme preferences
491- Simplify the COPYING information
89284d55
A
492- Improved client locale detection
493- Improved date time display depending on the locale
494- Partial namespace support for Shaarli classes
22ff7414 495- Shaarli version is now only present in `shaarli_version.php`
f452d3c4 496- Human readable maximum file size upload
22ff7414 497
36dcf997 498
36dcf997
V
499### Removed
500- PHP < 5.5 compatibility
22ff7414 501- ReadItYourself plugin
a0df0651 502
00670b20 503### Fixed
36dcf997
V
504- Ignore generated release tarballs
505- Hide default port when behind a reverse proxy
506- Fix a typo in the Markdown plugin description
507- Fix the presence of empty tags for private tags and in search results
508- Fix a fatal error during the install
509- Fix permalink image alignment in daily page
510- Fix the delete button in `editlink`
94cddf7b
V
511- Fix redirection after link deletion
512- Do not access LinkDB links by ID before the Updater applies migrations
513- Remove extra spaces in the bookmarklet's name
89284d55
A
514- Piwik plugin: Piwik URL protocol can now be set (http or https)
515- All inline JS has been moved to dedicated JS files
22ff7414 516- Keep tags after login redirection
00670b20 517
94cddf7b
V
518### Security
519- Markdown plugin: escape HTML entities by default
90d4ed98 520
90d4ed98 521
47ddfc57
V
522## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
523### Changed
524- Build the Docker image from the local Git sources
525
526### Removed
527- Disable PHP 5.3 Travis build (unsupported)
528
529
530## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19
531### Changed
532- Run version check tests against the 'stable' branch
533
534
f452d3c4
V
535## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04
536**XSS vulnerability fixed. Please update.**
537
538## Security
8d9d4cc1
V
539- Fix an XSS (cross-site-scripting) vulnerability in `index.php` -
540 [CVE-2018-5249](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5249)
f452d3c4 541
94cddf7b
V
542## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
543### Security
544- Markdown plugin: escape HTML entities by default
545
546## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
547### Fixed
90d4ed98
A
548- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
549
fcb0d86b 550## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
fcb0d86b
A
551### Fixed
552
553- Editing a link created before the new ID system would change its permalink.
00670b20
A
554
555## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12
6c1be5bc 556
f452d3c4 557> Note: this version will create an automatic backup of your database if anything goes wrong.
6c1be5bc 558
ca0ed5ca 559### Added
c47d9723 560- Add CHANGELOG.md to track the whole project's history
ae04803b 561- Enable Composer cache for Travis builds
c47d9723
V
562- Save the last edition date for shaares and use it in Atom/RSS feeds
563- Plugins:
564 - Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks
565 - Allow defining init functions, e.g. for performing checks and error processing
b92287b6
A
566 - Add a Piwik plugin for analytics.
567 - Markdown: add warning notice regarding HTML rendering
568- Meta tag to *not* send the referrer to external resources.
c47d9723 569
ca0ed5ca 570### Changed
6c1be5bc
A
571- Link ID complete refactoring:
572 - Links now have a numeric ID instead of dates
573 - Short URLs are now created once and can't change over time (previous URL are kept)
f452d3c4 574- Templates:
6c1be5bc
A
575 - Changed placeholder behaviour for: `buttons_toolbar`, `fields_toolbar` and `action_plugin`
576 - Cleanup `{loop}` declarations in templates
577 - Tools: hide Firefox Social button when not in HTTPS
578 - Firefox Social: show Shaarli's title when shaaring using Firefox Social
ca0ed5ca
V
579- Release archives now have the same structure as GitHub-generated archives:
580 - archives contain a `Shaarli` directory, itself containing sources + dependencies
581 - the tarball is now gzipped
b92287b6
A
582- Plugins:
583 - Markdown: Parsedown library is now imported through Composer
7af9a418 584- Minor code cleanup: PHPDoc, spelling, unused variables, etc.
68579ad5 585- Docker: explicitly set the maximum file upload size to 10 MiB
c47d9723 586
ca0ed5ca 587### Fixed
c47d9723
V
588- Fix the server `<self>` value in Atom/RSS feeds
589- Plugins:
590 - Tools: only display parameter description when it exists
591 - archive.org: do not propose archival of private notes
f452d3c4 592 - Markdown:
b92287b6
A
593 - render links properly in code blocks
594 - bug regarding the `nomarkdown` tag
595 - W3C compliance
fbc28ff1 596- Use absolute URL for hashtags in RSS and ATOM feeds
68579ad5 597- Docker: specify the location of the favicon
6c1be5bc 598- ATOM feed: remove new line between content tag and data
c47d9723 599
ca0ed5ca 600### Security
c47d9723
V
601- Allow whitelisting trusted IPs, else continue banning clients upon login failure
602
603
5eb72478
V
604## [v0.8.0](https://github.com/shaarli/Shaarli/releases/tag/v0.8.0) - 2016-10-12
605Shaarli now uses [Composer](https://getcomposer.org/) to handle its dependencies.
17c9ac7c
V
606Please use our release archives, or follow the
607[installation documentation](https://github.com/shaarli/Shaarli/wiki/Download-and-Installation).
5eb72478
V
608
609### Added
610- Composer is required to resolve Shaarli's PHP dependencies
611- Shaarli now supports `#hashtags`
612- Firefox social share now uses selected text as a description
613- Plugin parameters can have a description in each plugin's `.meta` file
614
615### Changed
616- Configuration is now stored as a JSON file
617- Previous configuration format will be automatically updated (PHP -> JSON)
618- Shaarli now defaults to cURL to fetch shaare titles
619- URL cleanup: remove `PHPSESSID` parameter
620- `nomarkdown` tag is no longer private, and now affects visitors
621- Cleanup template indentation
622- Rewrite bookmark import using a generic Netscape parser
623
624### Removed
625- Shaarli no longer references Delicious in its description
626
627### Deprecated
628- Shaarli configuration is not held as PHP globals anymore
629
630### Fixed
631- Ignore case for tags in autocompletion and cloud tag
632- Avoid generating empty tags
633- Fix a Dockerfile syntax error
634
635### Security
636- Fixed a bug preventing to change password
637- XSRF token now generated each time a page is rendered
638
17c9ac7c 639
5b750090
V
640## [v0.7.1](https://github.com/shaarli/Shaarli/releases/tag/v0.7.1) - 2017-03-08
641### Security
642- Markdown plugin: escape HTML entities by default
643
5eb72478
V
644## [v0.7.0](https://github.com/shaarli/Shaarli/releases/tag/v0.7.0) - 2016-05-14
645### Added
646- Adds an option to encode redirector URL parameter
647- Atom/RSS feeds now support Markdown formatting, and plugins in general
648- Markdown: use the tag `.nomarkdown` to avoid markdown processing
649- Prefill the login field when the authentication has failed
650- Show a private links counter
651
652### Changed
653- Allow to use the bookmarklet in Firefox reader view (URL clean up)
654- Improve tagcloud font size
655- Improve title retrieving
656- Markdown: inline code background color
657- Refactor Netscape bookmark export
658- Refactor Atom/RSS feed generation
659
660### Removed
661- Remove delicious from Shaarli description
662
663### Fixed
664- Fix bad login redirections causing a 404 in a few cases
665- Fix tagcloud font-size with French locale
666- Don't display empty tags in tag search
667- Fix Awesomeplete conflicts with jQuery
668- Fix UTC timezone selection
669- Fix a bug preventing to import notes in browsers from bookmarks export
670- Don't redirect to ?post if ?addlink is reached while logged out
671
17c9ac7c 672
5eb72478
V
673## [v0.6.5](https://github.com/shaarli/Shaarli/releases/tag/v0.6.5) - 2016-03-02
674### Fixed
17c9ac7c
V
675- Fixes a regression generating an unnecessary warning (language in HTTP request)
676- Fixes a bug where going through multiple reverse proxy could generate malformed URL
677- Markdown: Fixes a bug where empty description blocks were displayed
678
5eb72478
V
679
680## [v0.6.4](https://github.com/shaarli/Shaarli/releases/tag/v0.6.4) - 2016-02-28
681### Added
682- Add an updater class to automate user data upgrades
683- Plugin admin page: adds a label for checkboxes and improve name display
684- Plugin Wallabag: API version can be specified in plugin admin page
685
686### Changed
687- Better tag cloud sorting, including special chars (`a > E > é > z`)
688- Autolocale now sets all locale categories, not just time
689- Use PHP's DateTime object instead of custom functions
690- Plugin hooks: process includes before header/footer
691- Markdown plugin: better styles for `<code>` and `<pre>` tags
692- Improve searching:
693 - search terms are now considered separated and won't only return exact results anymore
694 - exact search can be done with quotes `"this exact sentence"`
695 - search supports excluded terms starting a dash `-exclude`
696 - implement crossed search: terms + tags
697 - all of them combined across all shaare fields
698- New tag behaviour:
699 - tags starting with a dash will be renamed without it
700 - tags starting with a dot `.` will be hidden unless the user is logged in
701
702### Fixed
703- Fix Markdown plugin escape issues (code/quote blocks, etc.)
704- Link description aren't trimmed anymore to allow markdown format at the beginning of a shaare
705- Fixes plugin admin redirection page on error
706
707### Security
708- Fix a bug where non initialized variables were causing a warning
709- Fix a bug where saving a link after edit could cause a 404 error
710
17c9ac7c 711
5eb72478
V
712## [v0.6.3](https://github.com/shaarli/Shaarli/releases/tag/v0.6.3) - 2016-01-31
713### Added
714- Plugins administration page
715- Markdown plugin added for shaares description
716- Docker: Dockerfile is now in the main git repository and improved
717- Add a `.gitattributes` to ease repository management
718- Travis: include file permission checks
719
720### Changed
721- Auto retrieve of title know works with websites (HTTPS, follow redirections, etc.)
722- 404 page is now handled in a template
723- Date in log files updated to work with fail2ban
724- Wallabag: support of Wallabag v2 and minor fixes
725- Link search refactoring
726- Logging function refactoring
727
728### Fixed
729- Fix a bug where renaming a tag was causing a 404
730- Fix a bug allowing to search blank terms
f452d3c4 731- Fix a bug preventing to remove a tag with special chars when searching
5eb72478
V
732
733
734## [v0.6.2](https://github.com/shaarli/Shaarli/releases/tag/v0.6.2) - 2015-12-23
735### Changed
736- Plugins: new footer hook
737- Plugins: improve QR code
738- Cleanup templates
739
740### Fixed
741- Plugins: use the actual link URL to generate QR codes
742- Templates: missing/erroneous page titles
743- Templates: missing variables resulting in PHP errors
744
745### Security
746- Fix invalid file permissions (remove executable bit)
747
748
749## [v0.6.1](https://github.com/shaarli/Shaarli/releases/tag/v0.6.1) - 2015-12-01
750### Added
751- Add OpenSearch support
752- Add a Doxygen makefile target
753- Tools: add fine-grained file/directory permission checks (installation)
754
755### Changed
756- Tools: check the 'stable' branch for new versions (updates)
757- Cleanup: introduce an `ApplicationUtils` class
758
759### Removed
760 - Cleanup: remove `json_encode()` function (built-in since PHP 5.2)
761
762### Fixed
763 - Auto-complete more than one tag
764 - Bookmarklet: support titles containing quotes
765 - URL encode links when setting a redirector
766
17c9ac7c 767
5eb72478
V
768## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18
769### Added
770- Introduce a plugin system
771- Add a demo_plugin
772- Add plugins:
773 - addlink_toolbar
774 - archiveorg
775 - playvideos
776 - qrcode
777 - readityourself
778 - wallabag
779
780### Changed
781- Coding style
782
783### Fixed
784- Adding a new link now returns the correct anchor in the URL
785- Set default file permissions
786
787
788## [v0.5.4](https://github.com/shaarli/Shaarli/releases/tag/v0.5.4) - 2015-09-15
789### Added
790- HTTPS: support being served behing an SSL-enabled proxy
791
792### Changed
793- HTTP/Server utilities: refactor & add test coverage
794- Project & documentation:
795 - improve/rewrite `README.md`
796 - update contributor list
797 - update `index.php` header
798
799### Fixed
800- PHP session IDs: handle hash algorithms and bits per char representations
801
802
803## [v0.5.3](https://github.com/shaarli/Shaarli/releases/tag/v0.5.3) - 2015-09-02
804### Fixed
805- Fix a bug that could prevent user to login
806
17c9ac7c 807
5eb72478 808## [0.5.3](https://github.com/shaarli/Shaarli/releases/tag/0.5.3) - 2015-09-02
17c9ac7c 809This 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
810
811### Fixed
812- Allow uppercase letters in PHP sessionid format
813
17c9ac7c 814
5eb72478
V
815## [v0.5.2](https://github.com/shaarli/Shaarli/releases/tag/v0.5.2) - 2015-08-31
816### Added
817- Add PHP 7 to Travis platforms
818
819### Changed
820- Also extract HTTPS page metadata (title)
821
822### Fixed
823- Fix regression preventing to load LinkDB info when adding an existing link
824
825### Security
826- Fix Full Path Disclosure upon cookie forgery
827
17c9ac7c 828
5eb72478
V
829## [v0.5.1](https://github.com/shaarli/Shaarli/releases/tag/v0.5.1) - 2015-08-17
830### Added
831- Add a link to the shaarli/shaarli DockerHub repository
832
833### Changed
834- Update local documentation
835- Improve timezone detection at installation
836- Improve feed cache handling
837- Improve URL cleanup for new links
838
839### Fixed
840- Fix 404 after editing a link while being logged out
841
17c9ac7c 842
5eb72478
V
843## [v0.5.0](https://github.com/shaarli/Shaarli/releases/tag/v0.5.0) - 2015-07-31
844### Added
845- Add Firefox Social API
846- Start code refactoring:
847 - add unit test coverage
848 - add Travis integration
849
850### Changed
851- Search/Filter by tag fieds can now be accessed quickly with the `Tab` key
852- Update documentation
853- Remove duplicate tags in links
854- Remove annoying URL patterns
855- Start code refactoring:
856 - move all settings to `data/config.php`
857 - refactor Config, LinkDB, TimeZone, Utils
858
859### Fixed
860- Fix locale handling
861- Fix note URLs
862- Fix page redirections
863- Fix daily RSS browsing
864- Fix title display
865- Restore compatibility with PHP 5.3
866
867### Security
868- Fix links not being hidden when `HIDE_PUBLIC_LINKS` is set
869
17c9ac7c 870
5eb72478
V
871## [v0.0.45beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.45beta) - 2015-03-16
872### Fixed
873- Fix improperly displayed Unicode character
874- Fix incorrect font size for "Add link" input field
875
17c9ac7c 876
5eb72478
V
877## [v0.0.44beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.44beta) - 2015-03-15
878### Added
879- Add a Makefile to run static code checkers
880- Add local documentation (help link in page footer)
881- Use awesomplete library for autocompletion
882- Use bLazy.js library for images lazy loading
883- New 'Add Note' bookmarklet to immediatly open a note (text post) compose window
884
885### Changed
886- Theme improvements and cleanup (menu, search fields, icons, linklist...)
887- Allow 'javascript:' links sharing (bookmarklets)
888- Make update check optional
889- Redirect to homepage after adding a link via "Add Link" dialog
890- Remove more annoying URL parameters for shared links
891- Code cleanup
892
893### Removed
894- Remove jQuery
895
896### Security
897- Don't disclose version to visitors (shaarli-version.txt)
898
17c9ac7c 899
5eb72478
V
900## [v0.0.43beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.43beta) - 2015-02-20
901### Added
902- Title button link URL is now configurable
903- RainTPL's TMP and TPL directories path are now configurable
904- Displayed URLs for each link are now clickable links
905- Show links timestamps in Daily view
906
907### Changed
908- Automatically prepend "Note:" to title of self-posts (posts not pointing to an URL)
909- Make ATOM toolbar button optional (`SHOW_ATOM` configuration variable)
910- Optional archive.org links for each Shaarli link (`ARCHIVE_ORG` option)
911- Thumbnails: force HTTPS when possible
912- Improve tag cloud font scaling
913- Allow pointing RSS items to the permalink instead of the direct URL (`ENABLE_RSS_PERMALINKS` option)
914- Update JS libraries and add version numbers in filenames
915- Updates to README and footer
916
917### Fixed
918- Fix problems when running Shaarli behind a reverse proxy (invalid RSS feed URL)
919- Update check now checks against the community fork version
f1f1156d 920- Include `cache/`, `data/`, `pagecache/` and `tmp/` directories in the repository
5eb72478
V
921- Fix duplicate tag search returning no results
922- Fix unnecessary 404 error on "Add link" when the user is logged out
923- Fixes to copyright/licensing information and unlicensed media
924- Fixes for tag cloud invalid links
925- Coding style fixes/cleanup
926- Fix redirection after deleteing a link leading to a 404 error
927- Shaarli's HTML is now W3C-compliant
928- Search now works with Unicode characters
929
930### Security
931- Do not leak server's PHP version and Shaarli's full path on errors
932- Prevent Shaarli from sending a lot of duplicate cookies
31081154 933
17c9ac7c 934
31081154
V
935## [v0.0.42beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.42beta) - 2014-07-27
936### Added
937- Add QRCode Javascript library
938- Allow importing bookmarks with the same timestamp (hack)
939- Allow putting a description in the bookmarklet URL
940- Add `json_encode()` implementation for PHP<5.2
941- Highlight search results
942
943### Changed
944- Improve 'Stay signed in' behaviour
945- Improve `smallHash()`
946- Refactor QRCode generation
947- Update Javascript lazyloading
948- Update CSS
949
950### Removed
951- Remove jQuery from almost all pages
952
953### Fixed
954- Fix overlapping tags
955- Fix field foxus in the bookmarklet
956- Fix error message when `data/` is not writable
957- Fix HTML generation
958
959### Security
960- Fix XSS flaw
961
17c9ac7c 962
31081154
V
963## [v0.0.41beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.41beta) - 2013-03-08
964### Added
965- Add HTTPS to the allowed protocols
966- Add support for magnet links in link descriptions
967- Allow creating new links as private by default
968- Allow disabling jQuery
969- Check write permissions
970- Check session support before installation
971
972### Changed
973- Improve token security
974- RSS feed: allow inverting links/permalinks
975
976### Fixed
977- Fix display issues during installation
978- Fix popup redirection after login failure
979- Fix RSS formatting for Thunderbird
980- Fix thumbnail creation
981- Fix cache purge
982
983### Security
984- Fix login issue with WebKit browsers
985
17c9ac7c 986
31081154
V
987## [v0.0.40beta](https://github.com/shaarli/Shaarli/releases/tag/v0.0.40beta) - 2013-02-26
988Initial release on GitHub.
f1f1156d 989
17c9ac7c 990
f1f1156d
V
991## [v0.0.40beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-24
992### Added
993- Flickr thumbnail now also support albums, galleries and users
17c9ac7c
V
994- Add a configuration option to disable session cookie protection
995 Check this if your get disconnected often or your IP address changes often
f1f1156d
V
996
997### Removed
998- Removed the xml comment in cached RSS/ATOM feed
17c9ac7c 999 (although W3C-compliant, this may cause problems in some feed readers)
f1f1156d
V
1000
1001### Fixed
1002- A bug in the RSS cache would present old items as new in some cases
17c9ac7c
V
1003- A small bug (non-initialized variable) in page cache cleaning
1004- Proper "Nothing found" message when search returns no results
1005- No more 404 error when searching with empty input
1006- Flickr thumbnails are back (Flickr has made some changes to their domains)
f1f1156d
V
1007
1008## [v0.0.39beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-08-10
1009### Added
17c9ac7c
V
1010- A cache for RSS feed, ATOM feed and Daily RSS feed, because these URLs
1011 are massively hammered. Cache is automatically purged whenever the database
1012 is changed. This will reduce server load. I may add cache to other pages later.
f1f1156d
V
1013
1014### Changed
17c9ac7c
V
1015- No more global `$LINKSDB` (Yuk)
1016- Background color was removed when hovering a link
f1f1156d
V
1017
1018### Fixed
17c9ac7c
V
1019- Small bug corrected in config screen on timezones
1020- Calling a non-existing permalink now returns a crude 404 error instead of 200 (OK)
1021 This is done on purpose
1022- The `shaarli` session cookie now has a proper path
f1f1156d 1023 Thus you can now install several Shaarlis on the same server in different paths,
17c9ac7c
V
1024 and each will have its session
1025- Now when you delete a link, you go back the same page/search parameters you were on
1026- Restore previously removed `error_get_last()`, to ensure PHP 5.1 compatibility
f1f1156d 1027 (Yes, now it works on free.fr hosting)
17c9ac7c
V
1028- Added `dialog=1` in bookmarklet code for some browsers
1029
f1f1156d
V
1030
1031## [v0.0.38beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-06
1032### Added
17c9ac7c
V
1033- Automatic creation of the `tmp` directory with proper rights (for RainTPL)
1034- When you click the key to see only private links, it turns yellow
f1f1156d
V
1035
1036### Changed
f452d3c4 1037- The "Daily" page now automatically skips empty days.
f1f1156d
V
1038
1039### Fixed
17c9ac7c
V
1040- Corrected the tag encoding (there was a bug when selecting a second tag which contains accented characters)
1041
f1f1156d
V
1042
1043## [v0.0.37beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-02-01
1044### Added
17c9ac7c
V
1045- Basic CSS for mobiles, which makes Shaarli //much// more usable on mobile devices
1046- Picture wall no more instantly kills your browser. Now it uses
1047 [lazy image loading](http://www.appelsiini.net/projects/lazyload);
1048 the pictures are loaded only as you scroll the page.
1049 This will reduce browser memory usage (especially on mobile devices),
1050 as well as server load.
1051 If you have javascript disabled, the page will still work as before
1052 (all images loaded at once)
1053- RSS feed for the "Daily" page. 1 RSS entry per day, with all links of that day.
1054 RSS feed provides the last 7 days (only non-empty days are returned).
1055- In link list, added an icon to see only private links. Click to toggle (only private / all)
1056
f1f1156d
V
1057
1058## [v0.0.36beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
1059### Added
1060- Shaarli licence in COPYING
1061
1062### Changed
17c9ac7c 1063- Display adjustments in "Daily" page
f1f1156d
V
1064
1065### Fixed
17c9ac7c 1066- Improper text color in install form
f1f1156d
V
1067- Error in QRCode url (missing '?')
1068
17c9ac7c 1069
f1f1156d
V
1070## [v0.0.35beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
1071### Fixed
17c9ac7c
V
1072- Corrected a bug introduced in 0.0.34 which would improperly preprend data to URLs
1073
f1f1156d
V
1074
1075## [v0.0.34beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-25
1076### Added
17c9ac7c 1077- There is now a QR-Code of each permalink to easily open a link on your smartphone
f1f1156d 1078- Protocols `file:` and `apt:` are now also converted to clickable links (patch by Francis Chavanon)
17c9ac7c 1079- Thumbnail support for http://xkcd.com/ (patch by Emilien Klein)
f1f1156d 1080- Thumbnail support for http://pix.toile-libre.org/
17c9ac7c
V
1081- Well I had _some_ mercy for users with antique browsers (IE) which do not have
1082 support for gradients: I added a few `background-color`
1083- First version of the "Shaarli Daily", a page showing all links of a specific day.
1084 By default, you see the links of the previous day.
1085 There is still work to do on this page (error checking, better navigation (calendar?),
1086 RSS feed, CSS for mobile and printing...)
f1f1156d
V
1087
1088### Changed
17c9ac7c
V
1089- Upgraded bundled versions of jQuery (1.7.1) and jQuery UI (1.8.17)
1090- Upgraded bundled version of RainTPL (2.7)
1091- Changed HTTPS detection code
f1f1156d
V
1092
1093### Fixed
17c9ac7c
V
1094- In link edition, you can now click the word "Private" to check the box
1095- Clicking a tag would not work properly if the tag contained special characters (like +)
1096- Added proper jQuery licence (shame on me)
1097
f1f1156d
V
1098
1099## [v0.0.33beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2012-01-17
1100### Added
1101- Shaarli packaged to ease Linux distributions integration
17c9ac7c
V
1102 As a simple user, you do not need to cope with these versions
1103 Future releases of Shaarli will also be customized and published in these directories
f1f1156d
V
1104 Differences with the standard Shaarli version:
1105 - deb:
1106 - .tar.gz instead of .zip
1107 - COPYING licence file added
17c9ac7c 1108 - jQuery/jQuery-UI libraries removed to cope with Debian rules
f1f1156d
V
1109 This version links to the libs hosted at http://code.jquery.com
1110 - rpm:
17c9ac7c 1111 - sources located in a subdirectory with the same name as the zip file
f1f1156d
V
1112 - COPYING licence file added
1113 - WARNING: When downloading the .tar.gz, always use wget (and not your browser),
17c9ac7c 1114 otherwise the .tar.gz will be corrupted
f1f1156d
V
1115
1116### Fixed
17c9ac7c 1117- ATOM feed validates again
f1f1156d
V
1118
1119### Security
17c9ac7c
V
1120- XSS vulnerability patched (thanks to Stanislas D.!)
1121
f1f1156d
V
1122
1123## [v0.0.32beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-12-16
1124### Added
17c9ac7c
V
1125- Better check on URL parameters (patch by gege2061)
1126- Add `max-height` and `overflow:auto` attributes so that content can be scrolled if too large
f1f1156d
V
1127
1128### Changed
17c9ac7c
V
1129- HTML generation moved to RainTPL templates (in the `tpl/` directory)
1130- Better detection of HTTPS (patch by gege2061)
1131- In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061)
1132- Jerrywham CSS patch included
1133- Multiple spaces are now respected in description.
1134 Thus you can use Shaarli as a personal pastebin (for posting source code, for example).
f1f1156d
V
1135
1136### Removed
17c9ac7c 1137- Page time generation was removed
f1f1156d
V
1138
1139### Fixed
17c9ac7c
V
1140- Tab order changed in login screen
1141- Permalinks now work even if additional parameters have been added
1142 (e.g. `/?E8Yj2Q&utm_source=blablabla...`)
1143- user.css is included only if the file is present
1144 (This prevents a useless CSS include which makes a harmless but useless 404 error.)
1145
f1f1156d
V
1146
1147## [v0.0.31beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-29
1148### Added
1149- Support for TED Talks (ted.com/talks) thumbnails (patch by Emilien K.)
17c9ac7c
V
1150- 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
1151- Support for bookmark files without ADD_DATE attributes
1152- Logo is clickable
1153- `user.css` can be added to overload Shaarli base CSS.(patch by Jerrywham).
1154 Just put `user.css` in the same directory as shaarli.css.
1155 Example: `<code css>#pageheader { background: blue; }</code>`
1156 Please note that Shaarli CSS are not stable and may completely change on each version
f1f1156d
V
1157
1158### Changed
1159- Edit and Delete buttons in link list were replaced with icons. (patch by Jerrywham)
1160
1161### Fixed
1162- Better error handling in thumbnail generation (patch by Emilien K.)
17c9ac7c
V
1163- The top menu is no longer displayed in bookmarklet popup
1164- Bookmark which have the exact same date/time are now correctly imported.
1165 Most remaining import problems should be solved now
1166- Comment in Shaarli export moved to beginning of file to prevent clash with last link description
1167
f1f1156d
V
1168
1169## [v0.0.30beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
1170### Added
17c9ac7c 1171- Add a small `delete` button in link list (after the `edit` button)
f1f1156d
V
1172
1173### Fixed
17c9ac7c
V
1174- Moved the call to PubSubHub
1175
f1f1156d
V
1176
1177## [v0.0.29beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-18
1178### Fixed
17c9ac7c
V
1179- Corrected a bug introduced in v0.0.28beta
1180 (there was an error if you use the bookmarklet and you're not logged in)
1181
f1f1156d
V
1182
1183## [v0.0.28beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-11-17
1184### Added
17c9ac7c
V
1185- Thumbnail support for youtu.be URLs (YouTube short url service)
1186- PubSubHub protocol support (from http://aldarone.fr/les-flux-rss-shaarli-et-pubsubhubbub/).
1187 Warning: This was not tested. You need to set your hub url in
1188 `$GLOBALS['config']['PUBSUBHUB_URL']` and put the official client (`publisher.php`)
1189 in the same directory as Shaarli's `index.php`
1190- RSS and ATOM feeds now also contain tags (in `category` tags, as per their
1191 respective specifications)
f1f1156d
V
1192
1193### Changed
1194- New Shaarli theme and logo by Idle (http://www.idleman.fr/blog/?p=469)
17c9ac7c
V
1195- In picture wall, pictures point to Shaarli permalink instead of final URL.
1196 This way, users can read the description.
1197- In RSS/ATOM feeds, guid and link URL of permalinks are now proper absolute URLs
1198- In RSS/ATOM feeds, URLs are now clickable
1199- Rename `http_parse_headers()` to `http_parse_headers_shaarli()` to prevent
1200 name collision with some PHP extensions
f1f1156d
V
1201
1202### Fixed
17c9ac7c
V
1203- Thumbnails removed for imgur.com/a/ URLs (Thumbnails are not available for albums on imgur)
1204- Shaarli now correctly only tries to get thumbnails for vimeo video URLs
1205- Fix a bug in imgur.com URLs handling that would cause some thumbnails not to appear
1206- The search engine would not return a result if the word to search was the first in description
1207- Extracted title is now correct if the page has two `title` html tags
f1f1156d 1208
f1f1156d
V
1209
1210## [v0.0.27beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-18
1211### Added
17c9ac7c
V
1212- Add a picture wall, which can be filtered too: it will use the same filters
1213 (tags,text search) as current page when clicked.
1214
f1f1156d
V
1215
1216## [v0.0.26beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-17
1217### Changed
17c9ac7c 1218- Made permalink more visible (smallHash)
f1f1156d
V
1219
1220### Fixed
17c9ac7c
V
1221- Removed extras space in description when URLs are converted to clickable links
1222- Thumbnail for subreddit imgur urls (/r/...) were corrected (thanks to Accent Grave)
1223
f1f1156d
V
1224
1225## [v0.0.25beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-10-13
1226### Added
1227- Better CSS for printing (thanks to jerrywham suggestion)
17c9ac7c
V
1228- Allow using a redirector or anonymizing proxy for links
1229 (such as `http://anonym.to/?` to mask you `HTTP_REFERER`).
1230 Just go to `Tools > Configure > Redirector`
1231 (thanks to Accent Grave for the suggestion).
1232- The `ENABLE_LOCALCACHE` option can be set to `false` for those who have
1233 a limited quota on their host.
1234 This will disable the local thumbnail cache.
1235 Services which require the use of the cache will have no thumbnails
1236 (vimeo, flickr, direct link to image).
1237 Other services will still have a thumbnail (youtube,imgur.com,dailymotion,imageshack.us)
1238
1239### Changed
1240- Now thumbnails generated by Shaarli are croped to a height of 120 pixels
1241- YouTube thumbnails now use `default.jpg` instead of `2.jpg` (This is usually more pertinent)
1242- Configuration options (such as `HIDE_TIMESTAMPS`, `ENABLE_THUMBNAILS`, etc.)
1243 can now be put in a an external file so that you do not have to tweak them again
1244 when you upgrade Shaarli.
1245 Just add the file `data/options.php`.
1246- If a single link is displayed, the page title contains the title of the link
1247- Shaarli page title is clickable (and has the same link as "Home")
f1f1156d
V
1248- A few CSS tweaks (thanks to maethor for suggestion)
1249
1250### Fixed
17c9ac7c
V
1251- Shaarli now supports newlines in titles (thanks to dixy)
1252- The link to the RSS feed in page header was not correct
1253
f1f1156d
V
1254
1255## [v0.0.24beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1256### Added
17c9ac7c
V
1257- Allow posting an entry without a link. (You can use Shaarli as a kind of "personal twitter")
1258- Each Shaarli entry now has a short link (just click on the date of a link).
1259 Now you can send a link that points to a single entry in your Shaarli
1260- In descriptions, URLs are now clickable
1261- Thumbnails will be generated for all link pointing to .jpg/png/gif
1262 (as long as the images are less than 4 Mb and take less than 30 seconds to download)
f1f1156d
V
1263
1264### Fixed
17c9ac7c
V
1265- Now thumbnails also work for imgur gallery links (/gallery/...)
1266 (Thanks to Accent Grave for the correction)
1267- Removed useless debugging information in log
f1f1156d
V
1268- The filter in RSS/ATOM feed now works again properly (it was broken in 0.0.17beta)
1269
17c9ac7c 1270
f1f1156d
V
1271## [v0.0.23beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1272### Added
1273- Added thumbnail support for imageshack.us
1274
1275### Changed
17c9ac7c
V
1276- Now you can clic the sentence "Stay signed in" to tick the checkbox (patch by Emilien)
1277- In tag editing, comma (,) are now automatically converted to spaces
1278- In tag editing, autocomplete no longuer suggests a tag you have already entered in the same line
1279
f1f1156d
V
1280
1281## [v0.0.22beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1282### Added
17c9ac7c
V
1283- Support for thumbnails for flickr.com
1284- Allow staying signed in:
1285 Your session will be kept open even if you close the browser.
1286 This is available through a checkbox in the login screen.
f1f1156d
V
1287
1288### Changed
17c9ac7c
V
1289- Some hosts (flickr, vimeo) are slow as hell for the thumbnails,
1290 or require an extra HTTP request.
1291 For these hosts the thumbnail generation has been deported outside the generation
1292 of the page to keep Shaarli snappy.
1293 For these slow services, the thumbnails are also cached.
f1f1156d
V
1294
1295### Fixed
17c9ac7c
V
1296- Title was not properly passed if you had to login when using the bookmarklet (patch by shenshei)
1297
f1f1156d
V
1298
1299## [v0.0.21beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1300### Added
17c9ac7c
V
1301- Thumbnails for some services
1302 Currently supports: YouTube.com, dailymotion.com, vimeo.com (slow!) and imgur.com.
1303 Thumbnails are enabled by default, but you can turn them off
1304 (set `define('ENABLE_THUMBNAILS',true);` to `false`).
f1f1156d
V
1305
1306### Changed
17c9ac7c
V
1307- Removed the focus on the searchbox (this is cumbersome when you want to browse pages
1308 and scroll with the keyboard)
1309
f1f1156d
V
1310
1311## [v0.0.20beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1312### Fixed
17c9ac7c
V
1313- RSS feed is now served as `application/rss+xml` instead of `application/xhtml+xml`
1314 (which was causing problem in //RSS Lounge//)
f1f1156d
V
1315- ATOM feed is now served as `application/atom+xml` instead of `application/xhtml+xml`
1316
17c9ac7c 1317
f1f1156d
V
1318## [v0.0.19beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1319### Added
17c9ac7c 1320- ATOM feed
f1f1156d
V
1321
1322### Fixed
17c9ac7c
V
1323- Patch by Emilien to remove the update notification after the update
1324
f1f1156d
V
1325
1326## [v0.0.18beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1327### Added
17c9ac7c
V
1328- You can now configure the title of your page
1329- New screen to configure title and timezone
f1f1156d
V
1330
1331### Changed
17c9ac7c 1332- Nicer timezone selection patch by killruana
f1f1156d
V
1333
1334### Fixed
f452d3c4 1335- New lines now appear correctly in the RSS feed descriptions.
f1f1156d 1336
17c9ac7c 1337
f1f1156d
V
1338## [v0.0.17beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1339### Added
17c9ac7c
V
1340- Change password screen added (based on a patch by killruana)
1341- Autocomplete in the tag search form
1342- You can rename or delete a tag in all links
1343 (very handy if you misspelled a tag or want to merge tags)
1344- When you click the RSS feed, the feed will be filtered with the same filters
1345 as the page you were viewing
f1f1156d
V
1346
1347### Changed
17c9ac7c
V
1348- CSS adjustments by jerrywham
1349- Minor corrections
1350
f1f1156d
V
1351
1352## [v0.0.16beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1353### Added
17c9ac7c
V
1354- Upgrade notification:
1355 If a new version of Shaarli is available, you will be notified by a discreet
1356 message in top-right corner.
1357 This message will only be visible if you are logged in, and the check will be
1358 performed at most once a day.
1359- Preliminary tag cloud (ugly for the moment, I need to find something better)
f1f1156d
V
1360
1361### Changed
17c9ac7c
V
1362- Replaced `preg_match()` with `version_compare()` to check PHP version
1363- Includes a patch by Emilien K. to mask dates if user is not logged in.
1364 The option can be activated by changing `define('HIDE_TIMESTAMPS',false);` to `true`
1365
f1f1156d
V
1366
1367## [v0.0.15beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1368### Added
17c9ac7c
V
1369- New in import: Option to overwrite existing links when importing
1370- On free.fr, automatic creation of the `/sessions` directory
f1f1156d
V
1371
1372### Changed
17c9ac7c
V
1373- CSS Stylesheet is now an external file (shaarli.css).
1374 This reduces page size and eases customization.
f1f1156d
V
1375
1376### Removed
1377- Removed some parameters in URL added by some feed proxies (`#xtor=RSS-...`)
1378
1379### Fixed
17c9ac7c
V
1380- Bug corrected: Prevented loop on login screen upon successful login after a failed login
1381- Bug corrected in import: HTML entities were not properly decoded.
1382 If you imported your Delicious/Diigo bookmarks, your should import them again
1383 and use the 'overwrite' option of the import feature.
1384
f1f1156d
V
1385
1386## [v0.0.14beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1387### Added
17c9ac7c 1388- You no longer need to disable `magic_quotes` on your host.
f452d3c4 1389 Shaarli will cope with this option beeing activated.
17c9ac7c 1390
f1f1156d
V
1391
1392## [v0.0.13beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1393### Added
17c9ac7c
V
1394- Import: New option to import html bookmark file as private links
1395- Import: Importing a bookmark file will not overwrite existing links anymore
1396- Export: New options to export only public or private links
f1f1156d
V
1397
1398### Changed
17c9ac7c
V
1399- In tag autocomplete, tags are presented in use order
1400 (most used tags first, instead of alphabetical order)
f1f1156d
V
1401- RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url:
1402 - `&searchtags=minecraft+video` for tag filtering
17c9ac7c
V
1403 - `&searchterm=portal` for fulltext search to the feed url
1404
f1f1156d
V
1405
1406## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1407### Added
17c9ac7c
V
1408- Add a check that the config file was properly created
1409 (in case Shaarli does not have the write rights in its folder)
1410- Open Shaarli: there is an option to open your Shaarli to anyone.
1411 Anybody will be able to add/edit/delete links without having to login.
1412 In code, change `define('OPEN_SHAARLI',false);` to `true`.
1413 Note: No anti-spam for the moment. You are warned!
1414- Autocomplete for tags
1415
f1f1156d
V
1416
1417## [v0.0.11beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1418### Added
c47d9723 1419- Add a check and a warning for some hosts which still have `magic_quotes` activated
17c9ac7c 1420
f1f1156d
V
1421
1422## [v0.0.10beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1423### Added
17c9ac7c
V
1424- Get rid of `&quot;` in titles
1425
f1f1156d
V
1426
1427## [v0.0.9beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1428### Added
17c9ac7c 1429- Now works on hosts `free.fr` and `1and1`
f1f1156d 1430- Now works with PHP 5.1
17c9ac7c 1431- PHP version is now checked and an error message is displayed if version is not correct
f1f1156d
V
1432
1433### Fixed
1434- No more error messages if the browser does not send `HTTP_REFERER`
17c9ac7c
V
1435- No more error messages if the host has disabled http protocol in PHP config (eg. 1and1)
1436
f1f1156d
V
1437
1438## [v0.0.8beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)
1439### Changed
17c9ac7c
V
1440- In RSS feed, GUID content replaced with the URL of the link, because some
1441 stupid RSS reader (like Google Reader) use `<guid>` as a link instead of using `<link>`
1442
f1f1156d
V
1443
1444## [v0.0.7beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) - 2011-09-16
1445First public release by Sebsauvage, see original article:
1446[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)