diff --git a/blog/openlp-301-fast-phinehas-released.rst b/blog/openlp-301-fast-phinehas-released.rst index b7bd504..b8b68e8 100644 --- a/blog/openlp-301-fast-phinehas-released.rst +++ b/blog/openlp-301-fast-phinehas-released.rst @@ -8,7 +8,9 @@ .. type: text .. previewimage: /cover-images/openlp-301-fast-phinehas-released.jpg -As we said in our `previous announcement`_, we are moving to rolling out fixes and updates faster. So here, hot in the heels of our 3.0 release, is version 3.0.1 which contains a number of fixes for issues you may have experienced. +As we said in our `previous announcement`_, we are moving to rolling out fixes and updates faster. +So here, hot in the heels of our 3.0 release, is version 3.0.1 which contains a number of fixes for +issues you may have experienced. Bugs Fixed ---------- @@ -49,13 +51,13 @@ Known Issues macOS may report OpenLP as damaged. If you encounter this problem, you can try the following solution: - 1. From Applications / Utilities run Terminal - 2. In Terminal, type in the following command:: -            - sudo xattr -dr com.apple.quarantine /Applications/OpenLP.app -            - 3. You will most likely have to authenticate at this point - 4. This should allow you to start OpenLP normally + 1. From Applications / Utilities run Terminal + 2. In Terminal, type in the following command:: +        + sudo xattr -dr com.apple.quarantine /Applications/OpenLP.app +        + 3. You will most likely have to authenticate at this point + 4. This should allow you to start OpenLP normally .. warning:: **macOS on Apple Silicon Chips** diff --git a/blog/openlp-302-smart-simeon-released.rst b/blog/openlp-302-smart-simeon-released.rst new file mode 100644 index 0000000..2bbf1c3 --- /dev/null +++ b/blog/openlp-302-smart-simeon-released.rst @@ -0,0 +1,103 @@ +.. title: OpenLP 3.0.2 "Smart Simeon" Released +.. slug: 2023/02/09/openlp-302-smart-simeon-released +.. date: 2023-02-09 18:00:00 UTC +.. tags: +.. category: +.. link: +.. description: +.. type: text +.. previewimage: /cover-images/openlp-302-smart-simeon-released.jpg + +We're happy to announce another bug fix release in the 3.0.x series. + +Known Issues +------------ + +These are the issues that we know about, and are busy working on. + +.. warning:: **Ubuntu 22.04, Linux Mint** + + The main view in the web remote does not update automatically on Ubuntu 22.04 due to + Ubuntu/Mint shipping an old version of python3-websockets. This can be fixed by + downloading and installing an updated version of the package from `the official + Ubuntu archive`_. + +.. warning:: **Wayland on Linux** + + OpenLP at present does not behave well under Wayland so the recommendation is to run + under X11. If you can't run in X11 (or prefer to run it in XWayland), you should + start it with ``QT_QPA_PLATFORM`` environment variable set to ``xcb``, although the + Main View from the Web Remote will not work. + +.. warning:: **Video backgrounds** + + Video / streaming backgrounds and background audio in songs currently do not work + together. You may experience either the video not working but the audio works, or + the audio doesn't work while the video does. + +.. warning:: **macOS** + + macOS reports OpenLP as damaged, due to the OpenLP app not being signed. If you encounter this + problem, you can try the following solution: + + 1. From Applications / Utilities run Terminal + 2. In Terminal, type in the following command:: +            + xattr -dr com.apple.quarantine /Applications/OpenLP.app +            + 3. In some cases, you may need to append ``sudo`` to the above command + 4. This should allow you to start OpenLP normally + +.. warning:: **macOS on Apple Silicon Chips** + + The VLC integration does not work. + + Some people have reported success when downloading and installing the **Universal Binary** from + the `VLC website`_, but we have not confirmed this. + + The OpenLP team does not have the funds to purchase an Apple Silicon Mac at the moment, but if + you'd like to help out financially, you can do so on our `donate page`_. + +.. warning:: **Issues with High DPI monitors on Windows and macOS** + + We are aware of issues that our Windows and macOS users are encountering with 4K monitors and + other high resolutions when scaling is involved. We are currently investigating this. + + The OpenLP team does not have funds for purchasing things like 4K monitors, but if you'd like to + help out finanically so that we can, you can do so on our `donate page`_. + +Bug Fixes +--------- + +- Only show hash if song book number exists +- FIX: Missing looping for theme background videos +- Fix Songs' Topics media manager icon to be the same from the Song Maintenance dialog +- Add ability to return transposed item with service_item format to avoid duplicate calls on remote +- Fix OpenLyrics whitespaces being 'eaten' (again) +- Fixg service manager's list exception when pressing 'Left' keyboard key without any item selected +- Force the use of SqlAlchemy 1.4 for now +- Removing login requirement from transpose endpoint +- Handle verse ranges in BibleServer +- Fix up loading 2.9.x services +- Attempt to fix #1287 by checking for both str and bytes, and decoding bytes to unicode +- Add debugging for VLC and fix strange state. +- Display the closing progress dialog during plugin shutdown +- Fix an issue with the Worship Center Pro importer +- Fix white preview display when previewing presentations +- Fix an issue where the websockets server would try to shut down even when -w is supplied +- Use a simpler approach when creating a tmp file when saving service files + +Download +-------- + +Head on over to the `downloads section of the website`_ to download version 3.0.2 now! + +.. note:: **Linux users** + + Please note that distributions can take a few days to be updated. Please be patient + while the packagers update the packages. + +.. _the official Ubuntu archive: http://archive.ubuntu.com/ubuntu/pool/universe/p/python-websockets/python3-websockets_10.2-1_all.deb +.. _VLC website: https://www.videolan.org/vlc/download-macosx.html +.. _donate page: https://openlp.org/donate +.. _downloads section of the website: https://openlp.org/#downloads diff --git a/files/cover-images/openlp-302-smart-simeon-released.jpg b/files/cover-images/openlp-302-smart-simeon-released.jpg new file mode 100644 index 0000000..114b659 Binary files /dev/null and b/files/cover-images/openlp-302-smart-simeon-released.jpg differ diff --git a/files/files/version.txt b/files/files/version.txt index 7bf4b6a..b502146 100644 --- a/files/files/version.txt +++ b/files/files/version.txt @@ -1 +1 @@ -2.4.6 +3.0.2 diff --git a/themes/openlp2v2/templates/front_page.html b/themes/openlp2v2/templates/front_page.html index 9be30e6..e37536e 100644 --- a/themes/openlp2v2/templates/front_page.html +++ b/themes/openlp2v2/templates/front_page.html @@ -267,16 +267,15 @@
-

OpenLP 3.0.1 "Fast Phinehas" Released

+

OpenLP 3.0.2 "Smart Simeon" Released

-

As we said in our previous announcement, we are moving to rolling out - fixes and updates faster. So here, hot in the heels of our 3.0 release, is version - 3.0.1 which contains a number of fixes for issues you may have experienced.

-

Known issues...

+

We're happy to announce another bug fix release in the 3.0.x series.

+

Known Issues

+

These are the issues that we know about, and are busy working on...

@@ -317,15 +316,15 @@