File tree 3 files changed +34
-2
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
22
# 2.6.8
2
23
Agnieszka C (1):
3
24
* [ 2ffda1a6] Updated Polish translation using Weblate
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
12
12
defaultConfig {
13
13
applicationId = " com.nononsenseapps.feeder"
14
- versionCode = 293
15
- versionName = " 2.6.8 "
14
+ versionCode = 294
15
+ versionName = " 2.6.9 "
16
16
minSdk = 23
17
17
targetSdk = 33
18
18
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments