Skip to content

Commit 919a6a8

Browse files
committed
1.6.0
1 parent f0094f6 commit 919a6a8

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ allprojects {
2626
}
2727

2828
android {
29-
val name = "1.5.0"
30-
val code = 49
29+
val name = "1.6.0"
30+
val code = 50
3131

3232
namespace = "com.saulhdev.feeder"
3333
compileSdk = 34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)