Commit f191003
1.5.7-beta.1 (#2755)
* Catch bad file names in sync
* Updated languages
* Fixed "Add folder" missing #2701
* Fixed Scripture freeze #2707
* Fixed Scripture freeze #2707
* Notes links are clickable #2708
* Updates
* Fixed stage display next scripture text not working #2636
* Fixed indicator
* Fix grow to fit, and stage output auto-size (#2712)
* Fix grow to fit not working - maxFontSize should only be limited when itemFontSize > 100
* Fix stage autosize giant text bug
Fixed multiple issues causing text to display at 800px before autosizing:
1. STAGE now ignores item.autoFontSize (computed for OUTPUT dimensions)
and always starts at fontSize=0 to compute its own size
2. Added stageAutoSize to hideUntilAutosized conditions so STAGE
properly hides content during autosize calculation
3. Strip font-size from Stagebox container style for autosize items
to prevent CSS inheritance of 800px MAX_FONT_SIZE
4. Disabled Stagebox's updateAutoSize for slide_text items since
Textbox handles its own autosize; fixed retry counter to reset
on slide changes
Debug logging has been commented out but preserved for future
troubleshooting if needed.
* remove remaining debug lines
* Fix thumbnail and OUTPUT giant text on first render
- Fixed thumbnail preview giant text by preventing autosize recalculation for preview context
- Fixed OUTPUT giant text by:
1. Starting at fontSize=0 when cache is invalid (hideUntilAutosized=true)
2. Adding OUTPUT container dimensions to cache signature for proper invalidation
- Thumbnails now only use cached OUTPUT fontSize values
- OUTPUT recalculates only when dimensions change or cache is invalid
- Maintains existing STAGE autosize behavior (independent calculation)
* Fixed freeze
* NDI 6.3.0
* Fixed scripture loading
* Profile selector updates
* Template items auto removed if added from a template #2700
* Copy/paste indicators
* Grouped Context UI (#2715)
* Grouped Context Menu UI
* Add to project on right click
* Fix autosize: enable independent thumbnail calculations with separate previewAutoFontSize cache (#2714)
- Remove preview blocking - all contexts (OUTPUT, STAGE, PREVIEW) now calculate independently
- Add previewAutoFontSize field to store thumbnail-specific autosize values separate from OUTPUT
- Thumbnails initialize from their own cache, fallback to OUTPUT cache, then 100px default
- Fix OUTPUT autosize storage blocking - only block temp drawer previews (showId=temp), not OUTPUT
Fixes:
- Stage giant text on first render
- OUTPUT giant text with invalid cache
- Scripture show thumbnail giant text
- Thumbnails now calculate using their actual container dimensions for accurate sizing
* Updated menus
* Fix: Merge styles properly for split verse text with template overrides (#2718)
- Replace simple string concatenation with proper CSS property merging
- Parse both base segment style and template style into objects
- Merge properties with template overriding base
- Remove font-size from merged result (handled separately by fontSizePart)
- Add !important to color, font-style, font-weight to ensure overrides apply
- Fixes issue where split verses lost line-height and other base properties
* Updated context menus
* Better delete group context menu
* Template enhancements #2717
- Tweaks
* Group template link in editor
* Fixed audio outline
- Context tweaks
* Less frequent EQ updates
* Fix list autosize shrink-to-fit generating tiny text (#2721)
- Add isList parameter to autosize function Options type
- Remove font-size from .break divs in virtual measurement clone for lists
- Prevents double font-size application that caused incorrect measurements
- Fixes shrink-to-fit calculating extremely small font sizes for list items
- Fixes grow-to-fit not properly filling space for list items
* Added &forceLogin=1 to B1 login
* Updates
* Fix/autosize font loading race condition (#2736)
* Fix autosize race condition with font loading
Root cause: Browser's 'slow network' intervention causes text to render with fallback fonts (Arial) before custom fonts (CMGSans) finish loading. Autosize measured dimensions with wrong font, resulting in incorrect font sizes on first load.
Solution:
- Added await document.fonts.ready before measuring dimensions
- Added dimension stability check with adaptive timing (100-150ms initial wait, then 20-50ms intervals)
- Different timing for output window vs preview (output needs 150ms, preview 100ms)
- Early exit when dimensions stabilize (no unnecessary waiting)
This ensures all rendering contexts (preview, output, stage) measure with the actual custom fonts loaded, not fallback fonts.
Fixes first-load autosize issues where text displays at wrong size.
* Fix shrinkToFit regression - respect user's chosen font size
- Fix font-size property key from ' font-size' to 'font-size' (removed leading space)
- Pass isList parameter to autosize function when item.list.enabled is true
- Ensures shrinkToFit uses user's template font size as maximum instead of always defaulting to 100px
- Fixes list items reverting to tiny text (10px) caused by double font-size application
- Combines fix for both regular text and list item autosize behavior
* Restore missing list adjustment and cache logic
- Re-add 0.9x font size adjustment for list items
- Restore cache writing for slide_tracker and regular items
- Restore item.autoFontSize and item.previewAutoFontSize assignment
* fix wrong Item ordering on unchanged items (#2749)
* Fix z-index layering bug for unchanged items in slide transitions
- Items with unchanged content now maintain correct z-order when transitioning between slides
- Replace persistent/transitioning split with boolean array tracking
- Apply explicit z-index based on item index to preserve theme-defined layering
- Unchanged items still render outside {#key} block to prevent flashing
* Fix z-index layering for unchanged items while preserving animations
- Render all items in single loop in original order to maintain z-index
- Persistent items (unchanged) render without {#key} wrapper to prevent flashing
- Transitioning items render with {#key} wrapper for proper animations
- Fixes issue where unchanged items would appear behind changed items
* Fixed extra spacing
* Timeline & Timecode (#2753)
* Timeline
* Timeline updates
* Timeline updates
* Updates
- Slide recordings converted
* Add actions
* Audio waveform
* Timeline updates
* Timeline updates
* Removed old Recording
- Synced with outputted slides
* Finalizing timeline
* Project timeline
* Fixes
* LTC Timecode
* MIDI Timecode
* Fixes
* Temp removed forceLogin
* Fixed connection issue #2741
* Add audio files to sync folder #2738
- Find missing audio files
* Locate media checks for matching parent folder first #2730
* Version update
---------
Co-authored-by: Yuri Vidal <yurividal@users.noreply.github.com>
Co-authored-by: Jeremy Zongker <jeremy@zongker.net>1 parent 3803e71 commit f191003
File tree
101 files changed
+5090
-1387
lines changed- public
- lang
- src
- electron
- IPC
- cloud
- contentProviders/churchApps
- data
- timecode
- utils
- frontend
- IPC
- audio
- components
- actions
- context
- drawer
- audio
- bible
- info
- live
- pages
- edit
- editors
- scripts
- values
- helpers
- inputs
- main
- popups
- output
- layers
- preview
- settings/tabs
- show
- tools
- slide
- stage
- items
- system
- timeline
- utils
- values
- server
- remote/components/tablet/layout/drawer/pages
- 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.
101 files changed
+5090
-1387
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 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| 508 | + | |
| 509 | + | |
508 | 510 | | |
509 | 511 | | |
510 | 512 | | |
| |||
612 | 614 | | |
613 | 615 | | |
614 | 616 | | |
| 617 | + | |
615 | 618 | | |
616 | 619 | | |
617 | 620 | | |
| |||
625 | 628 | | |
626 | 629 | | |
627 | 630 | | |
| 631 | + | |
628 | 632 | | |
| 633 | + | |
629 | 634 | | |
630 | 635 | | |
631 | 636 | | |
| |||
836 | 841 | | |
837 | 842 | | |
838 | 843 | | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
848 | 847 | | |
849 | 848 | | |
850 | 849 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
82 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
83 | 90 | | |
84 | 91 | | |
85 | 92 | | |
| |||
205 | 212 | | |
206 | 213 | | |
207 | 214 | | |
| 215 | + | |
208 | 216 | | |
| 217 | + | |
| 218 | + | |
209 | 219 | | |
210 | | - | |
| 220 | + | |
211 | 221 | | |
212 | 222 | | |
213 | 223 | | |
214 | 224 | | |
215 | 225 | | |
| 226 | + | |
| 227 | + | |
216 | 228 | | |
217 | 229 | | |
218 | 230 | | |
| |||
316 | 328 | | |
317 | 329 | | |
318 | 330 | | |
319 | | - | |
320 | 331 | | |
321 | 332 | | |
322 | 333 | | |
| |||
479 | 490 | | |
480 | 491 | | |
481 | 492 | | |
| 493 | + | |
482 | 494 | | |
483 | 495 | | |
484 | 496 | | |
| |||
642 | 654 | | |
643 | 655 | | |
644 | 656 | | |
| 657 | + | |
645 | 658 | | |
646 | 659 | | |
647 | 660 | | |
| |||
790 | 803 | | |
791 | 804 | | |
792 | 805 | | |
| 806 | + | |
793 | 807 | | |
794 | 808 | | |
795 | 809 | | |
| |||
842 | 856 | | |
843 | 857 | | |
844 | 858 | | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
| 859 | + | |
849 | 860 | | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
| 861 | + | |
857 | 862 | | |
858 | 863 | | |
859 | 864 | | |
860 | | - | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
861 | 873 | | |
862 | 874 | | |
863 | 875 | | |
| |||
1124 | 1136 | | |
1125 | 1137 | | |
1126 | 1138 | | |
| 1139 | + | |
| 1140 | + | |
1127 | 1141 | | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
| 1142 | + | |
1131 | 1143 | | |
1132 | 1144 | | |
1133 | 1145 | | |
| |||
1277 | 1289 | | |
1278 | 1290 | | |
1279 | 1291 | | |
| 1292 | + | |
1280 | 1293 | | |
1281 | 1294 | | |
1282 | 1295 | | |
| |||
0 commit comments