Skip to content

Commit aa04fb2

Browse files
committed
chore: bump to 1.7.0
1 parent 57543d2 commit aa04fb2

File tree

10 files changed

+53
-2
lines changed

10 files changed

+53
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,48 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
536
## [1.6.1] - 2025-03-11
637

738
### 📚 Documentation
839

940
- *(strings)* Add PT-BR (#37)
1041
- *(strings)* Make some keys untranslatable
1142

43+
### ⚙️ Miscellaneous Tasks
44+
45+
- Bump to 1.6.1
46+
1247
## [1.6.0] - 2025-02-25
1348

1449
### 🚀 Features

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.schwegelbin.openbible"
1414
minSdk = 27
1515
targetSdk = 35
16-
versionCode = 27
17-
versionName = "1.6.1"
16+
versionCode = 28
17+
versionName = "1.7.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}

metadata/de/changelogs/28.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

metadata/en-US/changelogs/28.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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
2.83 KB
Loading
-9.05 KB
Loading
5.62 KB
Loading
814 Bytes
Loading
0 Bytes
Loading
17.6 KB
Loading

0 commit comments

Comments
 (0)