-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🖼 Locate audio files in drawer folders - Locate media working more consistently with cloud * 🚩 Updated Italian and Slovenian language - Fixed error parsing data stores - Fixed output window not finding position - Cloud syncing on close, not on save * ✨ Improved text delay - Fixed initial Shows path in incorrect folder - No duplicate Chords letters text - Preload output font - A few more shortcuts in info * Ukrainian localization improvements (#472) * 📕 Lessons.church import added to one show instead of full project - Added .olf and .olp formats as supported Lessons imports - Small tweaks * ✨ Changed next after media - Fixed chords overflowing on autosize * ✨ UI improvements - Projects, layouts, scroll bar - Added custom default project names * 📺 Stage chords transpose * ✔ Fixed media overflow in editor - Video looping to start when using "Next after media" - No autosave in output - Panel width should apply on restart * ✔ Fixed relative paths not working * ⏳ Timer overflow for all types - Trigger stage by link query - Fixed background taking long to clear * ✔ Fixed "Sync" button not working always - Fixed "Escape" closing forced popups - Fixed OutputShow not resized properly in older browsers - Updated Norwegian language * ✔ Fixed some VideoPsalm files not importing - Fixed undefined store value error - Small freeze fixes - Updated Slovak language * Issue 479 fix (#484) * Shrink textbox to allow for slide padding * Updating text size on padding change * ✔ Option to disable presenter controller keys - Increased video step size - Fixed freeze when scripture verse did not have content - Improved Zefania import - Updated languages * Issue 470 fix (#494) * Setting appropriate caret for mid-line breaks. * Improved method of determining last line changed * Paste working in most cases * Commented out unused code * Updated comments * Updated input of determineCaretLine * Restored paste functionality for mac * 🔊 Change audio fade duration - Updated Polish language - Edit menus are kept open - Freeze fixes * ✨ Change scrolling speed - Set max auto font size - Fixed multiple media items changing all at once - Fixed template adding many duplicate items sometimes - Version update --------- Co-authored-by: Davyd Holovii <[email protected]> Co-authored-by: Jeremy Zongker <[email protected]>
- Loading branch information
1 parent
a068252
commit 4d9a700
Showing
98 changed files
with
1,383 additions
and
883 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'none'"> --> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self'"> --> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" /> --> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self' http://localhost:35729/livereload.js 'unsafe-inline' 'unsafe-eval';" /> --> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self' http://* https://* 'unsafe-inline' 'unsafe-eval';" /> --> | ||
<meta | ||
http-equiv="Content-Security-Policy" | ||
content="script-src 'self' http://localhost:35729/livereload.js http://www.youtube.com/iframe_api https://* 'unsafe-inline' 'unsafe-eval';" | ||
/> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'none'"> --> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self'"> --> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" /> --> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self' http://localhost:35729/livereload.js 'unsafe-inline' 'unsafe-eval';" /> --> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self' http://* https://* 'unsafe-inline' 'unsafe-eval';" /> --> | ||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' http://localhost:35729/livereload.js http://www.youtube.com/iframe_api https://* 'unsafe-inline' 'unsafe-eval';" /> | ||
|
||
<title>FreeShow</title> | ||
<title>FreeShow</title> | ||
|
||
<link rel="stylesheet" href="./global.css" /> | ||
<link rel="stylesheet" href="./build/bundle.css" /> | ||
<link rel="preload" href="./fonts/CMGSans-Regular.ttf" as="font" /> | ||
<link rel="stylesheet" href="./global.css" /> | ||
<link rel="stylesheet" href="./build/bundle.css" /> | ||
|
||
<script defer src="./build/bundle.js"></script> | ||
</head> | ||
<script defer src="./build/bundle.js"></script> | ||
</head> | ||
|
||
<body></body> | ||
<body></body> | ||
</html> |
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
Oops, something went wrong.