Commit 035bfdd
1.5.6-beta.2 (#2656)
* Fixed pro5 import issue
* Fixed clear audio not stopping playlist
* Fixed dropdown closing too quick
- Restoring old settings won't mess up the data path
* Group name replaced when changing background if same name as previous
* Fixed incorrect scripture selection order sometimes
* Groups number tip
* Added support for B1 plans containing lesson items.
* Fixed custom icons white default color #2605
* Fixed template text sometimes removed if different item order #2607
* Fixed non text items duplicated on text edit changes
* Trying to prevent crash #2612
* Template image is prioritized #2613
- Template popup ordered by scripture
* Updated languages
* Media reading improvements
- Recursive audio folder search
- Fixes #2615
* Toggle text edit shortcut #2644
* Quick create audio folder from media folder #2178
- Media updates
* Added Traditional Chinese
* Fixed playlist highlight create
- Fixed project folder buttons scroll
- Fixed spaces in text edit not working well
* Fixed stage display next scripture text not working #2636
* Stage sizes auto update when window size changes #2604
- Smaller stage labels on small screens
* Auto detect new media/project files
* Skip too large string type files when importing
* Timer easly warning color #2581
* Fixed API scripture next/previous verse not working #2627
* Add verse select (#2630)
* Add verse select
* Move play button on mobile
* macOS go back workaround #2614
* Style template only used as preview if all outputs styles has a custom template #2608
* Replace certain scripture HTML tags #2553
* B1.Church songs import fix
* Tweaks
* fix: search all lines for customType markers in scripture auto-sizing (#2648)
* fix: search all lines for customType markers in scripture auto-sizing
The customTypeRatio calculation was only searching the first line (lines[0])
for verse numbers marked with customType: 'disableTemplate'. In templates
where verse numbers appear in other lines (e.g., line 1), this caused the
ratio to default to 1.0 instead of the correct value (e.g., 0.6 for 60px
verse numbers).
This resulted in inconsistent auto-sizing where some verses would be
calculated with extremely small font sizes because the algorithm treated
the verse number as if it should be the same size as the verse text.
Fixed by iterating through all lines to find customType markers in both:
- deriveCustomTypeRatio() function
- calculateAutosize() function
Now correctly calculates the verse number to text ratio regardless of
which line contains the verse numbers.
* Fixed formatting
---------
Co-authored-by: Kristoffer <kristoffervassbo@gmail.com>
* Fix scripture template override applying wrong styles to verses 2+ (#2653)
* Fix scripture template override applying wrong styles to verses 2+
When using 'Overwrite Scripture with Template' in output styles, verses beyond the first were getting matched to the wrong template text object (falling back to text[0] which is the verse number template instead of verse text template).
Now intelligently matches verse text objects to {scripture_text} placeholder and verse numbers to {scripture_number} placeholder based on customType flag.
* Fixed formatting
- Fixed type
---------
Co-authored-by: Kristoffer <kristoffervassbo@gmail.com>
* Trying to remove extra fullscreen menu #2651
* Fixing errors
* Updates
* ChurchApps Cloud Sync (#2655)
* ChurchApps Cloud Sync
* Progress
- Fixed async rename/delete not awaited
* Updates
* Changed hostname
- Fixed too many open files backup issue
* Attach file as blob. Fetch from S3 instead of API
* Fixed latest zip deleted
* Backup downloads supress errors
* Fixed id issue
* Updated my teams api url
* Tweaks
* Updates
* Fix
* Finalizing
---------
Co-authored-by: Jeremy Zongker <jeremy@zongker.net>
* Cloud updates
- Version update
- Audit fixes
* Fixes
---------
Co-authored-by: Jeremy Zongker <jeremy@zongker.net>
Co-authored-by: Gladson Sam <115465353+gladsonsam@users.noreply.github.com>
Co-authored-by: Yuri Vidal <yurividal@users.noreply.github.com>1 parent e01f137 commit 035bfdd
File tree
111 files changed
+5189
-1229
lines changed- public/lang
- src
- electron
- IPC
- cloud
- contentProviders
- amazingLife
- base
- churchApps
- planningCenter
- data
- utils
- frontend
- IPC
- audio
- components
- actions
- drawer
- audio
- bible
- info
- media
- pages
- edit
- editors
- values
- helpers
- inputs
- main
- popups
- output
- layers
- preview
- settings/tabs
- show
- folder
- slide
- views
- stage
- tools
- system
- converters
- utils
- values
- server
- common/util
- remote
- components/pages
- util
- stage/components
- types
- IPC
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+5189
-1229
lines changedSome 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 | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| 224 | + | |
| 225 | + | |
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
| |||
485 | 488 | | |
486 | 489 | | |
487 | 490 | | |
| 491 | + | |
488 | 492 | | |
489 | 493 | | |
490 | 494 | | |
| |||
648 | 652 | | |
649 | 653 | | |
650 | 654 | | |
| 655 | + | |
651 | 656 | | |
652 | 657 | | |
653 | 658 | | |
| |||
849 | 854 | | |
850 | 855 | | |
851 | 856 | | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
| 857 | + | |
856 | 858 | | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
| 859 | + | |
864 | 860 | | |
865 | 861 | | |
866 | 862 | | |
867 | | - | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
868 | 866 | | |
869 | 867 | | |
870 | 868 | | |
| |||
1131 | 1129 | | |
1132 | 1130 | | |
1133 | 1131 | | |
| 1132 | + | |
| 1133 | + | |
1134 | 1134 | | |
1135 | | - | |
1136 | | - | |
1137 | | - | |
| 1135 | + | |
1138 | 1136 | | |
1139 | 1137 | | |
1140 | 1138 | | |
| |||
0 commit comments