forked from iTaysonLab/HomeFeeder
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0094f6
commit 919a6a8
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |