Skip to content

Commit 9152fc0

Browse files
committed
chore: bump to 1.8.0
1 parent a3bf519 commit 9152fc0

File tree

12 files changed

+56
-2
lines changed

12 files changed

+56
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

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

5+
## [1.8.0] - 2025-05-09
6+
7+
### 🚀 Features
8+
9+
- Add infinite scroll checkmark
10+
- Pinch to zoom
11+
- Add SearchScreen
12+
- Double tap to zoom
13+
14+
### 🐛 Bug Fixes
15+
16+
- Output for checksum was null
17+
- Translation selection not updating
18+
- Old dirs not deleting
19+
- Back gesture blocked by search bar
20+
21+
### 🚜 Refactor
22+
23+
- Split shared prefs logic to seperat file
24+
25+
### ⚡ Performance
26+
27+
- Automatically calculate shasum
28+
- Improve startup logic
29+
- Reorder startup checks
30+
31+
### ⚙️ Miscellaneous Tasks
32+
33+
- Bump sdk from 35 to 36
34+
- Remove "DropdownSelection" from deploymentTargetSelector.xml
35+
- Add todos and initialize them
36+
- Update Menu UI
37+
- Add issue links to todos
38+
- Change dependabot intervall from weekly to monthly
39+
- Close menu on click
40+
- Finish search todo
41+
542
## [1.7.0] - 2025-03-24
643

744
### 🚀 Features
@@ -32,6 +69,7 @@ All notable changes to this project will be documented in this file.
3269
### ⚙️ Miscellaneous Tasks
3370

3471
- Use ktx functions
72+
- Bump to 1.7.0
3573

3674
## [1.6.1] - 2025-03-11
3775

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 = 36
16-
versionCode = 28
17-
versionName = "1.7.0"
16+
versionCode = 29
17+
versionName = "1.8.0"
1818

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

metadata/de/changelogs/29.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Aktualisieren der Pakete
2+
Leistungsverbesserung (Startgeschwindigkeit, Übersetzungsaktualsierungszeit)
3+
4+
Hinzugefügt:
5+
- Aufklappbares Menü
6+
- Such-Funktion
7+
- Zwei-Finger-Vergrößerung
8+
- Doppelklick zum Vergrößern

metadata/en-US/changelogs/29.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Updated Dependencies
2+
Improved Performance (Startup & Translation update time)
3+
4+
Added:
5+
- DropdownMenu
6+
- Search Screen
7+
- Pinch to zoom
8+
- Double click to zoom
11.7 KB
Loading
-888 Bytes
Loading
-846 Bytes
Loading
46.2 KB
Loading
-34.1 KB
Loading
0 Bytes
Loading

0 commit comments

Comments
 (0)