Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Aug 15, 2024
1 parent bed428f commit 3b30531
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 5 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
CHANGELOG
=========

1.7.0 (15.08.2023) +120 Commits & +10 Translations
------------

#### Function

- Fix: Make sure that DataStore is single
- Fix: Restarting app
- Fix: Over-composition of dialogs in SourcesPage
- Fix: Feed sorting by time
- Update: Use Flow for articles in overlay
- Update: Revamp NavigationManager to use args-safe NavRoute
- Update: Inject repos and client
- Update: Migrate DI from KodeIn to Koin
- Update: Use Kotlin generator in Room
- CompileSDK 35
- Kotlin 2.0
- Dependency Catalogue

#### UI/UX

- Add: Bookmarks filter to OverlayPage
- Add: Pref to remove duplicate articles
- Add: Main pager with Feed, Settings & Feeds
- Add: Scroll to top button
- Add: Hint if no articles are present
- Add: Transparency & collapsable app bar
- Add: Share button as action to articles
- Fix: Applying updated Overlay theme
- Fix: Theming system
- Update: App icon
- Update: Use favorite instead of bookmark icon
- Update: Revamp preferences, articles and feed layouts
- Update: BookmarkItems use same layout as normal articles
- Update: Revamp & unify overlay layouts (xml & composable)
- Update: Overlay menu popup animator
- Remove: BookmarksPage
- Remove: Card background pref (for now)

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

Expand Down
8 changes: 3 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ allprojects {
}

android {
val name = "1.6.3"
val code = 58

namespace = "com.saulhdev.feeder"
compileSdk = 35

defaultConfig {
applicationId = "com.saulhdev.neofeed"
minSdk = 26
targetSdk = 33
versionCode = code
versionName = name
versionCode = 1700
versionName = "1.7.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Add: Pref to remove duplicate articles
Add: Main pager with Feed, Settings & Feeds
Add: Share button as action to articles
Fix: Applying updated Overlay theme
Update: App icon
Update: Migrate DI from KodeIn to Koin
Update: Revamp preferences, articles and feed layouts
+ more in more than 120 commits & 10 translation contributions

0 comments on commit 3b30531

Please sign in to comment.