aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2019-02-23 16:48:10 +0100
committerVirtualTam <virtualtam@flibidi.net>2019-02-24 15:44:12 +0100
commit86dcb9048f8b044afd87a95121dc5d3685d28b6a (patch)
treef5f5b6b637555ee0891ea0df7e2cade3d4042b7f /CHANGELOG.md
parent3dc80d69abc481394862f2a3aeeee9c59f7dba37 (diff)
downloadShaarli-86dcb9048f8b044afd87a95121dc5d3685d28b6a.tar.gz
Shaarli-86dcb9048f8b044afd87a95121dc5d3685d28b6a.tar.zst
Shaarli-86dcb9048f8b044afd87a95121dc5d3685d28b6a.zip
Update badges, changelog and documentation for v0.10.3
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md34
1 files changed, 32 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa1f0d8a..ada0f109 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,36 @@ 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
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)