Skip to content

Commit 7221d27

Browse files
vassbootonielpvCopilotTheFlugelervicholz
authored
1.6.0-beta.4 (#3147)
* Handle full-section Planning Center repeats (#3099) * Fixed some timeline keyframes not editable #3100 * Timer now flashes in StageShow #3101 * Fixed timer item creating a new timer * Fixed some text inputs not working #3103 * Trim metadata txt import #3050 * Disable full group in groups mode #3094 * Media item thumbnails in StageShow #3003 * Added slide keyframe color - Tweaks * Updated Italian language * Tweaks * Ignore planning center keywords (#3117) * Initial plan * fix: ignore planning center song keywords Agent-Logs-Url: https://github.com/otonielpv/FreeShow/sessions/ded90b8b-4d74-468d-bb88-5514bbbe4321 Co-authored-by: otonielpv <61138950+otonielpv@users.noreply.github.com> * test: polish planning center keyword coverage Agent-Logs-Url: https://github.com/otonielpv/FreeShow/sessions/ded90b8b-4d74-468d-bb88-5514bbbe4321 Co-authored-by: otonielpv <61138950+otonielpv@users.noreply.github.com> * Eliminar planningCenterSongKeywords.test.ts * fix: expand planning center keyword filtering Agent-Logs-Url: https://github.com/otonielpv/FreeShow/sessions/60851d75-a7c2-4dc5-866c-cbf925d3dc85 Co-authored-by: otonielpv <61138950+otonielpv@users.noreply.github.com> * Eliminar planningCenterSongKeywords.test.ts --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Fixed shortcut uppercase not working #3125 * Updated languages * Fixing bonjour issue #1637 * Slide Out transition inverted to make sense * Tweaks * Slide timeline keyframe curve editor (#3143) * Easing curve editor * Working easing editor * Cleanup timeline easing * Fixes * Add Continuous Loop Scrolling Option for Text Items (#3144) * Commented around code area to work on * Pre merge commit * Completed functional continuous scrolling * Cleaned up slightly - Issues with jumping and whitespace * Fixed jumping problem * Finished UI integration for continuous scrolling effect * Cleaned up comments and changes * Fixed error with continuous looping true and scrolling type none * Cleaned up code * Removed continuous option and made all scrolling continuous * Updated Swedish language * Fixed opening slide timeline breaking some timeline playback #3121 * Tweaks * Fix line-by-line reveal off-by-one and stage display memory leaks (#3145) * Fix line-by-line reveal off-by-one and stage display memory leaks Fix the "reveal line by line" feature where the last line was never revealed due to a mismatch between line counting (getItemWithMostLines) and the rendering filter (TextboxLines.svelte). Fix stage display output getting out of sync, lagging, and freezing after cycling through slides by addressing multiple compounding issues: leaked setInterval in Stagebox.svelte, socket listener accumulation in awaitRequest, unbounded caches, excessive JSON.stringify in reactive statements, insufficient debouncing, and uncancelable nested timeouts. Made-with: Cursor * Cleanup --------- Co-authored-by: Victor <vholz@salesforce.com> Co-authored-by: Kristoffer <kristoffervassbo@gmail.com> * Fixed MIDI velocity issue #3132 * Fixes * Fixed potential memory leaks * Trying to fix startup issue * Fixed scripture style template override style * Style override font size should be relative to actual font size #3039 * Start project item by name action #3137 * Fixed local provider shows overwritten #3041 * Slide timeline fixes * Tweaks * Fixes * Version update - Package audit fix --------- Co-authored-by: Otoniel Pérez Velarde <61138950+otonielpv@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Joshua Sean Coulter <144730072+TheFlugeler@users.noreply.github.com> Co-authored-by: Victor <vicholz@gmail.com> Co-authored-by: Victor <vholz@salesforce.com>
1 parent da0d116 commit 7221d27

86 files changed

Lines changed: 2667 additions & 1233 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeshow",
3-
"version": "1.6.0-beta.3",
3+
"version": "1.6.0-beta.4",
44
"private": true,
55
"main": "build/electron/index.js",
66
"description": "Show song lyrics and more for free!",

public/lang/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@
785785
"next_project_item": "Next project item",
786786
"previous_project_item": "Previous project item",
787787
"index_select_project_item": "Open project item at index",
788+
"name_start_project_item": "Start project item by name",
788789
"name_select_show": "Open show with name",
789790
"set_template_active": "Set template on active show",
790791
"change_slide_timeline_speed": "Change slide timeline speed",
@@ -860,7 +861,8 @@
860861
"timeline": {
861862
"toggle_timeline": "Toggle timeline",
862863
"start_time": "Start time",
863-
"add_keyframe": "Add keyframe"
864+
"add_keyframe": "Add keyframe",
865+
"toggle_curve_editor": "Toggle curve editor"
864866
},
865867
"animate": {
866868
"change": "Change",
@@ -1069,6 +1071,7 @@
10691071
"special": "Special",
10701072
"scrolling": "Scrolling",
10711073
"scrolling_speed": "Scrolling duration",
1074+
"gap": "Gap spacing",
10721075
"top_bottom": "Top to bottom",
10731076
"bottom_top": "Bottom to top",
10741077
"left_right": "Left to right",

0 commit comments

Comments
 (0)