Skip to content

Commit fb6390b

Browse files
vassbogladsonsamBalogAbelAbel Balogyurividal
authored
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

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

.github/workflows/winget.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Publish to WinGet
2+
on:
3+
release:
4+
types: [released]
5+
6+
jobs:
7+
publish:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: WinGet Releaser
11+
uses: vedantmgoyal9/winget-releaser@v2
12+
with:
13+
identifier: ChurchApps.FreeShow
14+
token: ${{ secrets.WINGET_TOKEN }}
15+
fork-user: vassbo

package-lock.json

Lines changed: 33 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeshow",
3-
"version": "1.5.7-beta.1",
3+
"version": "1.5.7-beta.2",
44
"private": true,
55
"main": "build/electron/index.js",
66
"description": "Show song lyrics and more for free!",
@@ -120,6 +120,7 @@
120120
"electron-updater": "^6.6.7",
121121
"exif": "^0.6.0",
122122
"express": "^4.21.2",
123+
"fast-xml-parser": "^5.3.4",
123124
"follow-redirects": "^1.15.11",
124125
"genius-lyrics": "^4.4.7",
125126
"grandiose": "github:ChurchApps/grandiose#b1649cd",

0 commit comments

Comments
 (0)