diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bf48ae38..8796a1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -2,6 +2,21 @@ | |||
2 | 2 | ||
3 | All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | 3 | All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). |
4 | 4 | ||
5 | ## [2.1.1] - 2016-10-04 | ||
6 | |||
7 | ### Changed | ||
8 | |||
9 | - [#2340](https://github.com/wallabag/wallabag/pull/2340) Updated german translation (Strubbl) | ||
10 | - [#2341](https://github.com/wallabag/wallabag/pull/2341) Updated polish translation (Mateusz Rumiński) | ||
11 | - [#2354](https://github.com/wallabag/wallabag/pull/2354) Add php-bcmath extension to requirements (Godinez Pablo) | ||
12 | |||
13 | ### Fixed | ||
14 | |||
15 | - [#2338](https://github.com/wallabag/wallabag/pull/2338) Fixed 2.1 installation (Jeremy Benoist) | ||
16 | - [#2345](https://github.com/wallabag/wallabag/issues/2345) Fixed 2.0.x update (Jeremy Benoist) | ||
17 | - [#2353](https://github.com/wallabag/wallabag/pull/2353) Fixed assets problem (Thomas Citharel) | ||
18 | - [#2359](https://github.com/wallabag/wallabag/pull/2359) Create config even if user is disabled (Jeremy Benoist) | ||
19 | |||
5 | ## [2.1.0] - 2016-10-03 | 20 | ## [2.1.0] - 2016-10-03 |
6 | 21 | ||
7 | ### Added | 22 | ### Added |
@@ -34,7 +49,7 @@ All notable changes to this project will be documented in this file. This projec | |||
34 | - [#2257](https://github.com/wallabag/wallabag/pull/2257) Use created date for imported content (Jeremy Benoist) | 49 | - [#2257](https://github.com/wallabag/wallabag/pull/2257) Use created date for imported content (Jeremy Benoist) |
35 | - [#2326](https://github.com/wallabag/wallabag/pull/2326) Quickstart layout (Nicolas Lœuillet) | 50 | - [#2326](https://github.com/wallabag/wallabag/pull/2326) Quickstart layout (Nicolas Lœuillet) |
36 | 51 | ||
37 | ### Fixed | 52 | ### Fixed |
38 | 53 | ||
39 | - [#2328](https://github.com/wallabag/wallabag/pull/2328) Fixed duplicate URL with accents (Jeremy Benoist) | 54 | - [#2328](https://github.com/wallabag/wallabag/pull/2328) Fixed duplicate URL with accents (Jeremy Benoist) |
40 | - [#2319](https://github.com/wallabag/wallabag/pull/2319) Fixed `gd` extension missing in Dockerfile (Pascal Martin) | 55 | - [#2319](https://github.com/wallabag/wallabag/pull/2319) Fixed `gd` extension missing in Dockerfile (Pascal Martin) |
@@ -67,7 +82,7 @@ All notable changes to this project will be documented in this file. This projec | |||
67 | - [graby](https://github.com/j0k3r/graby/releases/tag/1.4.3) Update Graby version, which now handles ZIP files (Jeremy Benoist) | 82 | - [graby](https://github.com/j0k3r/graby/releases/tag/1.4.3) Update Graby version, which now handles ZIP files (Jeremy Benoist) |
68 | - [#2230](https://github.com/wallabag/wallabag/pull/2230) Changed title display in card view (Danilow Alexandr) | 83 | - [#2230](https://github.com/wallabag/wallabag/pull/2230) Changed title display in card view (Danilow Alexandr) |
69 | 84 | ||
70 | ### Fixed | 85 | ### Fixed |
71 | 86 | ||
72 | - [#2234](https://github.com/wallabag/wallabag/pull/2234) Fixed mailto link in documentation (Christian Studer) | 87 | - [#2234](https://github.com/wallabag/wallabag/pull/2234) Fixed mailto link in documentation (Christian Studer) |
73 | - [#2241](https://github.com/wallabag/wallabag/pull/2241) Fixed the height of the "Add new article" field in Chrome (Danilow Alexandr) | 88 | - [#2241](https://github.com/wallabag/wallabag/pull/2241) Fixed the height of the "Add new article" field in Chrome (Danilow Alexandr) |