-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ✔ Fixed stage zoom showing up in output - Fixed animation easing not working - Fixed animation background zoom transform - Fixed locked show also locking templates - Fixed color input position * Change snap creation method (#1014) * fix(tests): adjust timeouts and flow to ensure test reliability (#1015) - Add `timeoutMs` constant for consistent timeout handling across tests - Standardize delay formatting with underscores for readability - Skip onboarding flow to run current tests without changes - Adjust locators and remove redundant delays to improve test stability * ✔ Fixed show loading unused backgrounds - Add multiple wait actions - Fixed default show freezing - Animations not resetting when transitioning - Fixed content stuck sometimes with slide clear action - Fixed slide progress freeze when slide group had no name - Fixed issues with text edit when first slide was empty - Fixed overlay/template editor tools loosing focused items if changing slide - Fixed dropdown scrolling parent - Multiple scripture references added to each textbox when combined * 📄 Fixed package formatting * ✔ Fixed Bible search not working sometimes * ✨ Trigger action on section navigation - Category action - Fixed new show not working when the selected category is deleted - Drop timer in show to quickly create slide - Version update --------- Co-authored-by: Erich Eickmeyer <[email protected]> Co-authored-by: Arun Philip <[email protected]>
- Loading branch information
1 parent
c0ad539
commit 3b0affd
Showing
62 changed files
with
1,004 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Name=FreeShow | ||
Exec=freeshow %U | ||
Terminal=false | ||
Type=Application | ||
Icon=${SNAP}/meta/gui/icon.png | ||
StartupWMClass=FreeShow | ||
Comment=Show song lyrics and more for free! | ||
Categories=AudioVideo; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash -e | ||
exec "$SNAP/desktop-init.sh" "$SNAP/desktop-common.sh" "$SNAP/desktop-gnome-specific.sh" "$SNAP/freeshow" "$@" --no-sandbox |
Oops, something went wrong.