Commit 6ad1f69
1.5.6-beta.3 (#2674)
* Fix verse 1 duplication when split by 'Split long verses' feature (#2657)
When clicking a book name to auto-focus on verse 1, then shift-clicking
to extend the selection, verse 1 would appear twice if it was split into
multiple parts (1_1, 1_2, etc).
The issue occurred because:
- Initial selection defaulted to plain [1]
- Split verses feature created [1_1, 1_2] instead
- Range selection added both plain '1' and split '1_1', '1_2'
Fix: After range selection, filter out plain verse IDs when their split
versions exist in the selection.
* Fix typo (#2658)
* Auto bundle media files on save (#2667)
* POC
* POC 2
* Bundle project media
* Cleanup
* cleanup
* Fix whitespace formatting
---------
Co-authored-by: = <=>
* Auto bundle tweaks
* New items smartly auto positioned
- New items auto highlighted
- Old scripture templates auto converted
* Fixed emitter having no ID #2669
* Fixes
* Sync fixes
* Sync fixes
* Update modified time
* Fixed cloud shows
* Fixed cloud shows
* Projects sync modified
* Fixed cloud show modified
* Media sync folder
* Locate media files
* Updated Korean language
* Media path updates
* Sync indicator
- Sync fixes
* Media fixes
* Sync updates
* Detect existing unused Bible files
- Fixed freeze when local Bible file did not exist
* Version update
---------
Co-authored-by: Yuri Vidal <yurividal@users.noreply.github.com>
Co-authored-by: Gladson Sam <115465353+gladsonsam@users.noreply.github.com>
Co-authored-by: shadownetdev1 <26750646+shadownetdev1@users.noreply.github.com>1 parent 035bfdd commit 6ad1f69
File tree
67 files changed
+1287
-543
lines changed- .vscode
- public/lang
- src
- electron
- IPC
- cloud
- data
- utils
- frontend
- IPC
- components
- actions
- context
- drawer
- bible
- info
- media
- pages
- edit
- editbox
- editors
- scripts
- tools
- helpers
- main
- popups
- settings
- tabs
- show
- focus
- media
- tools
- slide
- views
- stage
- tools
- system
- converters
- utils
- values
- types
- IPC
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+1287
-543
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
217 | 219 | | |
218 | | - | |
| 220 | + | |
219 | 221 | | |
220 | 222 | | |
221 | 223 | | |
| |||
860 | 862 | | |
861 | 863 | | |
862 | 864 | | |
| 865 | + | |
863 | 866 | | |
864 | 867 | | |
865 | 868 | | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
866 | 873 | | |
867 | 874 | | |
868 | 875 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
| |||
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | | - | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
353 | 355 | | |
354 | 356 | | |
355 | 357 | | |
| 358 | + | |
356 | 359 | | |
357 | 360 | | |
358 | 361 | | |
| |||
397 | 400 | | |
398 | 401 | | |
399 | 402 | | |
400 | | - | |
| 403 | + | |
| 404 | + | |
401 | 405 | | |
402 | 406 | | |
403 | 407 | | |
| |||
431 | 435 | | |
432 | 436 | | |
433 | 437 | | |
| 438 | + | |
434 | 439 | | |
435 | 440 | | |
436 | 441 | | |
| |||
444 | 449 | | |
445 | 450 | | |
446 | 451 | | |
| 452 | + | |
447 | 453 | | |
448 | 454 | | |
449 | 455 | | |
| |||
482 | 488 | | |
483 | 489 | | |
484 | 490 | | |
| 491 | + | |
485 | 492 | | |
486 | 493 | | |
487 | | - | |
| 494 | + | |
488 | 495 | | |
489 | 496 | | |
490 | 497 | | |
491 | 498 | | |
492 | 499 | | |
| 500 | + | |
493 | 501 | | |
494 | 502 | | |
495 | 503 | | |
| |||
762 | 770 | | |
763 | 771 | | |
764 | 772 | | |
| 773 | + | |
765 | 774 | | |
766 | 775 | | |
767 | 776 | | |
| |||
794 | 803 | | |
795 | 804 | | |
796 | 805 | | |
797 | | - | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
798 | 809 | | |
799 | 810 | | |
800 | 811 | | |
| |||
946 | 957 | | |
947 | 958 | | |
948 | 959 | | |
| 960 | + | |
| 961 | + | |
949 | 962 | | |
950 | 963 | | |
951 | 964 | | |
| |||
986 | 999 | | |
987 | 1000 | | |
988 | 1001 | | |
989 | | - | |
990 | | - | |
| 1002 | + | |
| 1003 | + | |
991 | 1004 | | |
992 | 1005 | | |
993 | 1006 | | |
| |||
1046 | 1059 | | |
1047 | 1060 | | |
1048 | 1061 | | |
1049 | | - | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
1050 | 1065 | | |
1051 | 1066 | | |
1052 | 1067 | | |
| |||
1065 | 1080 | | |
1066 | 1081 | | |
1067 | 1082 | | |
1068 | | - | |
| 1083 | + | |
1069 | 1084 | | |
| 1085 | + | |
1070 | 1086 | | |
1071 | 1087 | | |
1072 | 1088 | | |
1073 | 1089 | | |
1074 | | - | |
| 1090 | + | |
1075 | 1091 | | |
1076 | 1092 | | |
1077 | 1093 | | |
| |||
1202 | 1218 | | |
1203 | 1219 | | |
1204 | 1220 | | |
1205 | | - | |
| 1221 | + | |
| 1222 | + | |
1206 | 1223 | | |
1207 | 1224 | | |
1208 | 1225 | | |
| |||
1253 | 1270 | | |
1254 | 1271 | | |
1255 | 1272 | | |
| 1273 | + | |
1256 | 1274 | | |
1257 | 1275 | | |
1258 | 1276 | | |
1259 | 1277 | | |
| 1278 | + | |
1260 | 1279 | | |
1261 | 1280 | | |
| 1281 | + | |
1262 | 1282 | | |
1263 | 1283 | | |
1264 | 1284 | | |
| |||
1288 | 1308 | | |
1289 | 1309 | | |
1290 | 1310 | | |
1291 | | - | |
1292 | 1311 | | |
1293 | | - | |
1294 | | - | |
1295 | | - | |
1296 | | - | |
1297 | 1312 | | |
1298 | 1313 | | |
| 1314 | + | |
| 1315 | + | |
1299 | 1316 | | |
1300 | 1317 | | |
1301 | 1318 | | |
| |||
1319 | 1336 | | |
1320 | 1337 | | |
1321 | 1338 | | |
| 1339 | + | |
1322 | 1340 | | |
1323 | 1341 | | |
1324 | 1342 | | |
| |||
1342 | 1360 | | |
1343 | 1361 | | |
1344 | 1362 | | |
1345 | | - | |
| 1363 | + | |
| 1364 | + | |
1346 | 1365 | | |
1347 | 1366 | | |
1348 | 1367 | | |
| |||
1404 | 1423 | | |
1405 | 1424 | | |
1406 | 1425 | | |
| 1426 | + | |
1407 | 1427 | | |
1408 | 1428 | | |
1409 | 1429 | | |
1410 | 1430 | | |
1411 | 1431 | | |
1412 | 1432 | | |
1413 | 1433 | | |
| 1434 | + | |
1414 | 1435 | | |
1415 | 1436 | | |
1416 | 1437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
152 | 154 | | |
153 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
| |||
223 | 227 | | |
224 | 228 | | |
225 | 229 | | |
226 | | - | |
227 | | - | |
| 230 | + | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| |||
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
258 | 271 | | |
259 | 272 | | |
260 | 273 | | |
| |||
0 commit comments