Release 2.4.5, add analytics to the site

This commit is contained in:
Raoul Snyman 2017-02-04 17:42:32 -07:00
parent 9a2cab51c9
commit b9941eef69
4 changed files with 93 additions and 14 deletions

View File

@ -0,0 +1,61 @@
.. title: A Few More Bugs Fixed: OpenLP 2.4.5
.. slug: 2017/02/05/a-few-more-bugs-fixed-openlp-245
.. date: 2017-02-05 14:00:00 UTC
.. tags:
.. category:
.. link:
.. description:
.. type: text
.. previewimage: /cover-images/a-few-more-bugs-fixed-openlp-245.jpg
We're happy to announce another bugfix release of OpenLP 2.4, version 2.4.5.
Bugs we've fixed in OpenLP 2.4.5
--------------------------------
* `#1645867`_: Spinners in Theme Wizard segfault on OS X
* `#1655988`_: Formatting tags gets included in searchable lyric text
* `#1652851`_: VideoPsalm import fails due to unexpected format
* `#1660473`_: OSZL is ignored on save (inconsistent gui)
* `#1661416`_: Initial "extract song usage data" produces a traceback
* `#1487788`_: Importing photos does not give focus to OpenLP
* `#1512040`_: Loop tooltip gets stuck to "Stop playing..."
* `#1530597`_: Importing Songbeamer songs using latin1 encoding doesn't get decoded correctly
* `#1532193`_: Typos in songusageplugin.py
* `#1605009`_: Web remote does not work with newer versions of jQuery
* `#1624661`_: Missing DB in unmounted disk results in Traceback
* `#1655985`_: EasySlide importer gets the verse order wrong
Known Issues
------------
Users on platforms that use Python 3.6, might experience tracebacks on exit. This will only affect developers and Linux
users on bleeding edge distributions like ArchLinux. These tracebacks can safely be ignored, they should not negatively
affect your use of OpenLP. If you do experience problems, please visit the forums or e-mail the support team.
But I will sing of your strength;
I will sing aloud of your steadfast love in the morning.
For you have been to me a fortress
and a refuge in the day of my distress.
Psalm 59:16 ESV
[ Image Credit: `Sabino Canyon by Ken Bosma`_ ]
.. _#1645867: https://bugs.launchpad.net/openlp/+bug/1645867
.. _#1655988: https://bugs.launchpad.net/openlp/+bug/1655988
.. _#1652851: https://bugs.launchpad.net/openlp/+bug/1652851
.. _#1660473: https://bugs.launchpad.net/openlp/+bug/1660473
.. _#1661416: https://bugs.launchpad.net/openlp/+bug/1661416
.. _#1487788: https://bugs.launchpad.net/openlp/+bug/1487788
.. _#1512040: https://bugs.launchpad.net/openlp/+bug/1512040
.. _#1530597: https://bugs.launchpad.net/openlp/+bug/1530597
.. _#1532193: https://bugs.launchpad.net/openlp/+bug/1532193
.. _#1605009: https://bugs.launchpad.net/openlp/+bug/1605009
.. _#1624661: https://bugs.launchpad.net/openlp/+bug/1624661
.. _#1655985: https://bugs.launchpad.net/openlp/+bug/1655985
.. _Sabino Canyon by Ken Bosma: https://www.flickr.com/photos/kretyen/2744242674/

18
conf.py
View File

@ -682,6 +682,24 @@ RSS_TEASERS = False
EXTRA_HEAD_DATA = """
<link href="/assets/css/ekko-lightbox.css" rel="stylesheet">
<script src='//www.google.com/recaptcha/api.js'></script>
<script type='text/javascript'>
var Countly = Countly || {};
Countly.q = Countly.q || [];
Countly.app_key = "53ec944e2cab9356d3577dd1e260dc113fbf210f";
Countly.url = "https://stats.openlp.io";
Countly.q.push(['track_sessions']);
Countly.q.push(['track_pageview']);
//load countly script asynchronously
(function() {
var cly = document.createElement('script'); cly.type = 'text/javascript';
cly.async = true;
//enter url of script here
cly.src = 'https://cdn.jsdelivr.net/countly-sdk-web/latest/countly.min.js';
cly.onload = function(){Countly.init()};
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(cly, s);
})();
</script>
"""
# Google Analytics or whatever else you use. Added to the bottom of <body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 KiB

View File

