diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b2626153..73fe6798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,29 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## [2.3.3](https://github.com/wallabag/wallabag/tree/2.3.3) | ||
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.2...2.3.3) | ||
5 | |||
6 | ### Fixes | ||
7 | |||
8 | - Fix error when withRemove variable is not defined. [#3573](https://github.com/wallabag/wallabag/pull/3573) | ||
9 | - Fix title card HTML parsing [#3592](https://github.com/wallabag/wallabag/pull/3592) | ||
10 | - Fix tests [#3597](https://github.com/wallabag/wallabag/pull/3597) | ||
11 | - Fix tests [#3619](https://github.com/wallabag/wallabag/pull/3619) | ||
12 | - Better encoding of the URI for the bookmarklet [#3616](https://github.com/wallabag/wallabag/pull/3616) | ||
13 | - Fix overflow wrap issue [#3652](https://github.com/wallabag/wallabag/pull/3652) | ||
14 | - Fix/firefox mobile unneeded resize [#3653](https://github.com/wallabag/wallabag/pull/3653) | ||
15 | - Fix srcset attribute on images downloaded [#3661](https://github.com/wallabag/wallabag/pull/3661) | ||
16 | - Fix authors and preview alt encoding display [#3664](https://github.com/wallabag/wallabag/pull/3664) | ||
17 | - Spelling: GitHub, Log out, of the dev [#3614](https://github.com/wallabag/wallabag/pull/3614) | ||
18 | - Fix tests [#3668](https://github.com/wallabag/wallabag/pull/3668) | ||
19 | - Fixed migrations with dash into db names [#3538](https://github.com/wallabag/wallabag/pull/3538) | ||
20 | |||
21 | ### Changes | ||
22 | |||
23 | - Allow login by email [#3615](https://github.com/wallabag/wallabag/pull/3615) | ||
24 | - Occitan update [#3646](https://github.com/wallabag/wallabag/pull/3646) | ||
25 | - Highlight code in articles using highlight.js [#3636](https://github.com/wallabag/wallabag/pull/3636) | ||
26 | |||
3 | ## [2.3.2](https://github.com/wallabag/wallabag/tree/2.3.2) | 27 | ## [2.3.2](https://github.com/wallabag/wallabag/tree/2.3.2) |
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.1...2.3.2) | 28 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.1...2.3.2) |
5 | 29 | ||