Skip to content

Commit 33ebbd9

Browse files
Release/1.2.4 (#194)
* Update changelogs * Fix spacing in changelogs * Update transifex * Bump version number to 1.2.4
1 parent e6e71ad commit 33ebbd9

File tree

7 files changed

+15
-10
lines changed

7 files changed

+15
-10
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ org.thepalaceproject.build.jdkBytecodeTarget=11
3838
org.thepalaceproject.build.jdkBuild=17
3939
org.thepalaceproject.build.publishSources=true
4040

41-
ekirjasto.versionName=1.2.2
41+
ekirjasto.versionName=1.2.4
4242

4343
# If true, enable StrictMode checking in debug builds
4444
# Useful when trying to find performance issues, but also makes for noisy logs
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
1.2.2
2-
- LCP update
1+
1.2.4
2+
- Listening audiobooks on higher speeds does not leave empty space at the end of chapter anymore
3+
- Fixed a bug in audiobooks which made the sleep timer not stop when set to end of chapter
34
- UI fixes
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
1.2.2
2-
- LCP-päivitys
1+
Kehitämme sovellusta ja korjaamme bugeja jatkuvasti. Tarkistathan, että sinulla on aina käytössäsi sovelluksen uusin versio.
2+
3+
1.2.4
4+
- Äänikirjan kuunteleminen suuremmilla nopeuksilla ei enää jätä tyhjää tilaa kappaleen loppuun
5+
- Korjattin bugi, joka esti uniajastinta pysähtymästä kappaleen lopussa
36
- UI korjauksia
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
1.2.2
2-
- LCP uppdatering
1+
1.2.4
2+
- Att lyssna på ljudböcker med högre hastighet lämnar inte längre tomt utrymme i slutet av kapitlet
3+
- En bugg som hindrade sovtimern från att stanna i slutet av kapitlet har åtgärdats
34
- UI fixar

simplified-app-ekirjasto/src/main/assets/txnative/en/txstrings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"string" : "Playback rate"
488488
},
489489
"audiobook_player_menu_sleep_title" : {
490-
"string" : "Set your sleep timer"
490+
"string" : "Sleep timer"
491491
},
492492
"audiobook_player_menu_toc_title" : {
493493
"string" : "Table of contents"

simplified-app-ekirjasto/src/main/assets/txnative/fi/txstrings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"string" : "Toistonopeus"
488488
},
489489
"audiobook_player_menu_sleep_title" : {
490-
"string" : "Aseta uniajastin"
490+
"string" : "Uniajastin"
491491
},
492492
"audiobook_player_menu_toc_title" : {
493493
"string" : "Sisällysluettelo"

simplified-app-ekirjasto/src/main/assets/txnative/sv/txstrings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"string" : "Uppspelningshastighet"
488488
},
489489
"audiobook_player_menu_sleep_title" : {
490-
"string" : "Ställ in din vilotimer"
490+
"string" : "Vilotimer"
491491
},
492492
"audiobook_player_menu_toc_title" : {
493493
"string" : "Innehållsförteckning"

0 commit comments

Comments
 (0)