diff options
author | VirtualTam <virtualtam@flibidi.net> | 2019-02-23 16:46:02 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2019-02-23 16:46:02 +0100 |
commit | af22c1ae3adb7a0705814bb7c4d75c9e2aa26a0e (patch) | |
tree | e461ef309a15e9b9da6058892350c4275558d783 /CHANGELOG.md | |
parent | 1a3da5a5011fc79c2bf15a8d1f6c7dd9f87db715 (diff) | |
parent | 1c03b65e2ea722b39e54b22c46014f35e34b575b (diff) | |
download | Shaarli-af22c1ae3adb7a0705814bb7c4d75c9e2aa26a0e.tar.gz Shaarli-af22c1ae3adb7a0705814bb7c4d75c9e2aa26a0e.tar.zst Shaarli-af22c1ae3adb7a0705814bb7c4d75c9e2aa26a0e.zip |
Merge tag 'v0.10.3' into latest
Release v0.10.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2464a3..c4f77fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,36 @@ 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.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23 | ||
9 | ### Added | ||
10 | - Add OpenGraph metadata tags on permalink page | ||
11 | - Add CORS headers to REST API reponses | ||
12 | - Add a button to toggle checkboxes of displayed links | ||
13 | - Add an icon to the link list when the Isso plugin is enabled | ||
14 | - Add noindex, nofollow to documentation pages | ||
15 | - Document usage of robots.txt | ||
16 | - Add a button to set links as sticky | ||
17 | |||
18 | ### Changed | ||
19 | - Update French translation | ||
20 | - Refactor the documentation homepage | ||
21 | - Bump netscape-bookmark-parser | ||
22 | - Update session_start condition | ||
23 | - Improve accessibility | ||
24 | - Cleanup and refactor lint tooling | ||
25 | |||
26 | ### Fixed | ||
27 | - Fix input size for dropdown search form | ||
28 | - Fix history for bulk link deletion | ||
29 | - Fix thumbnail requests | ||
30 | - Fix hashtag rendering when markdown escaping is enabled | ||
31 | - Fix AJAX tag deletion | ||
32 | - Fix lint errors and improve PSR-1 and PSR-2 compliance | ||
33 | |||
34 | ### Removed | ||
35 | - Remove Firefox Share documentation | ||
36 | |||
7 | ## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11 | 37 | ## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11 |
8 | 38 | ||
9 | ### Fixed | 39 | ### Fixed |
@@ -12,7 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
12 | 42 | ||
13 | ## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11 | 43 | ## [v0.10.1](https://github.com/shaarli/Shaarli/releases/tag/v0.10.1) - 2018-08-11 |
14 | 44 | ||
15 | ### Changed | 45 | ### Changed |
16 | 46 | ||
17 | - Accessibility: | 47 | - Accessibility: |
18 | - Remove alt text on the logo | 48 | - Remove alt text on the logo |
@@ -46,7 +76,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 | 76 | - Use Travis matrix and stages to run Javascript tests in a dedicated environment |
47 | - Add tag endpoint in the REST API | 77 | - Add tag endpoint in the REST API |
48 | - Build the documentation in Travis builds | 78 | - Build the documentation in Travis builds |
49 | - Provide a Docker Compose example | 79 | - Provide a Docker Compose example |
50 | 80 | ||
51 | ### Changed | 81 | ### Changed |
52 | - Use web-thumbnailer to retrieve thumbnails (see #687) | 82 | - Use web-thumbnailer to retrieve thumbnails (see #687) |