aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md73
1 files changed, 65 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b2ee62e..e4991c4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,65 @@ All notable changes to this project will be documented in this file.
4The format is based on [Keep a Changelog](http://keepachangelog.com/) 4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/). 5and this project adheres to [Semantic Versioning](http://semver.org/).
6 6
7## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16 7## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03
8
9Release to fix broken Docker build on the latest version.
10
11### Fixed
12- Fixed Docker build
13- Fixed a few documentation broken links
14- Fixed broken label in configuration page
15
16### Added
17- More accessibility improvements
18
19## [v0.11.0](https://github.com/shaarli/Shaarli/releases/tag/v0.11.0) - 2019-07-27
20
21**Shaarli no longer officially support PHP 5.6 and PHP 7.0 as they've reached end of life.**
22
23**Shaarli classes now use namespace, third party plugins need to update.**
8 24
25### Added
26- Add optional PHP extension to composer suggestions.
27- composer: enforce PHP security advisories
28- phpDocumentor configuration and make target
29- Run unit tests against PHP 7.3
30- Bunch of accessibility improvements to the default template, thanks to @llune
31- Bulk actions: set visibility
32- Display sticky label in linklist
33- Add print CSS rules to the default template
34- New setting to automatically retrieve description for new bookmarks
35- Plugin to override default template colors
36
37### Changed
38- Shaarli now uses namespaces for its classes.
39- Rewrite IP ban management
40- Default template: slightly lighten visited link color
41- Hide select all button on mobile view
42- Switch from FontAwesome v4.x to ForkAwesome
43- Daily - display the current day instead of the previous one
44
45### Fixed
46- Do not check the IP address with session protection disabled
47- API: update test regexes to comply with PCRE2
48- Optimize and cleanup imports
49- ensure HTML tags are stripped from OpenGraph description
50- Documentation invalid links
51- Thumbnails disabling if PHP GD is not installed
52- Warning if links sticky status isn't set
53- Fix button overlapping on mobile in linklist
54- Do not try to retrieve thumbnails for internal link
55- Update node-sass to fix a vulnerability in node tar dependency
56- armhf Dockerfile
57- Default template: Responsive issue with delete button fix
58- Persist sticky status on bookmark update
59
60### Removed
61- Doxygen configuration
62- redirector setting
63- QRCode link to an external service
64
65## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16
9### Fixed 66### Fixed
10- Fix thumbnails disabling if PHP GD is not installed 67- Fix thumbnails disabling if PHP GD is not installed
11- Fix a warning if links sticky status isn't set 68- Fix a warning if links sticky status isn't set
@@ -282,7 +339,7 @@ configuration to enable URL rewriting, see:
282 - `/api/v1/info`: get general information on the Shaarli instance 339 - `/api/v1/info`: get general information on the Shaarli instance
283 - `/api/v1/links`: get a list of shaared links 340 - `/api/v1/links`: get a list of shaared links
284 - `/api/v1/history`: get a list of latest actions 341 - `/api/v1/history`: get a list of latest actions
285Theming: 342 Theming:
286 - Introduce a new theme 343 - Introduce a new theme
287 - Allow selecting themes/templates from the configuration page 344 - Allow selecting themes/templates from the configuration page
288 - New/Edit link form can be submitted using CTRL+Enter in the textarea 345 - New/Edit link form can be submitted using CTRL+Enter in the textarea
@@ -580,12 +637,12 @@ Please use our release archives, or follow the
580- Cleanup: introduce an `ApplicationUtils` class 637- Cleanup: introduce an `ApplicationUtils` class
581 638
582### Removed 639### Removed
583 - Cleanup: remove `json_encode()` function (built-in since PHP 5.2) 640- Cleanup: remove `json_encode()` function (built-in since PHP 5.2)
584 641
585### Fixed 642### Fixed
586 - Auto-complete more than one tag 643- Auto-complete more than one tag
587 - Bookmarklet: support titles containing quotes 644- Bookmarklet: support titles containing quotes
588 - URL encode links when setting a redirector 645- URL encode links when setting a redirector
589 646
590 647
591## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18 648## [v0.6.0](https://github.com/shaarli/Shaarli/releases/tag/v0.6.0) - 2015-11-18
@@ -1222,8 +1279,8 @@ Initial release on GitHub.
1222- In tag autocomplete, tags are presented in use order 1279- In tag autocomplete, tags are presented in use order
1223 (most used tags first, instead of alphabetical order) 1280 (most used tags first, instead of alphabetical order)
1224- RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url: 1281- RSS Feed can now be filtered by tags or fulltext search. Just add to the feed url:
1225 - `&searchtags=minecraft+video` for tag filtering 1282 - `&searchtags=minecraft+video` for tag filtering
1226 - `&searchterm=portal` for fulltext search to the feed url 1283 - `&searchterm=portal` for fulltext search to the feed url
1227 1284
1228 1285
1229## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history) 1286## [v0.0.12beta](http://sebsauvage.net/wiki/doku.php?id=php:shaarli:history)