Commit fb6390b
1.5.7-beta.2 (#2804)
* OpenSong Fixes #2733
* Button to Convert background to media item #2739
- Tweaks
* Fixed camera/screen on slide not starting #2760
* Tweaks
* Improve Navigation in RemoteShow Scripture (#2771)
* improve navigation
* Fix tablet search
* Chordpro import improvements (#2783)
* tighten ChordPro metadata parsing
* added key metadata for chordpro
* Keep chord parsing on lyric lines with colons (skip directives only)
---------
Co-authored-by: Abel Balog <balog.abel@alerant.hu>
* Updated languages
* Better PPTX import (#2799)
- Media item cropping
* feat: Add tolerance setting for scripture verse splitting (#2801)
Adds a new 'Tolerance' setting (0-100) for scripture long verse splitting that enables smarter, punctuation-aware splits:
- When tolerance > 0, searches for punctuation marks (.,;:!?) within the tolerance window around the split point
- Splits at punctuation for more natural breaks instead of arbitrary character positions
- Auto-selects all parts of split verses when clicking (prevents accidental partial selection)
- Tolerance = 0 maintains exact original behavior (space-based splitting with rebalancing)
- Disables rebalancing when tolerance > 0 to preserve punctuation-based splits
Example: With size=160 and tolerance=20, a 192-char verse will split at the last punctuation mark between positions 140-180, rather than at an arbitrary space near position 160.
This improves readability by splitting verses at natural sentence boundaries.
* Fixed spacebar renaming issue #2768
* Fixed content from template not visible in output #2775
* Fixed editor space rendering #2778
* Fixed item order when changing template #2786
* Template action will trigger on scripture #2792
* Tweaks
* Fix/sync groups to output and template priorities on outputs (#2798)
* sync groups store to output windows
* prioritize output style template over group templates
* add category template support to template resolution
* Reverted category template change
---------
Co-authored-by: Kristoffer Vassbø <kristoffervassbo@gmail.com>
* Max lines per textbox working with multiple textboxes #2762
* WinGet Releaser #2724
* Changes
* Cloud sync fixes
* Cloud sync fixes
* Cloud Socket Talk (#2803)
* Socket talk
* Fixed error
* Functional example
* User icons
* Finalizing
---------
Co-authored-by: Jeremy Zongker <jeremy@zongker.net>
* Text set variable updates
- Press/release action for icons
- Set dynamic timer value
* Changes
* Media locate improvements
* Sync fixes
- Deleted defaults should be synced
* Fixes
- Version update
---------
Co-authored-by: Gladson Sam <115465353+gladsonsam@users.noreply.github.com>
Co-authored-by: BalogAbel <tibe0309@gmail.com>
Co-authored-by: Abel Balog <balog.abel@alerant.hu>
Co-authored-by: Yuri Vidal <yurividal@users.noreply.github.com>
Co-authored-by: Jeremy Zongker <jeremy@zongker.net>1 parent f191003 commit fb6390b
File tree
86 files changed
+3679
-1811
lines changed- .github/workflows
- public/lang
- src
- electron
- IPC
- cloud
- contentProviders/churchApps
- data
- output/ppt
- utils
- frontend
- IPC
- components
- actions
- specific
- context
- drawer
- bible
- info
- media
- timers
- edit
- editbox
- editors
- scripts
- tools
- values
- helpers
- inputs
- main
- popups
- output
- layers
- preview
- tools
- settings/tabs
- show
- slide
- views
- stage/tools
- converters
- powerpoint
- utils
- values
- server/remote/components/pages
- types
- IPC
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+3679
-1811
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 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 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments