Simple update for bugfixes.  Been running this for a week or so.
RSS podcasts and youtube channels.


Changelog:

This release includes multiple fixes for Youtube and Soundcloud,
and a new channel dialog layout.

Linux, macOS and Windows are supported.

Thanks to @18928172992817182, @adasiko, @auouymous, @elelay,
@neodyne, @serkan-maker, @tpikonen and @web-flow for contributing
to this release!

Changes since 3.10.20:
Improvements

    #1071 narrow channel dialog
    add Strawberry player to the enqueue extension
    skip non-integer youtube formats
    use util.urlopen instead of requests.get for youtube
    save and restore channel dialog state

Bug fixes

    #1065 prevent soundcloud from downloading existing episodes on
each update
    #1073 fix native youtube support in Europe by automatically
accepting GDPR consent form
    #1084 fix native youtube support by trying new endpoint before
old endpoint
    #1095 fix links in About dialog on platforms without gvfs
    fix 'msgid' format string with unnamed arguments cannot be
properly localized warning
    fix DRM content detection for youtube episodes
    fix "gpo sync" failure
    fix soundcloud API change when adding new channels

Tim.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile    28 Jun 2021 07:26:05 -0000      1.29
+++ Makefile    19 Aug 2021 14:48:33 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               media aggregator and podcast client
 
-MODPY_EGG_VERSION=     3.10.20
+MODPY_EGG_VERSION=     3.10.21
 
 GH_ACCOUNT=            gpodder
 GH_PROJECT=            gpodder
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/gpodder/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    28 Jun 2021 07:26:05 -0000      1.14
+++ distinfo    19 Aug 2021 14:48:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (gpodder-3.10.20.tar.gz) = mU9/BKMcaPs0ea0ADU6a8sDYyvAsFh7eccfCzUubyAQ=
-SIZE (gpodder-3.10.20.tar.gz) = 1081171
+SHA256 (gpodder-3.10.21.tar.gz) = AU5hneZNPj3ISTkpr4AHs8rwndd+FTv3ePFwjVWUaHg=
+SIZE (gpodder-3.10.21.tar.gz) = 1105520
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/gpodder/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   28 Jun 2021 07:26:05 -0000      1.13
+++ pkg/PLIST   19 Aug 2021 14:48:33 -0000
@@ -334,6 +334,7 @@ share/locale/pt/LC_MESSAGES/gpodder.mo
 share/locale/pt_BR/LC_MESSAGES/gpodder.mo
 share/locale/ro/LC_MESSAGES/gpodder.mo
 share/locale/ru/LC_MESSAGES/gpodder.mo
+share/locale/sk/LC_MESSAGES/gpodder.mo
 share/locale/sv/LC_MESSAGES/gpodder.mo
 share/locale/tr/LC_MESSAGES/gpodder.mo
 share/locale/uk/LC_MESSAGES/gpodder.mo

Reply via email to