Skip to content

Commit

Permalink
Releasing 2.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Apr 12, 2024
1 parent f02c311 commit cdd90d4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 2.6.22
Jonas Kalderstam (4):
* [166390e5] Fixed so sync will never run when no network available
* [eac1b124] Fixed performance of NavDrawer. If you have many feeds you
will notice a big difference
* [178ea561] Fixed resource usage during sync. It might be slower now
though.
* [f02c3118] Fixed a resource leak with OkHTTP

Pablo Wildson (1):
* [ea828a07] Translated using Weblate (Portuguese (Brazil))

atilluF (1):
* [a5c25344] Updated Italian translation using Weblate

lucasmz (1):
* [b62bf581] Updated Portuguese (Brazil) translation using Weblate

# 2.6.21
Jonas Kalderstam (2):
* [0d564b74] Fixed Settings preview
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {

defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 306
versionName = "2.6.21"
versionCode = 307
versionName = "2.6.22"
minSdk = 23
targetSdk = 33

Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/307.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 2.6.22
Jonas Kalderstam (4):
* [166390e5] Fixed so sync will never run when no network available
* [eac1b124] Fixed performance of NavDrawer. If you have many feeds you
will notice a big difference
* [178ea561] Fixed resource usage during sync. It might be slower now
though.
* [f02c3118] Fixed a resource leak with OkHTTP

Pablo Wildson (1):
* [ea828a07] Translated using Weblate (Portuguese (Brazil))

atilluF (1):
* [a5c25344] Updated Italian translation using Webl

0 comments on commit cdd90d4

Please sign in to comment.