Readrops/CHANGELOG.md

143 lines
4.6 KiB
Markdown
Raw Normal View History

2024-09-01 15:02:12 +02:00
# v2.0-beta02
- Fix migration issues from v1.3 and older (especially for F-Droid builds)
- Make Preferences screen scrollable (#190)
- Fix wrong translation in RadioButtonPreferenceDialog (#185)
- Translation updates
2024-08-21 12:40:48 +02:00
# v2.0-beta01
## General
- 🆕 design:
- 🆕 Material3: Readrops implements last material design system version
- 🆕 Bottom bar navigation: you can now navigate to feeds and account management way more easily, with 4 tabs in total:
- Timeline
- Feeds
- Account
- More
- Timeline tab:
- 🆕 Article size: you can now choose among three article sizes: compact, regular and large
- 🆕 You can now show only articles less than 24h old
- 🆕 Mark all articles as read FAB: the floating action button now lets you mark all articles read, taking into account the current filter, replacing opening new feed activity action
- 🆕 Mark articles read on scroll: an option is now available to mark items read on scroll
- 🆕 Drawer: hide folders and feeds without unread articles
- 🆕 Local account: sync now respects the current filter and will only synchronize affected feeds
- Feeds Tab:
- 🆕 Feeds and folder management have been merged into a single screen
- Account Tab:
- 🆕 Add, manage and remove any account from Account Tab
- More Tab:
- 🆕 This new screen gathers some app infos, parameters, open source libraries and a donation dialog
- Articles screen:
- The global UI has been improved with a new title layout
- 🆕 Action bottom bar: you now have access to a collapsable bottom bar containing the following actions:
- Mark as read/non read
- Add to favorites/remove from favorites
- Share
- Open in external navigator/navigator view
- 🆕 A new font, Inter is used for the article content
- 🆕 Some html tags look have been improved:
- blockquote
- figure/figcaption
- iframe
- table
- "Open in" option has been reduced to two options: navigator view and external navigator
- 🆕 FEVER API implementation, should work with any provider which supports it
- Migrate to Nextcloud News API 1.3
- 🆕 Follow system theme option (default)
- 🆕 Option to disable battery optimization for background synchronization
## Technical
- The UI has been entirely rewritten in Kotlin using Jetpack Compose, moving from old traditional view system
- All other Java parts have also been rewritten in Kotlin, including API implementations, repositories, etc
- RXJava was replaced by Kotlin coroutines and flows
- Migrate to Gradle Kotlin DSL
- Migrate dependencies to Version Catalog
- 🆕 Support user certificates
2021-10-10 19:48:54 +02:00
# v1.3.1
2024-08-21 12:40:48 +02:00
2021-10-10 19:48:54 +02:00
- FreshRSS : Fix items being fav unintentionally
- FreshRSS : Fix 401 error when synchronising for the second time
2021-07-19 13:40:34 +02:00
# v1.3.0
2024-08-21 12:40:48 +02:00
2021-07-19 13:40:34 +02:00
- New local RSS parser, much reliable
- New external navigator view for items (Custom tabs)
- FreshRSS and Nextcloud News favorites
- FreshRSS read state synchronisation
- New folder view when clicking on a drawer expandable item (#56)
2020-11-22 18:43:43 +01:00
# v1.2.1
- Accept null value for Nextcloud News feed attribute folderId #87
- Fix local RSS url parsing
# v1.2.0
2020-08-01 15:40:49 +02:00
- Adaptive icon
- Background synchronisation
- Notifications
- FreshRSS and Nextcloud News synchronisation speed improvements
- Add feed direct share action
- Improve some html tags look
- Diplay image title or alt as caption (#63)
- Local RSS fixes (#70, #71)
- Other bug fixes and UI improvements
2020-04-12 21:46:53 +02:00
# v1.1.4
- Fix app crash when using an account url without http scheme #55
- Fix FreshRSS folder name parsing #61
- Fix feeds being deleted when adding a new feed with a NC News account #59
2020-02-22 17:57:42 +01:00
# v1.1.3
- Fix crash for API < 24 #51
- Fix item read state not syncing with Nextcloud News #49
2020-01-30 22:47:28 +01:00
# v1.1.2
- Fix opml not working in release version
- Fix account url not being changed when text field in add account activity was edited
2020-01-25 22:33:05 +01:00
# v1.1.1
2019-12-27 17:08:34 +01:00
Request write storage permission before downloading image.
2020-01-25 22:33:05 +01:00
# v1.1.0
2019-12-21 18:02:45 +01:00
- OPML import/export for local account
- Dark theme
- Share or download item image
- Open item in webview
- Minor bug fixes and improvements
2020-01-25 22:33:05 +01:00
# v1.0.2.2
2019-12-21 18:02:45 +01:00
Disable Proguard as it makes fail some functionalities.
2020-01-25 22:33:05 +01:00
# v1.0.2.1
2019-12-21 18:02:45 +01:00
Fix a crash related to Proguard Rules.
2020-01-25 22:33:05 +01:00
# v1.0.2
2019-12-21 18:02:45 +01:00
2024-08-21 12:40:48 +02:00
- Add swipe background to main list items
- Add preference to parse a fixed number of items when adding a local feed
- Change feed/folders way to interact
- Minor bug fixes and improvements
2019-12-21 18:02:45 +01:00
# v1.0.1
2024-08-21 12:40:48 +02:00
2019-12-21 18:02:45 +01:00
# v1.0 Initial release
2019-09-08 13:10:23 +02:00
- Local RSS parsing
- RSS 2.0, ATOM and JSON formats support
- Multiple accounts
- Feeds and folders management (create, update and delete feeds/folders if your service API supports it)
- Nextcloud news support
2020-01-25 22:33:05 +01:00
- FreshRSS support