diff --git a/blog/openlp-291-aka-30-alpha-2-encouraging-ephraim.rst b/blog/openlp-291-aka-30-alpha-2-encouraging-ephraim.rst index 56d2dfe5..57f226e 100644 --- a/blog/openlp-291-aka-30-alpha-2-encouraging-ephraim.rst +++ b/blog/openlp-291-aka-30-alpha-2-encouraging-ephraim.rst @@ -1,4 +1,4 @@ -.. title: OpenLP 2.9.1 aka 3.0 Alpha 2 - Encouraging Ephraim +.. title: OpenLP 2.9.1 aka 3.0 Alpha 2 - Encouraging Ephraim [UPDATED] .. slug: 2020/05/31/openlp-291-aka-30-alpha-2-encouraging-ephraim .. date: 2020-05-31 14:00:00 UTC .. tags: @@ -12,13 +12,7 @@ It has been a few months since the first alpha release and now the time has come to have implemented most of the new features that will be in the upcoming 3.0 release, so the next release will be a beta release, marking the shift to focus on bugfixes and stability. -Do note that this is an alpha release and as such it is not suitable for "production use". There will be serious bugs. -There will be crashes. There is a high risk of data loss. That being said, we hope you will test this release and -report any findings to the forums or issue tracker. It is recommended to use the portable build/mode (download the -portable build for Windows, or use the -p command line argument on Linux or macOS) if you do not want to affect -existing install. - -**Release highlights:** +**Release Highlights** * Fixed planning center plugin * New service file format (faster loading of presentations from service file) @@ -28,14 +22,52 @@ existing install. * Changes to internals which improve the start up time * Tons of bugfixes. +Do note that this is an alpha release and as such it is not suitable for "production use". There will be serious bugs. +There will be crashes. There is a high risk of data loss. That being said, we hope you will test this release and +report any findings to the forums or issue tracker. It is recommended to use the portable build/mode (download the +portable build for Windows, or use the -p command line argument on Linux or macOS) if you do not want to affect +existing install. + Have I not commanded you? Be strong and courageous. Do not be frightened, and do not be dismayed, for the Lord your God is with you wherever you go. Joshua 1:9 ESV +**Download** -Full changelog: +.. raw:: html + +
+
+ + +
+ macOS 10.12+ + + Ubuntu + + + Debian + + + Fedora + + Source +
+ + +**Full Change Log** * Remove a traceback on exiting OpenLP * Add back toolbar separator diff --git a/files/scripts/openlp.js b/files/scripts/openlp.js index 965454a..20bc59a 100644 --- a/files/scripts/openlp.js +++ b/files/scripts/openlp.js @@ -94,4 +94,5 @@ $(document).ready(function () { displaySuccess(); setUpStripe(); } + $('[data-toggle="tooltip"]').tooltip() });