diff options
-rw-r--r-- | CHANGELOG.md | 34 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | doc/md/Download-and-Installation.md | 6 |
3 files changed, 37 insertions, 7 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. | |||
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) |
@@ -9,10 +9,10 @@ _It is designed to be personal (single-user), fast and handy._ | |||
9 | [![](https://img.shields.io/badge/stable-v0.9.7-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) | 9 | [![](https://img.shields.io/badge/stable-v0.9.7-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) |
10 | [![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli) | 10 | [![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli) |
11 | • | 11 | • |
12 | [![](https://img.shields.io/badge/latest-v0.10.2-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) | 12 | [![](https://img.shields.io/badge/latest-v0.10.3-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) |
13 | [![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli) | 13 | [![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli) |
14 | • | 14 | • |
15 | [![](https://img.shields.io/badge/master-v0.10.x-blue.svg)](https://github.com/shaarli/Shaarli) | 15 | [![](https://img.shields.io/badge/master-v0.11.x-blue.svg)](https://github.com/shaarli/Shaarli) |
16 | [![](https://img.shields.io/travis/shaarli/Shaarli.svg?label=master)](https://travis-ci.org/shaarli/Shaarli) | 16 | [![](https://img.shields.io/travis/shaarli/Shaarli.svg?label=master)](https://travis-ci.org/shaarli/Shaarli) |
17 | 17 | ||
18 | [![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli) | 18 | [![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli) |
diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index 14649e06..1c4ad947 100644 --- a/doc/md/Download-and-Installation.md +++ b/doc/md/Download-and-Installation.md | |||
@@ -24,11 +24,11 @@ Using one of the following methods: | |||
24 | 24 | ||
25 | In most cases, you should download the latest Shaarli release from the [releases](https://github.com/shaarli/Shaarli/releases) page. Download our **shaarli-full** archive to include dependencies. | 25 | In most cases, you should download the latest Shaarli release from the [releases](https://github.com/shaarli/Shaarli/releases) page. Download our **shaarli-full** archive to include dependencies. |
26 | 26 | ||
27 | The current latest released version is `v0.9.7` | 27 | The current latest released version is `v0.10.3` |
28 | 28 | ||
29 | ```bash | 29 | ```bash |
30 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.7/shaarli-v0.9.7-full.zip | 30 | $ wget https://github.com/shaarli/Shaarli/releases/download/v0.10.3/shaarli-v0.10.3-full.zip |
31 | $ unzip shaarli-v0.9.7-full.zip | 31 | $ unzip shaarli-v0.10.3-full.zip |
32 | $ mv Shaarli /path/to/shaarli/ | 32 | $ mv Shaarli /path/to/shaarli/ |
33 | ``` | 33 | ``` |
34 | 34 | ||