X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=eb2c308406909925d3dc7453e2255fc1ad65b14e;hb=63fb9d6f07d8c92afa7fd8cd11960b366b3cf2f1;hp=3a9cab26469b9778a090f467edf7aa02465e2eed;hpb=3473e600b1d0ae0695b8c15342a6a1f76e2bc973;p=github%2Fwallabag%2Fwallabag.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9cab26..eb2c3084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,79 @@ # Changelog +## [2.3.4](https://github.com/wallabag/wallabag/tree/2.3.4) + [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.3...2.3.4) + +### Fixes + +- Fix image downloading on null image path [#3684](https://github.com/wallabag/wallabag/pull/3684) +- Remove remaining deprecation notices [#3686](https://github.com/wallabag/wallabag/pull/3686) +- Fix mobile viewport on big iframe and video elements [#3683](https://github.com/wallabag/wallabag/pull/3683) +- Autofocus the username field on the login page [#3691](https://github.com/wallabag/wallabag/pull/3691) +- Feature/svg logo [#3692](https://github.com/wallabag/wallabag/pull/3692) +- Fixes a typo [#3702](https://github.com/wallabag/wallabag/pull/3702) +- Update release script [#3705](https://github.com/wallabag/wallabag/pull/3705) +- Removing failing test from Travis [#3707](https://github.com/wallabag/wallabag/pull/3707) +- Replace SO url by lemonde.fr to avoid random failing test [#3685](https://github.com/wallabag/wallabag/pull/3685) +- php-cs-fixer: native_function_invocation [#3716](https://github.com/wallabag/wallabag/pull/3716) +- PHP 7.2 shouldn't fail [#3717](https://github.com/wallabag/wallabag/pull/3717) +- Liberation goes https [#3726](https://github.com/wallabag/wallabag/pull/3726) +- Bugfix: Sanitize the title of a saved webpage from invalid UTF-8 characters. [#3725](https://github.com/wallabag/wallabag/pull/3725) +- Fix dockerfile php72 [#3734](https://github.com/wallabag/wallabag/pull/3734) +- Fix sort parameters [#3719](https://github.com/wallabag/wallabag/pull/3719) +- Add note on GitHub PR template to auto-close issues [#3763](https://github.com/wallabag/wallabag/pull/3763) +- Fix link to wallabag requirements in documentation [#3766](https://github.com/wallabag/wallabag/pull/3766) +- Update translation when marking as read [#3772](https://github.com/wallabag/wallabag/pull/3772) +- Makefile fixes for non GNU systems [#3706](https://github.com/wallabag/wallabag/pull/3706) +- Card no preview replaced by wallabag logo [#3774](https://github.com/wallabag/wallabag/pull/3774) + +### Changes + +- Propose YunoHost badge for installing [#3678](https://github.com/wallabag/wallabag/pull/3678) +- More robust srcset image attribute handling [#3690](https://github.com/wallabag/wallabag/pull/3690) +- Rename getBuilderByUser and refactor query for untagged entries [#3712](https://github.com/wallabag/wallabag/pull/3712) +- Show tags on non-image gallery preview card [#3743](https://github.com/wallabag/wallabag/pull/3743) +- add manifest.json for android pwa [#3606](https://github.com/wallabag/wallabag/pull/3606) +- Add placeholder image to card-based gallery entries page [#3745](https://github.com/wallabag/wallabag/pull/3745) +- Abort running install and update script if root [#3733](https://github.com/wallabag/wallabag/pull/3733) +- Swap entry url with origin url if graby provides an updated one [#3553](https://github.com/wallabag/wallabag/pull/3553) + +## [2.3.3](https://github.com/wallabag/wallabag/tree/2.3.3) + [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.2...2.3.3) + +### Fixes + +- Fix error when withRemove variable is not defined. [#3573](https://github.com/wallabag/wallabag/pull/3573) +- Fix title card HTML parsing [#3592](https://github.com/wallabag/wallabag/pull/3592) +- Fix tests [#3597](https://github.com/wallabag/wallabag/pull/3597) +- Fix tests [#3619](https://github.com/wallabag/wallabag/pull/3619) +- Better encoding of the URI for the bookmarklet [#3616](https://github.com/wallabag/wallabag/pull/3616) +- Fix overflow wrap issue [#3652](https://github.com/wallabag/wallabag/pull/3652) +- Fix/firefox mobile unneeded resize [#3653](https://github.com/wallabag/wallabag/pull/3653) +- Fix srcset attribute on images downloaded [#3661](https://github.com/wallabag/wallabag/pull/3661) +- Fix authors and preview alt encoding display [#3664](https://github.com/wallabag/wallabag/pull/3664) +- Spelling: GitHub, Log out, of the dev [#3614](https://github.com/wallabag/wallabag/pull/3614) +- Fix tests [#3668](https://github.com/wallabag/wallabag/pull/3668) +- Fixed migrations with dash into db names [#3538](https://github.com/wallabag/wallabag/pull/3538) + +### Changes + +- Allow login by email [#3615](https://github.com/wallabag/wallabag/pull/3615) +- Occitan update [#3646](https://github.com/wallabag/wallabag/pull/3646) +- Highlight code in articles using highlight.js [#3636](https://github.com/wallabag/wallabag/pull/3636) + +## [2.3.2](https://github.com/wallabag/wallabag/tree/2.3.2) + [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.1...2.3.2) + +### Fixes + +- Add `set -eu` to update.sh [#3546](https://github.com/wallabag/wallabag/pull/3546) +- Fix broken link to remove tags from entries [#3536](https://github.com/wallabag/wallabag/pull/3536) + +### Changes + +- Nav actions updated [#3541](https://github.com/wallabag/wallabag/pull/3541) +- Replaced Create new client link with a button [#3539](https://github.com/wallabag/wallabag/pull/3539) + ## [2.3.1](https://github.com/wallabag/wallabag/tree/2.3.1) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.0...2.3.1)