diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2c3084..c116efb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,32 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## [2.3.6](https://github.com/wallabag/wallabag/tree/2.3.6) | ||
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.5...2.3.6) | ||
5 | |||
6 | ### Fixes | ||
7 | |||
8 | - Jump to 2.3.6-dev and update release process [#3814](https://github.com/wallabag/wallabag/pull/3814) | ||
9 | - Fix tag API leak [#3823](https://github.com/wallabag/wallabag/pull/3823) | ||
10 | - Validate imported entry to avoid error on import [#3816](https://github.com/wallabag/wallabag/pull/3816) | ||
11 | - Fix incorrect reading time calculation for entries with CJK characters [#3820](https://github.com/wallabag/wallabag/pull/3820) | ||
12 | - EntriesExport/epub: replace epub identifier with unique urn [#3827](https://github.com/wallabag/wallabag/pull/3827) | ||
13 | - Fix settings field inverted [#3833](https://github.com/wallabag/wallabag/pull/3833) | ||
14 | - Cast client id to avoid PG error [#3831](https://github.com/wallabag/wallabag/pull/3831) | ||
15 | - Rework of EPUB/PDF exports [#3826](https://github.com/wallabag/wallabag/pull/3826) | ||
16 | |||
17 | ## [2.3.5](https://github.com/wallabag/wallabag/tree/2.3.5) | ||
18 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.4...2.3.5) | ||
19 | |||
20 | ### Fixes | ||
21 | |||
22 | - Jump to 2.3.5-dev and update release process [#3778](https://github.com/wallabag/wallabag/pull/3778) | ||
23 | - Remove preview picture from single entry view page [#3765](https://github.com/wallabag/wallabag/pull/3765) | ||
24 | - Fix Android app login issue [#3784](https://github.com/wallabag/wallabag/pull/3784) | ||
25 | - material: fix missing thumbnail on list view [#3782](https://github.com/wallabag/wallabag/pull/3782) | ||
26 | - material: decrease size of tags on list view [#3783](https://github.com/wallabag/wallabag/pull/3783) | ||
27 | - build: upgrade yarn dependencies, update prod assets [#3781](https://github.com/wallabag/wallabag/pull/3781) | ||
28 | - No more dev for guzzle-site-authenticator [#3810](https://github.com/wallabag/wallabag/pull/3810) | ||
29 | |||
3 | ## [2.3.4](https://github.com/wallabag/wallabag/tree/2.3.4) | 30 | ## [2.3.4](https://github.com/wallabag/wallabag/tree/2.3.4) |
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.3...2.3.4) | 31 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.3...2.3.4) |
5 | 32 | ||