@ -315,19 +315,19 @@
</div>
<div class="btn-group">
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
OpenLP 2.4.4 <span class="caret"></span>
OpenLP 2.4.5 <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="https://get.openlp.org/2.4.4/OpenLP-2.4.4-setup.exe"><i class="fa fa-fw fa-download"></i> OpenLP-2.4.4-setup.exe</a></li>
<li><a href="https://get.openlp.org/2.4.4/OpenLPPortable_2.4.4.paf.exe"><i class="fa fa-fw fa-download"></i> OpenLPPortable_2.4.4.paf.exe</a></li>
<li><a href="https://get.openlp.org/2.4.5/OpenLP-2.4.5-setup.exe"><i class="fa fa-fw fa-download"></i> OpenLP-2.4.5-setup.exe</a></li>
<li><a href="https://get.openlp.org/2.4.5/OpenLPPortable_2.4.5.paf.exe"><i class="fa fa-fw fa-download"></i> OpenLPPortable_2.4.5.paf.exe</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Installer Torrents</li>
<li><a href="https://get.openlp.org/2.4.4/OpenLP-2.4.4-setup.exe.torrent"><i class="fa fa-fw fa-cloud-download"></i> Torrent</a></li>
<li><a href="magnet:?xt=urn:btih:3ab36d8eda7b76204a61479a9c2714b291b9fc52&amp;tr=udp://tracker.unit193.net:6969&amp;tr=udp://tracker.coppersurfer.tk:6969&amp;dn=OpenLP-2.4.4-setup.exe"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li>
<li><a href="https://get.openlp.org/2.4.5/OpenLP-2.4.5-setup.exe.torrent"><i class="fa fa-fw fa-cloud-download"></i> Torrent</a></li>
<li><a href="magnet:?xt=urn:btih:8f5a75821d43daf6acb8ffdd265ec006e3c82760&amp;tr=udp://tracker.unit193.net:6969&amp;tr=udp://tracker.coppersurfer.tk:6969&amp;dn=OpenLP-2.4.5-setup.exe"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Portable Torrents</li>
<li><a href="https://get.openlp.org/2.4.4/OpenLPPortable_2.4.4.paf.exe.torrent"><i class="fa fa-fw fa-cloud-download"></i> Torrent</a></li>
<li><a href="magnet:?xt=urn:btih:dea4115cdb53ad8e9975ff58cf36725606763ca7&amp;tr=udp://tracker.unit193.net:6969&amp;tr=udp://tracker.coppersurfer.tk:6969&amp;dn=OpenLPPortable_2.4.4.paf.exe"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li>
<li><a href="https://get.openlp.org/2.4.5/OpenLPPortable_2.4.5.paf.exe.torrent"><i class="fa fa-fw fa-cloud-download"></i> Torrent</a></li>
<li><a href="magnet:?xt=urn:btih:e1afc8a584df12427c9784c4112da2d1cbca7b7d&amp;tr=udp://tracker.unit193.net:6969&amp;tr=udp://tracker.coppersurfer.tk:6969&amp;dn=OpenLPPortable_2.4.5.paf.exe"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li>
</ul>
</div>
</p>
@ -349,13 +349,13 @@
</div>
<div class="btn-group">
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
OpenLP 2.4.4 <span class="caret"></span>
OpenLP 2.4.5 <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="https://get.openlp.org/2.4.4/OpenLP-2.4.4.dmg"><i class="fa fa-fw fa-download"></i> OpenLP-2.4.4.dmg</a></li>
<li><a href="https://get.openlp.org/2.4.5/OpenLP-2.4.5.dmg"><i class="fa fa-fw fa-download"></i> OpenLP-2.4.5.dmg</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://get.openlp.org/2.4.4/OpenLP-2.4.4.dmg.torrent"><i class="fa fa-fw fa-cloud-download"></i> Torrent</a></li>
<li><a href="magnet:?xt=urn:btih:54c74779d323359a73254cdeac73509235f6255e&amp;tr=udp://tracker.unit193.net:6969&amp;tr=udp://tracker.coppersurfer.tk:6969&amp;dn=OpenLP-2.4.4.dmg"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li>
<li><a href="https://get.openlp.org/2.4.5/OpenLP-2.4.5.dmg.torrent"><i class="fa fa-fw fa-cloud-download"></i> Torrent</a></li>
<li><a href="magnet:?xt=urn:btih:785a818f90498aaeb0fedec9fe4222003c796c33&amp;tr=udp://tracker.unit193.net:6969&amp;tr=udp://tracker.coppersurfer.tk:6969&amp;dn=OpenLP-2.4.5.dmg"><i class="fa fa-fw fa-magnet fa-flip-vertical"></i> Magnet</a></li>
</ul>
</div>
</p>
@ -368,14 +368,14 @@
<a href="https://admin.fedoraproject.org/pkgdb/package/OpenLP/" class="btn btn-fedora"><i class="fa fa-fw fa-external-link"></i> Fedora</a>
<a href="https://packages.debian.org/openlp" class="btn btn-debian"><i class="fa fa-fw fa-external-link"></i> Debian</a>
<a href="https://aur.archlinux.org/packages/openlp/" class="btn btn-arch"><i class="fa fa-fw fa-external-link"></i> Arch</a>
<a href="http://www.freshports.org/multimedia/py-openlp" class="btn btn-freebsd"><i class="fa fa-fw fa-external-link"></i> FreeBSD</a>
<!-- a href="http://www.freshports.org/multimedia/py-openlp" class="btn btn-freebsd"><i class="fa fa-fw fa-external-link"></i> FreeBSD</a -->
</p>
</div>
<div class="source hidden">
<h4>OpenLP Source Code</h4>
<p>OpenLP-2.4.4.tar.gz</p>
<p>OpenLP-2.4.5.tar.gz</p>
<p>
<a href="https://get.openlp.org/2.4.4/OpenLP-2.4.4.tar.gz" class="btn btn-success"><i class="fa fa-fw fa-download"></i> Direct Download</a>
<a href="https://get.openlp.org/2.4.5/OpenLP-2.4.5.tar.gz" class="btn btn-success"><i class="fa fa-fw fa-download"></i> Direct Download</a>
</p>
</div>
</div>