File tree Expand file tree Collapse file tree 12 files changed +69
-2
lines changed Expand file tree Collapse file tree 12 files changed +69
-2
lines changed 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 = 33
17
- versionName = " 1.9.2 "
16
+ versionCode = 34
17
+ versionName = " 2.0.0 "
18
18
19
19
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
20
20
}
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
+ ## [ 2.0.0] - 2025-09-18
6
+
7
+ ### 🚀 Features
8
+
9
+ - Add contact button to settings
10
+ - Move translation management from Settings to Selection
11
+ - [ ** breaking** ] Improve translation management
12
+
13
+ ### 🐛 Bug Fixes
14
+
15
+ - Don't allow deleting the last translation
16
+ - Fallback to working translation in case of a deserialization error
17
+ - Selection not showing available translations of installed languages
18
+ - Create fallbacks for fallbacks for translations
19
+
20
+ ### 📚 Documentation
21
+
22
+ - * (metadata)* Update short and full descriptions
23
+ - * (readme)* Update short and full descriptions
24
+ - * (readme)* Fix typo
25
+ - * (metadata, readme)* Fix another typo
26
+ - * (readme)* Format table
27
+
28
+ ### 🎨 Styling
29
+
30
+ - Cleanup Icon syntax
31
+ - Cleanup elevation syntax
32
+
33
+ ### ⚙️ Miscellaneous Tasks
34
+
35
+ - Remove unnecessary val
36
+ - Update getbible link (getbible.net -> getbible.life)
37
+
5
38
## [ 1.9.2] - 2025-08-20
6
39
40
+ ### ⚙️ Miscellaneous Tasks
41
+
42
+ - Bump to 1.9.2
43
+
7
44
### ◀️ Revert
8
45
9
46
- Chore(deps): bump com.android.application from 8.11.1 to 8.12.0 (#63 )
Original file line number Diff line number Diff line change
1
+ Funktionen
2
+ - Hinzufuegen eines Knopfes zur Kontaktaufnahme
3
+ - Uebersetzungen koennen nun im Auswaehlbereich verwaltet werden, anstelle von in den Einstellungen
4
+ - Verbesserte Uebersetzungsverwaltung
5
+
6
+ Fehlerkorrigierungen
7
+ - Die letzte Uebersetzung kann nicht mehr geloescht werden
8
+ - Verbessertes Ruecklagesystem von kaputten Uebersetzungen (z.B. nicht vollstaendig heruntergeladen)
9
+
10
+ Dokumentation
11
+ - Aktualisieren der kurzen und langen Beschreibung
12
+
13
+ Weitere Aufgaben
14
+ - Aktualisieren von Abhaengigkeiten
15
+ - Aktualisieren der getBible Links
Original file line number Diff line number Diff line change
1
+ Features
2
+ - Added a contact button to settings
3
+ - Moved translation management from settings to selection
4
+ - Improved translation management
5
+
6
+ Bug Fixes
7
+ - Don't allow deleting the last translation
8
+ - Improved fallback mechanism of broken translations (e.g. not fully downloaded)
9
+
10
+ Documentation
11
+ - Updated short and full descriptions
12
+
13
+ Miscellaneous Tasks
14
+ - Updated Dependencies
15
+ - Updated getBible links
You can’t perform that action at this time.
0 commit comments