Update badges, changelog and documentation for v0.10.3
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
parent
3dc80d69ab
commit
86dcb9048f
3 changed files with 37 additions and 7 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -4,6 +4,36 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.10.3](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3) - 2019-02-23
|
||||||
|
### Added
|
||||||
|
- Add OpenGraph metadata tags on permalink page
|
||||||
|
- Add CORS headers to REST API reponses
|
||||||
|
- Add a button to toggle checkboxes of displayed links
|
||||||
|
- Add an icon to the link list when the Isso plugin is enabled
|
||||||
|
- Add noindex, nofollow to documentation pages
|
||||||
|
- Document usage of robots.txt
|
||||||
|
- Add a button to set links as sticky
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update French translation
|
||||||
|
- Refactor the documentation homepage
|
||||||
|
- Bump netscape-bookmark-parser
|
||||||
|
- Update session_start condition
|
||||||
|
- Improve accessibility
|
||||||
|
- Cleanup and refactor lint tooling
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix input size for dropdown search form
|
||||||
|
- Fix history for bulk link deletion
|
||||||
|
- Fix thumbnail requests
|
||||||
|
- Fix hashtag rendering when markdown escaping is enabled
|
||||||
|
- Fix AJAX tag deletion
|
||||||
|
- Fix lint errors and improve PSR-1 and PSR-2 compliance
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Remove Firefox Share documentation
|
||||||
|
|
||||||
## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11
|
## [v0.10.2](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2) - 2018-08-11
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -9,10 +9,10 @@ _It is designed to be personal (single-user), fast and handy._
|
||||||
[![](https://img.shields.io/badge/stable-v0.9.7-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7)
|
[![](https://img.shields.io/badge/stable-v0.9.7-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7)
|
||||||
[![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli)
|
[![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli)
|
||||||
•
|
•
|
||||||
[![](https://img.shields.io/badge/latest-v0.10.2-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.10.2)
|
[![](https://img.shields.io/badge/latest-v0.10.3-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.10.3)
|
||||||
[![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli)
|
[![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli)
|
||||||
•
|
•
|
||||||
[![](https://img.shields.io/badge/master-v0.10.x-blue.svg)](https://github.com/shaarli/Shaarli)
|
[![](https://img.shields.io/badge/master-v0.11.x-blue.svg)](https://github.com/shaarli/Shaarli)
|
||||||
[![](https://img.shields.io/travis/shaarli/Shaarli.svg?label=master)](https://travis-ci.org/shaarli/Shaarli)
|
[![](https://img.shields.io/travis/shaarli/Shaarli.svg?label=master)](https://travis-ci.org/shaarli/Shaarli)
|
||||||
|
|
||||||
[![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli)
|
[![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli)
|
||||||
|
|
|
@ -24,11 +24,11 @@ Using one of the following methods:
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
The current latest released version is `v0.9.7`
|
The current latest released version is `v0.10.3`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ wget https://github.com/shaarli/Shaarli/releases/download/v0.9.7/shaarli-v0.9.7-full.zip
|
$ wget https://github.com/shaarli/Shaarli/releases/download/v0.10.3/shaarli-v0.10.3-full.zip
|
||||||
$ unzip shaarli-v0.9.7-full.zip
|
$ unzip shaarli-v0.10.3-full.zip
|
||||||
$ mv Shaarli /path/to/shaarli/
|
$ mv Shaarli /path/to/shaarli/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue