Skip to content

Commit

Permalink
Releasing 2.6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Jun 3, 2024
1 parent e76526b commit 347ed83
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 2.6.25
Jonas Kalderstam (6):
* [dea0a7092] Updated release pipeline to always publish APKs even if Play
store is dumb
* [26b71e8dd] Fixed release pipeline syntax
* [040255905] Added ktlint to gradle
* [ebb5ea81a] Ensured retry-after is respected, even when feeds share the
same host
* [42ce72343] Rewrote reader layout engine. Adds real table support.
* [e76526be9] Fixed test

eevan78 (2):
* [1d306a759] Updated Serbian translation using Weblate
* [0b19e6d44] Translated using Weblate (Serbian)

hugoalh (1):
* [eb7fc21d5] Updated Chinese (Traditional) translation using Weblate

josé m (2):
* [2d1bfdb2f] Updated Galician translation using Weblate
* [596822c61] Updated Galician translation using Weblate

v1s7 (1):
* [d7da5ad37] Updated Russian translation using Weblate

Λευτέρης Τ (1):
* [817acf02f] Updated Greek translation using Weblate

# 2.6.24
Jonas Kalderstam (1):
* [8a86acbd] Fixed performance when many entries in blocklist
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {

defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 309
versionName = "2.6.24"
versionCode = 310
versionName = "2.6.25"
minSdk = 23
targetSdk = 34

Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/310.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 2.6.25
Jonas Kalderstam (6):
* [dea0a7092] Updated release pipeline to always publish APKs even if Play
store is dumb
* [26b71e8dd] Fixed release pipeline syntax
* [040255905] Added ktlint to gradle
* [ebb5ea81a] Ensured retry-after is respected, even when feeds share the
same host
* [42ce72343] Rewrote reader layout engine. Adds real table support.
* [e76526be9] Fixed test

eevan78 (2):
* [1d306a759] Updated Serbian translation using Weblate
* [0b19e6d44] Tra

0 comments on commit 347ed83

Please sign in to comment.