diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 52988f85..e418d3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,53 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## [2.3.8](https://github.com/wallabag/wallabag/tree/2.3.8) | ||
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.7...2.3.8) | ||
5 | |||
6 | ### Fixes | ||
7 | |||
8 | - Jump to 2.3.8-dev [#3897](https://github.com/wallabag/wallabag/pull/3897) | ||
9 | - material: fix left padding on non-entry pages [#3901](https://github.com/wallabag/wallabag/pull/3901) | ||
10 | - Make dev/install/update script posix compatible [#3860](https://github.com/wallabag/wallabag/pull/3860) | ||
11 | - epub: fix exception when articles have the same title [#3908](https://github.com/wallabag/wallabag/pull/3908) | ||
12 | - Fix PHP warning [#3909](https://github.com/wallabag/wallabag/pull/3909) | ||
13 | - Add ability to match many domains for credentials [#3937](https://github.com/wallabag/wallabag/pull/3937) | ||
14 | - material: add metadata to list view [#3942](https://github.com/wallabag/wallabag/pull/3942) | ||
15 | - Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default [#3943](https://github.com/wallabag/wallabag/pull/3943) | ||
16 | - Remove preview picture from share view page#3922 | ||
17 | - Fix Intl Locale issue [#3964](https://github.com/wallabag/wallabag/pull/3964) | ||
18 | |||
19 | ## [2.3.7](https://github.com/wallabag/wallabag/tree/2.3.7) | ||
20 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.6...2.3.7) | ||
21 | |||
22 | ### Fixes | ||
23 | |||
24 | - Jump to 2.3.7-dev [#3837](https://github.com/wallabag/wallabag/pull/3837) | ||
25 | - Fix bad order parameter in the API [#3841](https://github.com/wallabag/wallabag/pull/3841) | ||
26 | - Update composer.json to add php-tidy (ext-tidy) [#3853](https://github.com/wallabag/wallabag/pull/3853) | ||
27 | - Add dedicated email for site config issue [#3861](https://github.com/wallabag/wallabag/pull/3861) | ||
28 | - Fix read & starred status in Pocket import [#3819](https://github.com/wallabag/wallabag/pull/3819) | ||
29 | - Fix broken 2 factor auth logo image [#3869](https://github.com/wallabag/wallabag/pull/3869) | ||
30 | - Fix CORS for API [#3882](https://github.com/wallabag/wallabag/pull/3882) | ||
31 | - Add support of expect parameter to change return object when deleting entry [#3887](https://github.com/wallabag/wallabag/pull/3887) | ||
32 | - epub export: fix missing cover image, only for exports of one article [#3886](https://github.com/wallabag/wallabag/pull/3886) | ||
33 | - Allow optional --ignore-root-warning [#3885](https://github.com/wallabag/wallabag/pull/3885) | ||
34 | - material: fix left padding of content on medium screens [#3893](https://github.com/wallabag/wallabag/pull/3893) | ||
35 | - material: hide creation date from card actions on specific sizes [#3894](https://github.com/wallabag/wallabag/pull/3894) | ||
36 | |||
37 | ## [2.3.6](https://github.com/wallabag/wallabag/tree/2.3.6) | ||
38 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.5...2.3.6) | ||
39 | |||
40 | ### Fixes | ||
41 | |||
42 | - Jump to 2.3.6-dev and update release process [#3814](https://github.com/wallabag/wallabag/pull/3814) | ||
43 | - Fix tag API leak [#3823](https://github.com/wallabag/wallabag/pull/3823) | ||
44 | - Validate imported entry to avoid error on import [#3816](https://github.com/wallabag/wallabag/pull/3816) | ||
45 | - Fix incorrect reading time calculation for entries with CJK characters [#3820](https://github.com/wallabag/wallabag/pull/3820) | ||
46 | - EntriesExport/epub: replace epub identifier with unique urn [#3827](https://github.com/wallabag/wallabag/pull/3827) | ||
47 | - Fix settings field inverted [#3833](https://github.com/wallabag/wallabag/pull/3833) | ||
48 | - Cast client id to avoid PG error [#3831](https://github.com/wallabag/wallabag/pull/3831) | ||
49 | - Rework of EPUB/PDF exports [#3826](https://github.com/wallabag/wallabag/pull/3826) | ||
50 | |||
3 | ## [2.3.5](https://github.com/wallabag/wallabag/tree/2.3.5) | 51 | ## [2.3.5](https://github.com/wallabag/wallabag/tree/2.3.5) |
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.4...2.3.5) | 52 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.4...2.3.5) |
5 | 53 | ||