File tree Expand file tree Collapse file tree 12 files changed +56
-2
lines changed Expand file tree Collapse file tree 12 files changed +56
-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.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
+
5
42
## [ 1.7.0] - 2025-03-24
6
43
7
44
### 🚀 Features
@@ -32,6 +69,7 @@ All notable changes to this project will be documented in this file.
32
69
### ⚙️ Miscellaneous Tasks
33
70
34
71
- Use ktx functions
72
+ - Bump to 1.7.0
35
73
36
74
## [ 1.6.1] - 2025-03-11
37
75
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 = 36
16
- versionCode = 28
17
- versionName = " 1.7 .0"
16
+ versionCode = 29
17
+ versionName = " 1.8 .0"
18
18
19
19
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
20
20
}
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments