Skip to content

Commit f916120

Browse files
authored
1.5.9-beta.1 (#2912)
* Reverted timeout change * Fixed stage media not centered * Fixed stage icon not centered * PPT import enhancements - Custom image svg clip - Slide gradient colors - PPT group size fixes * PPT load fntdata files * Don't go to next project item if it's active when there is just one slide #2877 * Fixed thumbnail loading time when existing - Media sets * startsWith http * Fixed thumbnail slide count issue * Fixed show dynamic values not working properly in overlays #2886 * Fix * Overlay dynamic value uses outputted id always when available * Save project video loop/mute state #2887 * Lock sections * PDF Export Slide Notes #2623 * PDF Full Slide Export #2631 * Online video project thumbnail * Option to display show tags in list #2888 * Fixed editor freeze - Tweaks * Better update popup - Tweaks * More consistent context menu groups * Cloud sync deletion enhancement * Fixed scripture template issue #2897 * Scripture dynamic values works better with templates #2727 * Better dropdown height in popup #2905 * Using D7 in project name sets other values to that date #2908 * Updated Polish language * Fixed dynamic value fallback not showing for empty string values - Smarter stage labels - Fixed freeze with stage labels * Fixed chords auto size #2903 * Fixed focus mode not updating active on scroll * Improved focus mode auto scroll #2892 * Fixed shows resetting in focus mode with cloud sync enabled * Bamini < char fix #2899 * Fixed remote tablet scripture not working * Tweaks * Canva integration (#2910) * Canva integration * https redirect * Logo * Connection help * Hidden Canva button until approved * Close text variable popup on name #2911 * Press enter to set next slide value * Shift to select slide works initially * Hide extra show notes button * Project section with color tweak * Fixed child slide layout data removed when changing parent * Typing in quick search is now instant * Improved media auto locate * Pressing enter in scripture search will add to project * Stage slide text media for slide offset 2 #2883 * Restore confirm * Scripture template list only shows relevant defaults * Connection files fix * Set custom metronome click sound * Fixed auto size when using style max lines * Next slide timers on last slide without go to start will once again go to next project item * Templates set in show category should create missing textboxes * Fixed slide text being incorrect if changing to empty slide and to another slide while transitioning * Tweaks * Clipboard project import WIP * Version update
1 parent 449b82c commit f916120

File tree

117 files changed

+2378
-657
lines changed

Some content is hidden

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

117 files changed

+2378
-657
lines changed

package-lock.json

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeshow",
3-
"version": "1.5.8",
3+
"version": "1.5.9-beta.1",
44
"private": true,
55
"main": "build/electron/index.js",
66
"description": "Show song lyrics and more for free!",

public/assets/beat-hi.mp3

-11.1 KB
Binary file not shown.

public/assets/beat-lo.mp3

-11.1 KB
Binary file not shown.
2.28 KB
Binary file not shown.
1.95 KB
Binary file not shown.
7.2 KB
Binary file not shown.
7.25 KB
Binary file not shown.

public/lang/en.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"libraries": "Libraries used",
5959
"thanks": "Thanks to",
6060
"new_update": "New update available",
61-
"download": "Restart the application to update, or go to freeshow.app to download manually",
61+
"download_latest": "Download the latest version",
62+
"download_auto": "You have auto update enabled, please wait a few minutes for the update to be downloaded and installed automatically, then restart the application.",
6263
"changes": "What's new"
6364
},
6465
"tooltip": {
@@ -237,6 +238,7 @@
237238
"preset": "Preset",
238239
"main": "Main",
239240
"metronome": "Metronome",
241+
"click_sound": "Click sound",
240242
"toggle_metronome": "Toggle metronome",
241243
"use_metadata_bpm": "Use BPM from metadata",
242244
"tempo": "Tempo",
@@ -663,6 +665,7 @@
663665
"zoomIn": "Zoom In",
664666
"zoomOut": "Zoom Out",
665667
"reset": "Reset",
668+
"lock_sections": "Lock sections",
666669
"create_template": "Create template",
667670
"project_template_tip": "Create a new project from this template",
668671
"import_project_file": "Found a new project file. Would you like to import it?",
@@ -914,6 +917,7 @@
914917
"to_dictionary": "Add to dictionary",
915918
"correct": "Replace with this word",
916919
"enabledTabs": "Toggle tabs",
920+
"display_tags": "Display tags",
917921
"setTag": "Set tag",
918922
"filterByTags": "Filter by tags",
919923
"addToProject": "Add to project",
@@ -1367,6 +1371,7 @@
13671371
"backup_all": "Backup everything",
13681372
"backup_info": "This excludes local scriptures & media files as they are located on your system.",
13691373
"restore": "Restore",
1374+
"restore_confirm": "Are you sure you want to restore this backup? This will overwrite the current data.",
13701375
"backup_started": "Backing up...",
13711376
"restore_started": "Restoring...",
13721377
"backup_finished": "Backup complete!",

0 commit comments

Comments
 (0)