Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 1, 2023
1 parent f0094f6 commit 919a6a8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
CHANGELOG
=========

1.6.0 (XX.XX.2023) Y Commits & Z Translations
------------

#### Function
- Add: Bookmarks page
- Fix: Opening links from article page
- Fix: Editing disabled Feeds
- Update: CompileSdk 34

#### UI
- Add: Dynamic-theming
- Add: Monochrome app icon
- Fix: StatusBar color
- Fix: About page shortcuts
- Update: Revamp Preferences & About pages
- Update: Article card layout
- Update: Return to top FAB color to match theme
- Update: Revamp all item components
- Update: Use Phosphor icons instead of Material
- Update: Drop Compose Material for Material3

#### UX
- Add: Share & open-in-browser buttons to article view
- Add: Bookmark button to article cards
- Fix: Showing real state of Switches e.g. in EditFeedPage
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ allprojects {
}

android {
val name = "1.5.0"
val code = 49
val name = "1.6.0"
val code = 50

namespace = "com.saulhdev.feeder"
compileSdk = 34
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Add: Bookmarking
Add: Share & open-in-browser buttons
Add: Dynamic colors
Add: Monochrome app icon
Update: Revamp all layouts
Fix: Editing feeds

0 comments on commit 919a6a8

Please sign in to comment.