Skip to content

Commit

Permalink
Releasing 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Sep 12, 2023
1 parent 57d8666 commit 3f7e113
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.6.3
Jonas Kalderstam (2):
* [77ec797b] Changed so sync will try to fetch the favicon of a site if no
feed image (one time only)
* [57d86668] Made builds reproducible

YGXB_net (1):
* [278355d1] Updated Chinese (Simplified) translation using Weblate

# 2.6.2
Axus Wizix (1):
* [ec5281aa] Updated Russian translation using Weblate
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
namespace = "com.nononsenseapps.feeder"
defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 286
versionName = "2.6.2"
versionCode = 287
versionName = "2.6.3"
compileSdk = 33
minSdk = 23
targetSdk = 33
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/287.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 2.6.3
Jonas Kalderstam (2):
* [77ec797b] Changed so sync will try to fetch the favicon of a site if no
feed image (one time only)
* [57d86668] Made builds reproducible

YGXB_net (1):
* [278355d1] Updated Chinese (Simplified) translation using Weblate

0 comments on commit 3f7e113

Please sign in to comment.