-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.js
37 lines (34 loc) · 1.2 KB
/
changelog.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/** @format */
// changelog.js
const changelog = {
"1.0.0": ["Initial release of the app."],
"1.0.75": [
"Added Watos Praise after the Saturday Theotokia for Kiahk 'I praise you O chosen one'",
"iPhone Explanations Popup bug fix",
"iOS margins fix",
],
"1.0.76": [
"Added changelog popup after update",
"Added Adam Psali On The Third Canticle 'I praise you O chosen one' for Kiahk",
],
"1.0.77": [
"Added Holy Bible Section containing Old Testament Septuagint Translation",
"Fixed Coptic and English text in Wednesday Theotokia 'Hail to the rational bush...'",
"Added Psalis and Expositions for Nativity Paramoun and Nativity",
"Psalmody English and Coptic Text Corrections",
],
"1.0.78": [
"Spelling corrections in Kiahk Praises and Psalmody",
"Removed Saturday Psali Praise from weekdays in Kiahk",
"Changed Theotokia Inro on Monday and Tuesday to be Adam",
"Added Adam Psali for the Wedding at Cana of Galilee",
"Updated bible verse navigation menu",
"Added NKJV New Testament",
],
"1.0.79": [
"Removed duplicate 'Your mercies, O my God'",
"Fixed Jenkims in 3rd Canticle",
"UI Improvements",
]
};
export default changelog;