Commit 7221d27
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
- public/lang
- src
- electron
- IPC
- audio
- blackmagic
- contentProviders/planningCenter
- data
- output/helpers
- utils
- frontend
- IPC
- audio
- components
- actions
- context
- drawer
- info
- media
- player
- timers
- edit
- editbox
- tools
- values
- helpers
- inputs
- input
- main
- popups
- export
- output
- layers
- settings/tabs
- show
- slide
- timeline
- converters
- media
- utils
- values
- server/stage
- components
- helpers
- util
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
| 788 | + | |
788 | 789 | | |
789 | 790 | | |
790 | 791 | | |
| |||
860 | 861 | | |
861 | 862 | | |
862 | 863 | | |
863 | | - | |
| 864 | + | |
| 865 | + | |
864 | 866 | | |
865 | 867 | | |
866 | 868 | | |
| |||
1069 | 1071 | | |
1070 | 1072 | | |
1071 | 1073 | | |
| 1074 | + | |
1072 | 1075 | | |
1073 | 1076 | | |
1074 | 1077 | | |
| |||
0 commit comments