Skip to content

Commit f20f49b

Browse files
committed
Releasing 2.6.9
1 parent 89775af commit f20f49b

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 2.6.9
2+
Jonas Kalderstam (11):
3+
* [2bdade90] Fixed crash when table had no columns
4+
* [03924c15] Fixed crash when trying to TTS play a missing file
5+
* [cda338b7] Fixed another crash in table rendering
6+
* [ccabb499] Fixed crash if trying to notify for too many items
7+
* [f1a3a237] Changed so image enclosures are shown in the Reader
8+
* [015f0766] Fixed so list items are not immediately given newlines if
9+
followed by paragraph
10+
* [020c31e7] Moved all dependencies into bundles
11+
* [ce8461c1] Changed to ksp and upped kotlin and compose compile
12+
* [042daa3a] Bumped android plugin version
13+
* [0bcea035] Bumped bunch of versions
14+
* [89775af8] Removed bad language
15+
16+
Kazushi Hayama (1):
17+
* [b5f4ca49] Updated Japanese translation using Weblate
18+
19+
Vitor Henrique (1):
20+
* [28063c3d] Translated using Weblate (Portuguese)
21+
122
# 2.6.8
223
Agnieszka C (1):
324
* [2ffda1a6] Updated Polish translation using Weblate

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111

1212
defaultConfig {
1313
applicationId = "com.nononsenseapps.feeder"
14-
versionCode = 293
15-
versionName = "2.6.8"
14+
versionCode = 294
15+
versionName = "2.6.9"
1616
minSdk = 23
1717
targetSdk = 33
1818

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 2.6.9
2+
Jonas Kalderstam (11):
3+
* [2bdade90] Fixed crash when table had no columns
4+
* [03924c15] Fixed crash when trying to TTS play a missing file
5+
* [cda338b7] Fixed another crash in table rendering
6+
* [ccabb499] Fixed crash if trying to notify for too many items
7+
* [f1a3a237] Changed so image enclosures are shown in the Reader
8+
* [015f0766] Fixed so list items are not immediately given newlines if
9+
followed by paragraph
10+
* [020c31e7] Moved all dependencies into bundles
11+
* [ce8

0 commit comments

Comments
 (0)