diff --git a/blog/openlp-312-exemplary-eleazar-released.rst b/blog/openlp-312-exemplary-eleazar-released.rst new file mode 100644 index 0000000..b417e7e --- /dev/null +++ b/blog/openlp-312-exemplary-eleazar-released.rst @@ -0,0 +1,66 @@ +.. title: OpenLP 3.1.2 "Exemplary Eleazar" Released +.. slug: 2024/05/19/openlp-312-exemplary-eleazar-released +.. date: 2024-05-19 14:00:00 UTC +.. tags: +.. category: +.. link: +.. description: +.. type: text +.. previewimage: /cover-images/openlp-312-exemplary-eleazar-released.jpg + +It's been a few months, but we've been working on fixing some of the most frequently encountered bugs in version +3.1.0 and 3.1.1. + + Blessed is the man who doesn't walk in the counsel of the wicked, + + Nor stand in the way of sinners, + + Nor sit in the seat of scoffers; + + But his delight is in the law of Yahweh; + + On his law he meditates day and night. + + Psalm 1:1-2 + +New Features +---------------- + +* Add "Apply UPPERCASE globally" function to songs plugin +* Add EasyWorship Service file (.ewsx) song importer +* Add web API endpoint for the Web Remote to get the configured language +* Add web API endpoint for the Web Remote to get the configured shortcut keys + +Enhancements +------------------ + +* Import additional planning center data +* Better handling and notification of file permission errors +* Provide more integration for community plugins +* Make the slide height affect the size of the thumbnails generated + +Bug Fixes +----------- + +* Fix OpenLP being unable to detect VLC on macOS +* Stop Service File items from containing more than one audio file +* Fix build part of version number +* Hide live when screen setup has changed to prevent a possible crash +* Attempt to fix #1878 by checking if the service item exists first +* Fix for not found i18n directory when using Web Remote +* Fix missing verse translations +* Add checks to prevent multiple Linked Audio items on songs +* Further fix #1871 by adding the Application name as early as possible +* Fix unintentional change of the organization name by the domain name. +* Fix missing translations + +Known Issues +---------------- + +See the `OpenLP 3.1 release blog post `_ for the list of +known issues. + +Download +------------ + +Download the latest version of OpenLP from the `downloads `_ section on the site. diff --git a/files/cover-images/openlp-312-exemplary-eleazar-released.jpg b/files/cover-images/openlp-312-exemplary-eleazar-released.jpg new file mode 100644 index 0000000..3db7469 Binary files /dev/null and b/files/cover-images/openlp-312-exemplary-eleazar-released.jpg differ diff --git a/themes/openlp2v2/templates/base.tmpl b/themes/openlp2v2/templates/base.tmpl index c79e468..ded38c4 100644 --- a/themes/openlp2v2/templates/base.tmpl +++ b/themes/openlp2v2/templates/base.tmpl @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- <%namespace name="base" file="base_helper.tmpl" import="*" /> -<%namespace name="notes" file="annotation_helper.tmpl" import="*" /> ${set_locale(lang)} ${base.html_headstart()} <%block name="extra_head"> @@ -115,11 +114,6 @@ ${template_hooks['extra_head']()} ${base.late_load_js()} <%block name="extra_js"> - % if annotations and post and not post.meta('noannotations'): - ${notes.code()} - % elif not annotations and post and post.meta('annotations'): - ${notes.code()} - % endif ${body_end} ${template_hooks['body_end']()} diff --git a/themes/openlp2v2/templates/front_page.html b/themes/openlp2v2/templates/front_page.html index 42d999c..a1ac291 100644 --- a/themes/openlp2v2/templates/front_page.html +++ b/themes/openlp2v2/templates/front_page.html @@ -262,7 +262,7 @@

Downloads

-

Read the latest release announcement below

+

Read the release announcement below

@@ -319,15 +319,15 @@
@@ -413,12 +413,12 @@ -

If you are running an older version of Ubuntu (22.04 and up), you can install the latest +

@@ -511,7 +511,7 @@ sudo apt -f install

You will need the FlatHub repository installed in order to install dependencies.

@@ -520,9 +520,9 @@ sudo apt -f install