New features:
- Infoboxes are now supported (#77)
- View history: view recently opened articles in the "History" screen (#196)
- Recently used languages can now be seen in the languages bottom sheet (#197)
- Added a language "chip list" to search for quickly searching in multiple languages (#177)
- Title text is now selectable (#203)
- Add support for relists (#199)
Bug fixes:
- Saved articles failing to load (#201)
- Crash when opening the "Sirius" page in English (#205)
- Fix missing transcluded section info (#204)
Improvements:
- Reworked data storage system: Saving anything is now much faster and reliable (you can read more about this below if you're interested)
- Improved image loading
- Minor layout improvements and refinements throughout the app
Translations:
Translators on Weblate helped add support for these new languages in this update:
Internal
The app now uses an SQLite database (using Room) to store its data instead of Preferences DataStore, which allows for a large number of new features to be implemented easily and improves app performance and reliability
Full Changelog: v2.3.1...v2.4.0