11CHANGELOG
22=========
33
4- 1.8 .0 (23.04.2024 ) +40 Commits & 10 Translations
4+ 1.9 .0 (09.11.2025 ) +200 Commits & +30 Translations
55------------
66
7- #### Function
7+ ### Function
8+
9+ - Add: Options to export/import bookmarked articles
10+ - Add: Google GSA bridge
11+ - Fix: Crash on creating ConfigurationOverlayController
12+ - Fix: Fix and improve OPML export/import logic
13+ - Fix: Overlay's bookmark icon coloring
14+ - Fix: Reload event from the dropdown menu
15+ - Fix: Manual syncing
16+ - Update: Split ArticleViewModel to ArticleViewModel, ArticleListViewModel & SortFilterViewModel
17+ - Update: Rebase all viewmodels to be state-based
18+ - Update: Replace deprecated test libraries
19+ - Update: Replace FeedArticle with Article (DB)
20+ - Update: Replace legacy FeedItem calls with the new embedded entity
21+ - Update: Lazy composition of slide pages
22+ - Update: Make all non-flow database calls suspend
23+ - Remove: Double permission declaration in manifest (credits @thePrivacyFanatic )
24+ - Remove: Unused aidl files
25+
26+ ### UI/UX
27+
28+ - Add: Permission dialog to enable draw over other apps (should fix usage on Lawnchair - credits @thePrivacyFanatic )
29+ - Add: Bookmark button to article page
30+ - Add: Sort/filter sheet for the launcher layout (as incomplete)
31+ - Add: Support for predictive back gesture
32+ - Add: Option to disable dynamic color
33+ - Add: Option to see bookmarks in xml views
34+ - Add: Tags filter
35+ - Update: Revamp sort/filter sheet layout
36+ - Update: Separate enabled/disabled sources list
37+ - Update: Replace source item's delete button with an enabling switch
38+ - Update: Revamp button and chip layouts
39+ - Update: Padding pages on showing keyboard
40+ - Update: Revamp source edit page
41+
42+ 1.8.0 (23.04.2025) +40 Commits & 10 Translations
43+ ------------
44+
45+ ### Function
846
947- Update: Revamp viewmodels and repositories applying separation of concerns
1048- Update: Make prefs real delegates
1149- Update: Restructure the project into 5 main packages
1250- TargetSDK 35
1351
14- #### UI/UX
52+ ### UI/UX
1553
1654- Add: SortFilter sheet to the articles page
1755- Fix: Back handling on edit and add feed pages
@@ -22,15 +60,15 @@ CHANGELOG
22601.7.2 (17.12.2024) +30 Commits & 5 Translations
2361------------
2462
25- #### Function
63+ ### Function
2664
2765- Add: Option to open feed in WebView
2866- Update: Re-sync source after relevant update
2967- Update: Make FullTextWorker unique
3068- Update: PullToRefreshLazyColumn based on PullToRefreshBox
3169- Update: Replace deprecated usage of systemUiVisibility
3270
33- #### UI/UX
71+ ### UI/UX
3472
3573- Add: Parsing much more and improve existing HTML-tags
3674- Fix: Placeholder icons visibility on black backgrounds
@@ -42,20 +80,20 @@ CHANGELOG
42801.7.1 (17.08.2024) -10 Commits & 1 Translations
4381------------
4482
45- #### Function
83+ ### Function
4684
4785- Fix: Crashing offline reader on certain systems
4886- TargetSDK 34
4987
50- #### UI/UX
88+ ### UI/UX
5189
5290- Add: Black themes
5391- Update: Selection dialog layout
5492
55931.7.0 (15.08.2024) +120 Commits & +10 Translations
5694------------
5795
58- #### Function
96+ ### Function
5997
6098- Fix: Make sure that DataStore is single
6199- Fix: Restarting app
@@ -70,7 +108,7 @@ CHANGELOG
70108- Kotlin 2.0
71109- Dependency Catalogue
72110
73- #### UI/UX
111+ ### UI/UX
74112
75113- Add: Bookmarks filter to OverlayPage
76114- Add: Pref to remove duplicate articles
@@ -93,13 +131,13 @@ CHANGELOG
931311.6.0 (XX.XX.2023) Y Commits & Z Translations
94132------------
95133
96- #### Function
134+ ### Function
97135- Add: Bookmarks page
98136- Fix: Opening links from article page
99137- Fix: Editing disabled Feeds
100138- Update: CompileSdk 34
101139
102- #### UI
140+ ### UI
103141- Add: Dynamic-theming
104142- Add: Monochrome app icon
105143- Fix: StatusBar color
@@ -111,7 +149,7 @@ CHANGELOG
111149- Update: Use Phosphor icons instead of Material
112150- Update: Drop Compose Material for Material3
113151
114- #### UX
152+ ### UX
115153- Add: Share & open-in-browser buttons to article view
116154- Add: Bookmark button to article cards
117155- Fix: Showing real state of Switches e.g. in EditFeedPage
0 commit comments