D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
softaculous
/
wallabag
/
Filename :
changelog.txt
back
Copy
## [2.4.2](https://github.com/wallabag/wallabag/tree/2.4.2) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.4.1...2.4.2) ### Fixes - Fix nav lang filter [#4908](https://github.com/wallabag/wallabag/pull/4908) - Fix accessibility problem with the 2FA QR code [#4915](https://github.com/wallabag/wallabag/pull/4915) - Preselect currently active section in the filter menu [#4972](https://github.com/wallabag/wallabag/pull/4972) - Fix translation of date in the footer using IntlDateFormatter [#4971](https://github.com/wallabag/wallabag/pull/4971) - Update dark theme [#4921](https://github.com/wallabag/wallabag/pull/4921) - Dark theme updated [#4983](https://github.com/wallabag/wallabag/pull/4983) - Fix account dropdown width [#4969](https://github.com/wallabag/wallabag/pull/4969) - Fix auto prefered color scheme [#5071](https://github.com/wallabag/wallabag/pull/5071) - Convert tag label to lowercase in RuleBasedTagger [#5111](https://github.com/wallabag/wallabag/pull/5111) - Fix myreadspeed links [#5113](https://github.com/wallabag/wallabag/pull/5113) - Internal server error while exporting to epub [#5052](https://github.com/wallabag/wallabag/issues/5052) - Error parsing image URL (with scrset) [#4914](https://github.com/wallabag/wallabag/issues/4914) ## [2.4.1](https://github.com/wallabag/wallabag/tree/2.4.1) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.4.0...2.4.1) ### Fixes - Fix path icons from manifest.json [#4811](https://github.com/wallabag/wallabag/pull/4811) - Fix missing apple-touch-icon-512.png from manifest.json [#4823](https://github.com/wallabag/wallabag/pull/4823) - migrations: fix mysql migration for an edge case [#4832](https://github.com/wallabag/wallabag/pull/4832) - Add a command to clean downloaded images [#4844](https://github.com/wallabag/wallabag/pull/4844) - Add a query to parse only non-hashed URL [#4865](https://github.com/wallabag/wallabag/pull/4865) [#4878](https://github.com/wallabag/wallabag/pull/4878) - material: fix issue with cookie check for light/dark theme [#4866](https://github.com/wallabag/wallabag/pull/4866) - Show OTP secret next to the QR Code [#4868](https://github.com/wallabag/wallabag/pull/4868) - views: add title to tag li elements, for consistency [#4894](https://github.com/wallabag/wallabag/pull/4894) - Add label and issuer to otp config [#4301](https://github.com/wallabag/wallabag/pull/4301) ### Meta - Update release process and introduce 2.4.1-dev [#4808](https://github.com/wallabag/wallabag/pull/4808) - Remove community.wallabag.org from the issue template [#4817](https://github.com/wallabag/wallabag/pull/4817) - Update issue templates [#4843](https://github.com/wallabag/wallabag/pull/4843) - Allow GitHub Actions to run on 2.* branches [#4896](https://github.com/wallabag/wallabag/pull/4896) - Prepare 2.4.1 [#4904](https://github.com/wallabag/wallabag/pull/4904) ## [2.4.0](https://github.com/wallabag/wallabag/tree/2.4.0) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.8...2.4.0) ### Features - Allow to rename tags from the web interface [#3574](https://github.com/wallabag/wallabag/pull/3574) - Added possibility to change locale from login/register pages [#3216](https://github.com/wallabag/wallabag/pull/3216) - Add ability to import/export tagging rules [#4028](https://github.com/wallabag/wallabag/pull/4028) - Add quickstart into the menu [#3992](https://github.com/wallabag/wallabag/pull/3992) - Enable OTP 2FA via third apps (Google Authenticator, Authy or FreeOTP) [#3798](https://github.com/wallabag/wallabag/pull/3798) - Show untagged entries count on tag list [#3993](https://github.com/wallabag/wallabag/pull/3993) - Add random feature [#3526](https://github.com/wallabag/wallabag/pull/3526) - Added ability to revoke feed token [#3994](https://github.com/wallabag/wallabag/pull/3994) - Display login in config / user [#3995](https://github.com/wallabag/wallabag/pull/3995) - Move Ignore Origin rules to database [#4026](https://github.com/wallabag/wallabag/pull/4026) - Add ability to manually define the reading speed [#4053](https://github.com/wallabag/wallabag/pull/4053) - Added MathJax support [#4128](https://github.com/wallabag/wallabag/pull/4128) - Improved tags list [#4136](https://github.com/wallabag/wallabag/pull/4136) - Add untagged list link to filter menu [#4150](https://github.com/wallabag/wallabag/pull/4150) - Allow custom styles system wide [#4151](https://github.com/wallabag/wallabag/pull/4151) - Added elCurator import [#4175](https://github.com/wallabag/wallabag/pull/4175) - Added language support for Simplified Chinese(简体中文)[#4281](https://github.com/wallabag/wallabag/pull/4281) - Added publication date on epub export [#4315](https://github.com/wallabag/wallabag/pull/4315) - Enhanced article display [#4317](https://github.com/wallabag/wallabag/pull/4317) - Added mass actions for Material design in list view [#4326](https://github.com/wallabag/wallabag/pull/4326) - Added a button to disable 2FA when enabled [#4329](https://github.com/wallabag/wallabag/pull/4329) - Enhanced navigation menu in material theme [#4343](https://github.com/wallabag/wallabag/pull/4343) - Copy client info to clipboard [#4058](https://github.com/wallabag/wallabag/pull/4058) - Upgrade Piwik Twig Extension to Matomo [#4363](https://github.com/wallabag/wallabag/pull/4363) - Dark theme to Material [#4725](https://github.com/wallabag/wallabag/pull/4725) ### API - Storage of hash of URL to check if pages already saved [#3158](https://github.com/wallabag/wallabag/pull/3158) - Added a basic search endpoint [#3627](https://github.com/wallabag/wallabag/pull/3627) - Entries: added add parameter detail to exclude or include content in response [#3960](https://github.com/wallabag/wallabag/pull/3960) - Add a new endpoint to retrieve information from the wallabag instance [#3845](https://github.com/wallabag/wallabag/pull/3845) - API return an error with empty quote [#4161](https://github.com/wallabag/wallabag/pull/4161) - Fixed bug when we delete entry via API [#4316](https://github.com/wallabag/wallabag/pull/4316) - Add ability to define lifetime token for the API [#4319](https://github.com/wallabag/wallabag/pull/4319) - Added archived_at property and updateArchived method [#3630](https://github.com/wallabag/wallabag/pull/3630) - Add `given_url` in Entry table to check if a redirected url has already added [#3271](https://github.com/wallabag/wallabag/pull/3271) ### Technical stuff - Added support for secured emails via SMTP [#3596](https://github.com/wallabag/wallabag/pull/3596) - Changed RSS to Atom feed and improve paging [#3223](https://github.com/wallabag/wallabag/pull/3223) - MySQL: change collation of tag label [#3959](https://github.com/wallabag/wallabag/pull/3959) - Use httplug and graby 2.0 [#3390](https://github.com/wallabag/wallabag/pull/3390) - Use Imagick to keep GIF animation [#3955](https://github.com/wallabag/wallabag/pull/3955) - Jump to Symfony 3.4 [#3731](https://github.com/wallabag/wallabag/pull/3731) - Removed hardcoded database version [#3864](https://github.com/wallabag/wallabag/pull/3864) - Dropping PHP < 7.1 [#3758](https://github.com/wallabag/wallabag/pull/3758) - Dropping PHP < 7.2 [#4441](https://github.com/wallabag/wallabag/pull/4441) - Force default_protocol to generate an url input [#3879](https://github.com/wallabag/wallabag/pull/3879) - Cascade delete on oauth2 table when deleting a user [#3956](https://github.com/wallabag/wallabag/pull/3956) - Preview picture: use the 1st pic retrieved if no og:image set [#3965](https://github.com/wallabag/wallabag/pull/3965) - Force PHP version in Dockerfile [#3977](https://github.com/wallabag/wallabag/pull/3977) - Add Sentry support [#3990](https://github.com/wallabag/wallabag/pull/3990) - Fix slow/unindexed queries [#4081](https://github.com/wallabag/wallabag/pull/4081) - Rename internal settings table [#4084](https://github.com/wallabag/wallabag/pull/4084) - Add environment variables to control scripts/dev.sh behavior [#4152](https://github.com/wallabag/wallabag/pull/4152) - Increase php memory limit PHP Docker [#4163](https://github.com/wallabag/wallabag/pull/4163) - Ensure ENV is well defined when using make [#4249](https://github.com/wallabag/wallabag/pull/4249) - Update translations from Weblate [#4442](https://github.com/wallabag/wallabag/pull/4442) - Ditch Travis to use GitHub Actions [#4747](https://github.com/wallabag/wallabag/pull/4747) - Upgrade Webpack from v4 to v5 [#4727](https://github.com/wallabag/wallabag/pull/4727) ### Translations - Add Japanese translation [#4274](https://github.com/wallabag/wallabag/pull/4274) - Add Croatian translation [#4518](https://github.com/wallabag/wallabag/pull/4518), [#4517](https://github.com/wallabag/wallabag/pull/4517) - Add Ukrainian translation [#4489](https://github.com/wallabag/wallabag/pull/4489) - Add language support for Simplified Chinese(简体中文)[#4281](https://github.com/wallabag/wallabag/pull/4281) - Add Dutch translation to the settings [#4632](https://github.com/wallabag/wallabag/pull/4632) - Support for Weblate [#4442](https://github.com/wallabag/wallabag/pull/4442) & [#4447](https://github.com/wallabag/wallabag/pull/4447) ### Fixes - Fixed Instapaper import date order [#3980](https://github.com/wallabag/wallabag/pull/3980) - Add missing entries in craue_config_setting. [#3868](https://github.com/wallabag/wallabag/pull/3868) - Fix `reading_time` being NULL on SQLite [#4020](https://github.com/wallabag/wallabag/pull/4020) - Fix createdAt filter on material [#4299](https://github.com/wallabag/wallabag/pull/4299) - Fix duplicated icons on "Search engine" and "new link" forms [#4149](https://github.com/wallabag/wallabag/pull/4149) - Fix entries export from search view [#4278](https://github.com/wallabag/wallabag/pull/4278) - Fixed URL to share entry via twitter [#4250](https://github.com/wallabag/wallabag/pull/4250) - Sidebar sub entries not conditioned by hover anymore [#4254](https://github.com/wallabag/wallabag/pull/4254) - Fix print of long pages [#4263](https://github.com/wallabag/wallabag/pull/4263) - Fixed duplicated tags when renaming them [#4310](https://github.com/wallabag/wallabag/pull/4310) - Added authentication during import command for paywalled websites [#4325](https://github.com/wallabag/wallabag/pull/4325) - Added more coherence with color links for material theme [#4346](https://github.com/wallabag/wallabag/pull/4346) - Changed visibility for article stats [#4347](https://github.com/wallabag/wallabag/pull/4347) - PHP 7.4 support [#4309](https://github.com/wallabag/wallabag/pull/4309) # Changelog ## [2.3.8](https://github.com/wallabag/wallabag/tree/2.3.8) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.7...2.3.8) ### Fixes - Jump to 2.3.8-dev [#3897](https://github.com/wallabag/wallabag/pull/3897) - material: fix left padding on non-entry pages [#3901](https://github.com/wallabag/wallabag/pull/3901) - Make dev/install/update script posix compatible [#3860](https://github.com/wallabag/wallabag/pull/3860) - epub: fix exception when articles have the same title [#3908](https://github.com/wallabag/wallabag/pull/3908) - Fix PHP warning [#3909](https://github.com/wallabag/wallabag/pull/3909) - Add ability to match many domains for credentials [#3937](https://github.com/wallabag/wallabag/pull/3937) - material: add metadata to list view [#3942](https://github.com/wallabag/wallabag/pull/3942) - Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default [#3943](https://github.com/wallabag/wallabag/pull/3943) - Remove preview picture from share view page#3922 - Fix Intl Locale issue [#3964](https://github.com/wallabag/wallabag/pull/3964)