1
0
mirror of https://gitlab.com/openlp/website.git synced 2024-09-01 11:33:37 +00:00

Merge branch 'release-3.1.3' into 'master'

Release 3.1.3

See merge request openlp/website!44
This commit is contained in:
Raoul Snyman 2024-08-26 05:57:29 +00:00
commit f5a0621d63
3 changed files with 49 additions and 11 deletions

View File

@ -0,0 +1,38 @@
.. title: OpenLP 3.1.3 "Noble Nahum" Released
.. slug: 2024/08/24/openlp-313-noble-nahum-released
.. date: 2024-08-24 15:00:00 UTC
.. tags:
.. category:
.. link:
.. description:
.. type: text
.. previewimage: /cover-images/openlp-313-noble-nahum-released.jpg
Another few months has passed and another OpenLP bugfix release. We expect this to be the last release in the 3.1.x
release series and the main development focus will now shift to the next major release.
Bug Fixes
---------
* Correct media auto start behaviour.
* Updated translations
* Deal with PyMuPDF installed as fitz_old
* Fix that our songbeamer chord parsing was partly based on a malformed file leading to weird imports
* Web API method "get_language" returns the two-letter ISO 639 language code instead of "en" in case the language in
OpenLP is auto detected.
* Add setting that live preview shows blank screen
* Add Web API endpoint to delete service items
* Use correct transition delay when screen is hidden
* Always show contents in live preview panel
* Display presentation slides in live preview panel when main display is hidden.
* Handle Python versions which include release levels by ignoring the release level, and restricting the check to
only the major, minor, and micro components of the full version number.
* Prevent crash by adding check for existence of linked audio file.
* Do not show screen change message twice
* Fixed Issue 1584 (switching Windows user account crashes an active OpenLP instance)
Known Issues
------------
See the `OpenLP 3.1 release blog post </blog/2024/02/29/openlp-310-superb-seth-released>`_ for the list of known issues.

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

View File

@ -319,15 +319,15 @@
</div>
<div class="windows hidden">
<h4>OpenLP for Windows 10 and higher</h4>
<p class="notranslate">OpenLP 3.1.2</p>
<p class="notranslate">OpenLP 3.1.3</p>
<div>
<div class="btn-group">
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Windows Installer <span class="caret notranslate"></span>
</button>
<ul class="dropdown-menu">
<li><a href="https://get.openlp.org/3.1.2/OpenLP-3.1.2-x64.msi"><i class="fa fa-fw fa-download notranslate"></i> 64-bit Direct Download</a></li>
<li><a href="https://get.openlp.org/3.1.2/OpenLP-3.1.2.msi"><i class="fa fa-fw fa-download notranslate"></i> 32-bit Direct Download</a></li>
<li><a href="https://get.openlp.org/3.1.3/OpenLP-3.1.3-x64.msi"><i class="fa fa-fw fa-download notranslate"></i> 64-bit Direct Download</a></li>
<li><a href="https://get.openlp.org/3.1.3/OpenLP-3.1.3.msi"><i class="fa fa-fw fa-download notranslate"></i> 32-bit Direct Download</a></li>
</ul>
</div>
<div class="btn-group">
@ -335,15 +335,15 @@
Portable Version <span class="caret notranslate"></span>
</button>
<ul class="dropdown-menu">
<li><a href="https://get.openlp.org/3.1.2/OpenLPPortable_3.1.2.5000-x64.paf.exe"><i class="fa fa-fw fa-download notranslate"></i> 64-bit Direct Download</a></li>
<li><a href="https://get.openlp.org/3.1.2/OpenLPPortable_3.1.2.5000-x86.paf.exe"><i class="fa fa-fw fa-download notranslate"></i> 32-bit Direct Download</a></li>
<li><a href="https://get.openlp.org/3.1.3/OpenLPPortable_3.1.3.5000-x64.paf.exe"><i class="fa fa-fw fa-download notranslate"></i> 64-bit Direct Download</a></li>
<li><a href="https://get.openlp.org/3.1.3/OpenLPPortable_3.1.3.5000-x86.paf.exe"><i class="fa fa-fw fa-download notranslate"></i> 32-bit Direct Download</a></li>
</ul>
</div>
</div>
</div>
<div class="macosx hidden">
<h4>OpenLP for Mac OS X 10.15 and higher</h4>
<p class="notranslate">OpenLP 3.1.2</p>
<p class="notranslate">OpenLP 3.1.3</p>
<p>
<button type="button" class="btn btn-success" data-toggle="modal" data-target="#macos-install"><i class="fa fa-fw fa-download notranslate"></i> Direct Download</button>
</p>
@ -374,8 +374,8 @@
</ol>
</div>
<div class="modal-footer">
<a class="btn btn-primary" href="https://get.openlp.org/3.1.2/OpenLP-3.1.2-x86_64.dmg"><i class="fa fa-fw fa-download notranslate"></i> Intel Processor</a>
<a class="btn btn-info" href="https://get.openlp.org/3.1.2/OpenLP-3.1.2-arm64.dmg"><i class="fa fa-fw fa-download notranslate"></i> Apple Silicon</a>
<a class="btn btn-primary" href="https://get.openlp.org/3.1.3/OpenLP-3.1.3-x86_64.dmg"><i class="fa fa-fw fa-download notranslate"></i> Intel Processor</a>
<a class="btn btn-info" href="https://get.openlp.org/3.1.3/OpenLP-3.1.3-arm64.dmg"><i class="fa fa-fw fa-download notranslate"></i> Apple Silicon</a>
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
@ -511,7 +511,7 @@ sudo apt -f install</pre -->
<p>You will need the FlatHub repository installed in order to install dependencies.</p>
</div>
<div class="modal-footer">
<a class="btn btn-success" href="https://get.openlp.org/3.1.2/openlp-3.1.2-1.flatpak"><i class="fa fa-fw fa-download"></i> Download</a>
<a class="btn btn-success" href="https://get.openlp.org/3.1.3/openlp-3.1.3-1.flatpak"><i class="fa fa-fw fa-download"></i> Download</a>
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
@ -520,9 +520,9 @@ sudo apt -f install</pre -->
</div>
<div class="source hidden">
<h4>OpenLP Source Code</h4>
<p class="notranslate">OpenLP 3.1.2</p>
<p class="notranslate">OpenLP 3.1.3</p>
<p>
<a href="https://get.openlp.org/3.1.2/OpenLP-3.1.2.tar.gz" class="btn btn-success"><i class="fa fa-fw fa-download notranslate"></i> Direct Download</a>
<a href="https://get.openlp.org/3.1.3/OpenLP-3.1.3.tar.gz" class="btn btn-success"><i class="fa fa-fw fa-download notranslate"></i> Direct Download</a>
</p>
</div>
</div>