From 22043ad263d87e68e59778a662f5201abf3716e3 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Fri, 9 Aug 2024 20:13:34 +0200 Subject: [PATCH] Prepare for 3.1.3 --- CHANGELOG.rst | 19 +++++++++++++++++++ openlp/.version | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccd44eb91..262316276 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,22 @@ +OpenLP 3.1.3 +============ + + * 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) + + OpenLP 3.1.2 ============ diff --git a/openlp/.version b/openlp/.version index ef538c281..ff365e06b 100644 --- a/openlp/.version +++ b/openlp/.version @@ -1 +1 @@ -3.1.2 +3.1.3