diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 495bd1d8..e418d3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,21 @@ | |||
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 | |||
3 | ## [2.3.7](https://github.com/wallabag/wallabag/tree/2.3.7) | 19 | ## [2.3.7](https://github.com/wallabag/wallabag/tree/2.3.7) |
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.6...2.3.7) | 20 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.6...2.3.7) |
5 | 21 | ||