diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1f0d8a..865e0370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,41 @@ All notable changes to this project will be documented in this file. | |||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | 4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | 5 | and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | 6 | ||
7 | |||
8 | ## [v0.10.4](https://github.com/shaarli/Shaarli/releases/tag/v0.10.4) - 2019-04-16 | ||
9 | ### Fixed | ||
10 | - Fix thumbnails disabling if PHP GD is not installed | ||
11 | - Fix a warning if links sticky status isn't set | ||
12 | |||
13 | ## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23 | ||
14 | ### Added | ||
15 | - Add OpenGraph metadata tags on permalink page | ||
16 | - Add CORS headers to REST API reponses | ||
17 | - Add a button to toggle checkboxes of displayed links | ||
18 | - Add an icon to the link list when the Isso plugin is enabled | ||
19 | - Add noindex, nofollow to documentation pages | ||
20 | - Document usage of robots.txt | ||
21 | - Add a button to set links as sticky | ||
22 | |||
23 | ### Changed | ||
24 | - Update French translation | ||
25 | - Refactor the documentation homepage | ||
26 | - Bump netscape-bookmark-parser | ||
27 | - Update session_start condition | ||
28 | - Improve accessibility | ||
29 | - Cleanup and refactor lint tooling | ||
30 | |||
31 | ### Fixed | ||
32 | - Fix input size for dropdown search form | ||
33 | - Fix history for bulk link deletion | ||
34 | - Fix thumbnail requests | ||
35 | - Fix hashtag rendering when markdown escaping is enabled | ||
36 | - Fix AJAX tag deletion | ||
37 | - Fix lint errors and improve PSR-1 and PSR-2 compliance | ||
38 | |||
39 | ### Removed | ||
40 | - Remove Firefox Share documentation | ||
41 | |||
7 | ## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11 | 42 | ## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11 |
8 | 43 | ||
9 | ### Fixed | 44 | ### Fixed |
@@ -12,7 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
12 | 47 | ||
13 | ## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11 | 48 | ## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11 |
14 | 49 | ||
15 | ### Changed | 50 | ### Changed |
16 | 51 | ||
17 | - Accessibility: | 52 | - Accessibility: |
18 | - Remove alt text on the logo | 53 | - Remove alt text on the logo |
@@ -46,7 +81,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
46 | - Use Travis matrix and stages to run Javascript tests in a dedicated environment | 81 | - Use Travis matrix and stages to run Javascript tests in a dedicated environment |
47 | - Add tag endpoint in the REST API | 82 | - Add tag endpoint in the REST API |
48 | - Build the documentation in Travis builds | 83 | - Build the documentation in Travis builds |
49 | - Provide a Docker Compose example | 84 | - Provide a Docker Compose example |
50 | 85 | ||
51 | ### Changed | 86 | ### Changed |
52 | - Use web-thumbnailer to retrieve thumbnails (see #687) | 87 | - Use web-thumbnailer to retrieve thumbnails (see #687) |