All Versions
83
Latest Version
Avg Release Cycle
48 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.2 Changes
๐ Fixes
- ๐ Fix nav lang filter #4908
- ๐ Fix accessibility problem with the 2FA QR code #4915
- Preselect currently active section in the filter menu #4972
- ๐ Fix translation of date in the footer using IntlDateFormatter #4971
- โก๏ธ Update dark theme #4921
- โก๏ธ Dark theme updated #4983
- ๐ Fix account dropdown width #4969
- ๐ Fix auto prefered color scheme #5071
- Convert tag label to lowercase in RuleBasedTagger #5111
- ๐ Fix myreadspeed links #5113
- Internal server error while exporting to epub #5052
- ๐ Error parsing image URL (with scrset) #4914
-
v2.4.1 Changes
๐ Fixes
- ๐ Fix path icons from manifest.json #4811
- ๐ Fix missing apple-touch-icon-512.png from manifest.json #4823
- migrations: fix mysql migration for an edge case #4832
- โ Add a command to clean downloaded images #4844
- โ Add a query to parse only non-hashed URL #4865 #4878
- material: fix issue with cookie check for light/dark theme #4866
- ๐ Show OTP secret next to the QR Code #4868
- views: add title to tag li elements, for consistency #4894
- โ Add label and issuer to otp config #4301
Meta
-
v2.4.0 Changes
๐ Features
- ๐ Allow to rename tags from the web interface #3574
- โ Added possibility to change locale from login/register pages #3216
- โ Add ability to import/export tagging rules #4028
- โ Add quickstart into the menu #3992
- Enable OTP 2FA via third apps (Google Authenticator, Authy or FreeOTP) #3798
- ๐ Show untagged entries count on tag list #3993
- โ Add random feature #3526
- โ Added ability to revoke feed token #3994
- Display login in config / user #3995
- ๐ Move Ignore Origin rules to database #4026
- โ Add ability to manually define the reading speed #4053
- โ Added MathJax support #4128
- ๐ Improved tags list #4136
- โ Add untagged list link to filter menu #4150
- ๐ Allow custom styles system wide #4151
- โ Added elCurator import #4175
- โ Added language support for Simplified Chinese๏ผ็ฎไฝไธญๆ๏ผ#4281
- โ Added publication date on epub export #4315
- โจ Enhanced article display #4317
- โ Added mass actions for Material design in list view #4326
- โ Added a button to disable 2FA when enabled #4329
- โจ Enhanced navigation menu in material theme #4343
- Copy client info to clipboard #4058
- โฌ๏ธ Upgrade Piwik Twig Extension to Matomo #4363
- Dark theme to Material #4725
API
- Storage of hash of URL to check if pages already saved #3158
- โ Added a basic search endpoint #3627
- Entries: added add parameter detail to exclude or include content in response #3960
- โ Add a new endpoint to retrieve information from the wallabag instance #3845
- API return an error with empty quote #4161
- ๐ Fixed bug when we delete entry via API #4316
- โ Add ability to define lifetime token for the API #4319
- โ Added archived_at property and updateArchived method #3630
- โ Add
given_url
in Entry table to check if a redirected url has already added #3271
Technical stuff
- โ Added support for secured emails via SMTP #3596
- ๐ Changed RSS to Atom feed and improve paging #3223
- MySQL: change collation of tag label #3959
- ๐ Use httplug and graby 2.0 #3390
- ๐ Use Imagick to keep GIF animation #3955
- Jump to Symfony 3.4 #3731
- โ Removed hardcoded database version #3864
- โฌ๏ธ Dropping PHP < 7.1 #3758
- โฌ๏ธ Dropping PHP < 7.2 #4441
- 0๏ธโฃ Force default_protocol to generate an url input #3879
- Cascade delete on oauth2 table when deleting a user #3956
- Preview picture: use the 1st pic retrieved if no og:image set #3965
- ๐ณ Force PHP version in Dockerfile #3977
- โ Add Sentry support #3990
- ๐ Fix slow/unindexed queries #4081
- ๐ Rename internal settings table #4084
- โ Add environment variables to control scripts/dev.sh behavior #4152
- ๐ณ Increase php memory limit PHP Docker #4163
- Ensure ENV is well defined when using make #4249
- โก๏ธ Update translations from Weblate #4442
- Ditch Travis to use GitHub Actions #4747
- โฌ๏ธ Upgrade Webpack from v4 to v5 #4727
๐ Translations
- โ Add Japanese translation #4274
- โ Add Croatian translation #4518, #4517
- โ Add Ukrainian translation #4489
- โ Add language support for Simplified Chinese๏ผ็ฎไฝไธญๆ๏ผ#4281
- โ Add Dutch translation to the settings #4632
- ๐ Support for Weblate #4442 & #4447
๐ Fixes
- ๐ Fixed Instapaper import date order #3980
- Add missing entries in craue_config_setting. #3868
- ๐ Fix
reading_time
being NULL on SQLite #4020 - ๐ Fix createdAt filter on material #4299
- ๐ Fix duplicated icons on "Search engine" and "new link" forms #4149
- ๐ Fix entries export from search view #4278
- ๐ Fixed URL to share entry via twitter #4250
- Sidebar sub entries not conditioned by hover anymore #4254
- ๐ Fix print of long pages #4263
- ๐ Fixed duplicated tags when renaming them #4310
- โ Added authentication during import command for paywalled websites #4325
- โ Added more coherence with color links for material theme #4346
- ๐ Changed visibility for article stats #4347
- ๐ PHP 7.4 support #4309
-
v2.3.8 Changes
May 14, 2019๐ This might be the last release of the 2.3 branch as we'll be focus on the 2.4.0 release now.
๐ We think it's time to release it asap!Main changes
- โ Add ability to match many domains for credentials #3937
- 0๏ธโฃ Enable no-referrer on img tags, enable
strict-origin-when-cross-origin
by default #3943 - ๐ Fix Intl Locale issue #3964
๐ Other fixes
- Jump to 2.3.8-dev #3897
- material: fix left padding on non-entry pages #3901
- โก๏ธ Make dev/install/update script posix compatible #3860
- ๐ป epub: fix exception when articles have the same title #3908
- ๐ Fix PHP warning #3909
- ๐ material: add metadata to list view #3942
- โ Remove preview picture from share view page #3922
-
v2.3.7 Changes
March 04, 2019๐ Fixes
- Jump to 2.3.7-dev #3837
- ๐ Fix bad order parameter in the API #3841
- โก๏ธ Update composer.json to add php-tidy (ext-tidy) #3853
- โ Add dedicated email for site config issue #3861
- ๐ Fix read & starred status in Pocket import #3819
- ๐ Fix broken 2 factor auth logo image #3869
- ๐ Fix CORS for API #3882
- โ Add support of expect parameter to change return object when deleting entry #3887
- epub export: fix missing cover image, only for exports of one article #3886
- ๐ Allow optional --ignore-root-warning #3885
- material: fix left padding of content on medium screens #3893
- material: hide creation date from card actions on specific sizes #3894
-
v2.3.6 Changes
January 11, 2019๐ Fixes
- ๐ Jump to 2.3.6-dev and update release process #3814
- ๐ Fix tag API leak #3823
- Validate imported entry to avoid error on import #3816
- ๐ Fix incorrect reading time calculation for entries with CJK characters #3820
- EntriesExport/epub: replace epub identifier with unique urn #3827
- ๐ Fix settings field inverted #3833
- Cast client id to avoid PG error #3831
- Rework of EPUB/PDF exports #3826
-
v2.3.5 Changes
December 15, 2018๐ Fixes
- ๐ Jump to 2.3.5-dev and update release process #3778
- โ Remove preview picture from single entry view page #3765
- ๐ Fix Android app login issue #3784
- material: fix missing thumbnail on list view #3782
- material: decrease size of tags on list view #3783
- โก๏ธ build: upgrade yarn dependencies, update prod assets #3781
- No more dev for guzzle-site-authenticator #3810
-
v2.3.4 Changes
November 24, 2018๐ Fixes
- ๐ Fix image downloading on null image path #3684
- โ Remove remaining deprecation notices #3686
- ๐ Fix mobile viewport on big iframe and video elements #3683
- Autofocus the username field on the login page #3691
- ๐ Feature/svg logo #3692
- ๐ Fixes a typo #3702
- ๐ Update release script #3705
- โ Removing failing test from Travis #3707
- โ Replace SO url by lemonde.fr to avoid random failing test #3685
- php-cs-fixer: native_function_invocation #3716
- PHP 7.2 shouldn't fail #3717
- Liberation goes https #3726
- ๐ Bugfix: Sanitize the title of a saved webpage from invalid UTF-8 characters. #3725
- ๐ Fix dockerfile php72 #3734
- ๐ Fix sort parameters #3719
- โ Add note on GitHub PR template to auto-close issues #3763
- ๐ Fix link to wallabag requirements in documentation #3766
- โก๏ธ Update translation when marking as read #3772
- ๐ Makefile fixes for non GNU systems #3706
- Card no preview replaced by wallabag logo #3774
๐ Changes
- Propose YunoHost badge for installing #3678
- More robust srcset image attribute handling #3690
- ๐จ Rename getBuilderByUser and refactor query for untagged entries #3712
- ๐ Show tags on non-image gallery preview card #3743
- โ add manifest.json for android pwa #3606
- โ Add placeholder image to card-based gallery entries page #3745
- โก๏ธ Abort running install and update script if root #3733
- โก๏ธ Swap entry url with origin url if graby provides an updated one #3553
-
v2.3.3 Changes
June 19, 2018๐ Fixes
- ๐ Fix error when withRemove variable is not defined. #3573
- ๐ Fix title card HTML parsing #3592
- ๐ Fix tests #3597
- ๐ Fix tests #3619
- ๐ Better encoding of the URI for the bookmarklet #3616
- ๐ Fix overflow wrap issue #3652
- ๐ Fix/firefox mobile unneeded resize #3653
- ๐ Fix srcset attribute on images downloaded #3661
- ๐ Fix authors and preview alt encoding display #3664
- ๐ฒ Spelling: GitHub, Log out, of the dev #3614
- ๐ Fix tests #3668
- ๐ Fixed migrations with dash into db names #3538
๐ Changes
-
v2.3.2 Changes
January 22, 2018๐ Fixes
๐ Changes