diff --git a/blog/openlp-311-beaming-bartimaeus-released.rst b/blog/openlp-311-beaming-bartimaeus-released.rst new file mode 100644 index 0000000..c18a693 --- /dev/null +++ b/blog/openlp-311-beaming-bartimaeus-released.rst @@ -0,0 +1,42 @@ +.. title: OpenLP 3.1.1 "Beaming Bartimaeus" Released +.. slug: 2024/03/10/openlp-311-beaming-bartimaeus-released +.. date: 2024-03-10 12:00:00 UTC +.. tags: +.. category: +.. link: +.. description: +.. type: text +.. previewimage: /cover-images/openlp-311-beaming-bartimaeus-released.jpg + +Hot on the heals of the 3.1 release is 3.1.1 which fixes a couple of bugs that some people have encountered with the 3.1 release. + +We also have an experimental Flatpak build for those on Linux who are feeling adventurous. + + So then the Lord, after he had spoken to them, was received up into heaven and sat down at the right hand of God. + They went out and preached everywhere, the Lord working with them and confirming the word by the signs that + followed. Amen. + + Mark 16:19-20 + +New Features +------------ + +* Experimental Flatpak build + +Bugs Fixed +---------- + +* Fix path to QtWebEngineProcess binary in macOS builds +* Use Python's version comparison, not Qt's to align with new versioning scheme +* Always open downloaded songs as utf-8 when downloading from Song Select +* Update and fix a number of 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-311-beaming-bartimaeus-released.jpg b/files/cover-images/openlp-311-beaming-bartimaeus-released.jpg new file mode 100644 index 0000000..e491a65 Binary files /dev/null and b/files/cover-images/openlp-311-beaming-bartimaeus-released.jpg differ diff --git a/files/images/flatpak-logo.png b/files/images/flatpak-logo.png new file mode 100644 index 0000000..cf64b93 Binary files /dev/null and b/files/images/flatpak-logo.png differ diff --git a/themes/openlp2v2/assets/css/custom.css b/themes/openlp2v2/assets/css/custom.css index 9a19063..38b07e7 100644 --- a/themes/openlp2v2/assets/css/custom.css +++ b/themes/openlp2v2/assets/css/custom.css @@ -183,6 +183,18 @@ div.product-chooser div.product-chooser-item input{ border-color: #147db2; } +.btn-flatpak { + color: #fff; + background-color: #4a90d9; + border: 1px solid #4a90d9; +} + +.btn-flatpak:hover, .btn-flatpak:focus, .btn-flatpak.focus { + color: #fff; + background-color: #74aae2; + border: 1px solid #4a90d9; +} + .btn-freebsd { color: #fff; background-color: #e00; diff --git a/themes/openlp2v2/templates/front_page.html b/themes/openlp2v2/templates/front_page.html index ab82e1e..42d999c 100644 --- a/themes/openlp2v2/templates/front_page.html +++ b/themes/openlp2v2/templates/front_page.html @@ -319,15 +319,15 @@ @@ -390,6 +390,7 @@ +

+