Commit 919a6a8 1 parent f0094f6 commit 919a6a8 Copy full SHA for 919a6a8
File tree 3 files changed +36
-2
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change
1
+ CHANGELOG
2
+ =========
3
+
4
+ 1.6.0 (XX.XX.2023) Y Commits & Z Translations
5
+ ------------
6
+
7
+ #### Function
8
+ - Add: Bookmarks page
9
+ - Fix: Opening links from article page
10
+ - Fix: Editing disabled Feeds
11
+ - Update: CompileSdk 34
12
+
13
+ #### UI
14
+ - Add: Dynamic-theming
15
+ - Add: Monochrome app icon
16
+ - Fix: StatusBar color
17
+ - Fix: About page shortcuts
18
+ - Update: Revamp Preferences & About pages
19
+ - Update: Article card layout
20
+ - Update: Return to top FAB color to match theme
21
+ - Update: Revamp all item components
22
+ - Update: Use Phosphor icons instead of Material
23
+ - Update: Drop Compose Material for Material3
24
+
25
+ #### UX
26
+ - Add: Share & open-in-browser buttons to article view
27
+ - Add: Bookmark button to article cards
28
+ - Fix: Showing real state of Switches e.g. in EditFeedPage
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ allprojects {
26
26
}
27
27
28
28
android {
29
- val name = " 1.5 .0"
30
- val code = 49
29
+ val name = " 1.6 .0"
30
+ val code = 50
31
31
32
32
namespace = " com.saulhdev.feeder"
33
33
compileSdk = 34
Original file line number Diff line number Diff line change
1
+ Add: Bookmarking
2
+ Add: Share & open-in-browser buttons
3
+ Add: Dynamic colors
4
+ Add: Monochrome app icon
5
+ Update: Revamp all layouts
6
+ Fix: Editing feeds
You can’t perform that action at this time.
0 commit comments