-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial 4.3 release notes * Update index to include new page for 4.3
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Proclaim 4.2 Release Notes</title> | ||
<link href="../assets/style.css" rel="stylesheet"> | ||
<script src="../javascripts/downloadlinks.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div text-align="left" style="height: 30px;"><a href="http://faithlife.github.io/ProclaimReleaseNotes">See All Releases</a></div> | ||
<div class="container"> | ||
<h1>Proclaim Version 4.3</h1> | ||
<div data-version="4.3.0.0210"> | ||
<h3>4.3.0.0210 Monday, April 29, 2024</h3> | ||
<h4>New</h4> | ||
<ul> | ||
<li>Send foreground images and text boxes forward and backward on the canvas.</li> | ||
<li>Find these settings in the Arrange menu, or right- or control-click a foreground element to view them.</li> | ||
</ul> | ||
<h4>Improved</h4> | ||
<ul> | ||
<li data-case="PROC-9004">Show in-progress uploads in the media browser.</li> | ||
<li data-case="PROC-11272">Allow Lyric Scrolling as the default transition for songs.</li> | ||
<li data-case="PROC-11536">Make on-screen messages optional on alternate content virtual screens.</li> | ||
<li data-case="PROC-11558">Allow sign feed deletion from inside the application.</li> | ||
<li data-case="PROC-11562">Change name of cloned items to linked items and show a banner when selected.</li> | ||
<li data-case="PROC-11662">Improve foreground element selection. Click on each overlapping section to select each item from front-to-back.</li> | ||
</ul> | ||
<h4>Bug Fixes</h4> | ||
<ul> | ||
<li data-case="PROC-11605">Prevent sermon recordings from accidentally being linked to someone you don’t recognize.</li> | ||
<li data-case="PROC-11659">Allow a display to be switched between Slides and Notes outputs while On Air.</li> | ||
<li data-case="PROC-11590">Prevent SongSelect from automatically signing you in when re-linking or changing accounts.</li> | ||
<li data-case="PROC-11594">Allow Recently Used media to be deleted.</li> | ||
<li data-case="PROC-11607">Prevent incorrect song linking while importing lyrics.</li> | ||
<li data-case="PROC-11608">Windows: Create linked item flyout options sometimes end up disabled</li> | ||
<li data-case="PROC-11619">Crash parsing invalid confidence timer time.</li> | ||
<li data-case="PROC-11623">Null ref crash in FontManager when opening app.</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</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