Skip to content

Commit 7652169

Browse files
committed
Releasing 2.6.10
1 parent 639eb88 commit 7652169

File tree

4 files changed

+68
-37
lines changed

4 files changed

+68
-37
lines changed

CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
# 2.6.10
2+
Agnieszka C (1):
3+
* [1bedec87] Updated Polish translation using Weblate
4+
5+
Belmar Begić (1):
6+
* [0c4e4ca9] Updated Bosnian translation using Weblate
7+
8+
Eric (1):
9+
* [8f3b03f5] Updated Chinese (Simplified) translation using Weblate
10+
11+
Jonas Kalderstam (12):
12+
* [e89df3ba] Fixed crash when a resource string was not styled as expected
13+
* [510a38ac] Added reading time/word count for languages which use spaces
14+
* [d1d7b1a5] Added kurdish language file
15+
* [8433be8d] Changed word/minutes to plural strings
16+
* [63e5e584] Updated to ktlint 1.0.1
17+
* [de62e7d8] Formatted according to latest ktlint
18+
* [12bd7ccf] Added leading zero to seconds formatting
19+
* [46dc5926] Fixed elements hidden by CSS being displayed
20+
* [4efc9d70] Added display of article image inside reader
21+
* [42533b32] Fixed image captions appearing twice in full text articles
22+
* [833c51fa] Fixed ktlint triggering on compose function names
23+
* [639eb889] Fixed some cover images appearing twice in reader if full
24+
text
25+
26+
Kazushi Hayama (1):
27+
* [694ad69c] Updated Japanese translation using Weblate
28+
29+
Matth78 (2):
30+
* [55d2a796] Updated French translation using Weblate
31+
* [d06e83e1] Updated French translation using Weblate
32+
33+
Miraficus (1):
34+
* [1760fe94] Updated Czech translation using Weblate
35+
36+
RT Redréovič (1):
37+
* [3bb9665c] Updated Esperanto translation using Weblate
38+
39+
Simona Iacob (1):
40+
* [bf39f0af] Updated Romanian translation using Weblate
41+
42+
VfBFan (1):
43+
* [b4c15b92] Updated German translation using Weblate
44+
45+
berhat gergin (1):
46+
* [78ddcc5c] Updated Kurdish translation using Weblate
47+
48+
gallegonovato (1):
49+
* [c7a535c6] Updated Spanish translation using Weblate
50+
151
# 2.6.9
252
Jonas Kalderstam (11):
353
* [2bdade90] Fixed crash when table had no columns

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 = 294
15-
versionName = "2.6.9"
14+
versionCode = 295
15+
versionName = "2.6.10"
1616
minSdk = 23
1717
targetSdk = 33
1818

+1-35
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
3-
<locale android:name="ar"/>
4-
<locale android:name="bg"/>
5-
<locale android:name="bs-rBA"/>
6-
<locale android:name="ca-rES"/>
7-
<locale android:name="cs-rCZ"/>
8-
<locale android:name="da"/>
9-
<locale android:name="de"/>
10-
<locale android:name="el"/>
11-
<locale android:name="en"/>
12-
<locale android:name="es"/>
13-
<locale android:name="fa"/>
14-
<locale android:name="fi"/>
15-
<locale android:name="fr"/>
16-
<locale android:name="hu"/>
17-
<locale android:name="in"/>
18-
<locale android:name="it"/>
19-
<locale android:name="ja"/>
20-
<locale android:name="lt"/>
21-
<locale android:name="ml"/>
22-
<locale android:name="nb-rNO"/>
23-
<locale android:name="nl"/>
24-
<locale android:name="pl"/>
25-
<locale android:name="pt-rBR"/>
26-
<locale android:name="pt-rPT"/>
27-
<locale android:name="ro"/>
28-
<locale android:name="ru"/>
29-
<locale android:name="sr"/>
30-
<locale android:name="sv"/>
31-
<locale android:name="ta"/>
32-
<locale android:name="th"/>
33-
<locale android:name="tr"/>
34-
<locale android:name="uk"/>
35-
<locale android:name="vi"/>
36-
<locale android:name="zh-rCN"/>
37-
<locale android:name="zh-rTW"/>
3+
<locale android:name="ar"/> <locale android:name="bg"/> <locale android:name="bs-rBA"/> <locale android:name="ca-rES"/> <locale android:name="cs-rCZ"/> <locale android:name="da"/> <locale android:name="de"/> <locale android:name="el"/> <locale android:name="en"/> <locale android:name="es"/> <locale android:name="fa"/> <locale android:name="fi"/> <locale android:name="fr"/> <locale android:name="hu"/> <locale android:name="in"/> <locale android:name="it"/> <locale android:name="ja"/> <locale android:name="ku"/> <locale android:name="lt"/> <locale android:name="ml"/> <locale android:name="nb-rNO"/> <locale android:name="nl"/> <locale android:name="pl"/> <locale android:name="pt-rBR"/> <locale android:name="pt-rPT"/> <locale android:name="ro"/> <locale android:name="ru"/> <locale android:name="sr"/> <locale android:name="sv"/> <locale android:name="ta"/> <locale android:name="th"/> <locale android:name="tr"/> <locale android:name="uk"/> <locale android:name="vi"/> <locale android:name="zh-rCN"/> <locale android:name="zh-rTW"/>
384
</locale-config>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 2.6.10
2+
Agnieszka C (1):
3+
* [1bedec87] Updated Polish translation using Weblate
4+
5+
Belmar Begić (1):
6+
* [0c4e4ca9] Updated Bosnian translation using Weblate
7+
8+
Eric (1):
9+
* [8f3b03f5] Updated Chinese (Simplified) translation using Weblate
10+
11+
Jonas Kalderstam (12):
12+
* [e89df3ba] Fixed crash when a resource string was not styled as expected
13+
* [510a38ac] Added reading time/word count for languages which use spaces
14+
* [d1d7b1a5] Added kurdish language file
15+
* [8433be8d] Changed word/minutes to p

0 commit comments

Comments
 (0)