File tree Expand file tree Collapse file tree 10 files changed +53
-2
lines changed Expand file tree Collapse file tree 10 files changed +53
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.7.0] - 2025-03-24
6
+
7
+ ### 🚀 Features
8
+
9
+ - * (selection)* Show translation information
10
+ - Backup data
11
+ - Add horizontal split screen
12
+ - Restore user backup
13
+ - Add previous/next chapter buttons to ReadScreen
14
+
15
+ ### 🐛 Bug Fixes
16
+
17
+ - Return to download translation screen when no translation found
18
+
19
+ ### 📚 Documentation
20
+
21
+ - * (license)* Bump copyright date
22
+
23
+ ### ⚡ Performance
24
+
25
+ - Improve translation information interface
26
+
27
+ ### 🎨 Styling
28
+
29
+ - Reformat and cleanup
30
+ - Reformat
31
+
32
+ ### ⚙️ Miscellaneous Tasks
33
+
34
+ - Use ktx functions
35
+
5
36
## [ 1.6.1] - 2025-03-11
6
37
7
38
### 📚 Documentation
8
39
9
40
- * (strings)* Add PT-BR (#37 )
10
41
- * (strings)* Make some keys untranslatable
11
42
43
+ ### ⚙️ Miscellaneous Tasks
44
+
45
+ - Bump to 1.6.1
46
+
12
47
## [ 1.6.0] - 2025-02-25
13
48
14
49
### 🚀 Features
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
applicationId = " com.schwegelbin.openbible"
14
14
minSdk = 27
15
15
targetSdk = 35
16
- versionCode = 27
17
- versionName = " 1.6.1 "
16
+ versionCode = 28
17
+ versionName = " 1.7.0 "
18
18
19
19
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
20
20
}
Original file line number Diff line number Diff line change
1
+ Funktionen
2
+ - Zeige Uebersetzungsinformationen
3
+ - Daten-Backup
4
+ - Geteilter Bildschirm Modus: Horizontal
5
+ - Wechsel zum naechsten/vorherigen Kapitel
6
+
7
+ Fehlerbehebungen
8
+ - Wiederherstellung des Herunterladen-Prozesses bei Unterbrechungen
Original file line number Diff line number Diff line change
1
+ Features
2
+ - Show translation information
3
+ - Backup data
4
+ - Horizontal split screen
5
+ - Switch to next/previous chapter
6
+
7
+ Bug Fixes
8
+ - Return to download translation at interruption
You can’t perform that action at this time.
0 commit comments