Skip to content

Commit

Permalink
Releasing 2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Nov 18, 2023
1 parent 89775af commit f20f49b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 2.6.9
Jonas Kalderstam (11):
* [2bdade90] Fixed crash when table had no columns
* [03924c15] Fixed crash when trying to TTS play a missing file
* [cda338b7] Fixed another crash in table rendering
* [ccabb499] Fixed crash if trying to notify for too many items
* [f1a3a237] Changed so image enclosures are shown in the Reader
* [015f0766] Fixed so list items are not immediately given newlines if
followed by paragraph
* [020c31e7] Moved all dependencies into bundles
* [ce8461c1] Changed to ksp and upped kotlin and compose compile
* [042daa3a] Bumped android plugin version
* [0bcea035] Bumped bunch of versions
* [89775af8] Removed bad language

Kazushi Hayama (1):
* [b5f4ca49] Updated Japanese translation using Weblate

Vitor Henrique (1):
* [28063c3d] Translated using Weblate (Portuguese)

# 2.6.8
Agnieszka C (1):
* [2ffda1a6] Updated Polish 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 @@ -11,8 +11,8 @@ android {

defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 293
versionName = "2.6.8"
versionCode = 294
versionName = "2.6.9"
minSdk = 23
targetSdk = 33

Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/294.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 2.6.9
Jonas Kalderstam (11):
* [2bdade90] Fixed crash when table had no columns
* [03924c15] Fixed crash when trying to TTS play a missing file
* [cda338b7] Fixed another crash in table rendering
* [ccabb499] Fixed crash if trying to notify for too many items
* [f1a3a237] Changed so image enclosures are shown in the Reader
* [015f0766] Fixed so list items are not immediately given newlines if
followed by paragraph
* [020c31e7] Moved all dependencies into bundles
* [ce8

0 comments on commit f20f49b

Please sign in to comment.