gpodder

The gPodder podcast client.

GPL-3.0 License

Stars
1.3K
Committers
211

Bot releases are hidden (Show)

gpodder - gPodder 3.8.4 "Moving Mountain" released

Published by adamvoss almost 7 years ago

Released 2015-05-24

Here's another gPodder 3 release, fixing among other things the YouTube integration.

  • Show covers directly after adding feeds (bug 1987)
  • Update Sonos Extension
  • Make sure cover_url is always set (bug 1978)
  • gpodder.util: Fix timestamp issues (bug 1983)
  • gpodder.download: Strip whitespace in url (bug 1991)
  • tools/localdepends.py: Fix feedparser downloading
  • Podcast details dialog: Avoid re-showing on close
  • Updated German translation
  • Support for The Escapist
  • gpodder.directory: Remove broken YouTube search
  • YouTube: Support V3 API via user-supplied key (bug 1999)
  • YouTube: Auto-resolve URLs also in CLI and QML
  • QML UI: Add YouTube API key text entry + migrate button
  • CLI: Add "youtubefix" subcommand to rewrite URLs
  • YouTube: Match _ in channel URLs

As always, a detailed changelog is available at on the commit log.
Download: gpodder-3.8.4.tar.gz
md5sum: 277de4e0d8c0cf5459e9c9cd45ab5cc6
sha1sum: 0f17a3fecdf61c79d1fe56fbcf14a262e46fc23e
For packages in distributions, see the downloads page. We now also provide RPM and DEB packages for recent versions of Fedora and Debian derivatives.
Thanks to all users who continue to support the gPodder project by providing bug reports, patches, documentation, feedback or donations / Flattrs. Enjoy this new release! 

gpodder - gPodder 3.8.3 "The Cheshire Project Part Two" released

Published by adamvoss almost 7 years ago

Released 2014-10-30

This is a small bugfix release that fixes some issues with the 3.8.2 release, mostly due to the new build method we are using:

  • Fixes issues with the Windows version not starting up (fake D-Bus module was missing)
  • Fixes extraneous icon in the MeeGo 1.2 Harmattan (N9) build (Harmattan doesn't support the NoDisplay key in .desktop files)
  • Fixes a typo in the QML files that caused gPodder to fail to start up
  • Enable "Check for updates" by default, even on non-Windows platforms
  • Extension: Open website in episode list (bug 1958)

As always, a detailed changelog is available at on the commit log.
Starting with this release, we are doing automated release builds for MeeGo 1.2 Harmattan and the Windows build of gPodder, so packages for those targets should be available at the same time as the source release.
Download: gpodder-3.8.3.tar.gz
md5sum: bf5d5f737b4e9c8ff3ab04f55a257288
sha1sum: e59d05e22535fa5a4d196ccb115fc278e4e556e0
For packages in distributions, see the downloads page. We now also provide RPM and DEB packages for recent versions of Fedora and Debian derivatives.
Thanks to all users who continue to support the gPodder project by providing bug reports, patches, documentation, feedback or donations / Flattrs. Enjoy this new release!

gpodder - gPodder 3.8.5 "Casting Agents and Cowgirls" released

Published by adamvoss almost 7 years ago

Released 2015-12-01

A new version of gPodder is out, with the following changes:

Vimeo

YouTube

  • youtube: Improve channel migration code
  • youtube: Fix cover art downloading (bug 2014)
  • Make the YouTube key button link to the gPodder Wiki
  • Add pattern to YouTube feed URL list (patch by Danilo Shiga)

CLI: Cleanup old downloads on CLI startup (bug 2012)

Gtk UI: Fix model column data types (bug 2008)

Device sync: Handle sync failure when no space left (patch by Aaron Wright)

model: Limit filenames to 120 characters for eCryptFS (bug 1898)

rename_download: Add add_sortdate and add_podcast_title option

Remove the unused 'pipe' IPC module

Fix coverage usage

Use Travis CI for running basic sanity tests

Various small code improvements and fixes

As always, a detailed changelog is available at on the commit log.
Download: gpodder-3.8.5.tar.gz
md5sum: df651a331c91ebd634c0d0b5ae8f7ea2
sha1sum: 787e7bd564ac0fd587c6fea7f17e473c4f8c4c34
For packages in distributions, see the downloads page. We now also provide RPM and DEB packages for recent versions of Fedora and Debian derivatives.
Thanks to all users who continue to support the gPodder project by providing bug reports, patches, documentation, feedback or donations / Flattrs. Enjoy this new release!  

gpodder - gPodder 3.9.0 "Helium Levitator" released

Published by adamvoss almost 7 years ago

Released 2016-02-03

A new version of gPodder is out! This release removes some old, unmaintained code and fixes some bugs and adds a new translation.
Starting from version 3.9.0, the N9 port is not supported anymore; the code is still available in the "harmattan" branch in Git if you need it or want to backport fixes yourself.
Flattr support was broken with the recent changes to Flattr's website, it is recommended that you use gpodder.net's Flattr integration instead if you want to use this feature.
For the Windows build, due to some Norton false positives, the auto-download feature for Python and PyGTK has been removed and replaced with a link to http://gpodder.org/dependencies, so users can manually download the dependencies.
Here is the list of changes:

  • Added Korean translation (by Byeongkeon Kim)
  • Device sync: Only fail if we can determine free disk space (bug 2052)
  • Enqueue episodes after download (Closes #133)
  • Ubuntu AppIndicator extension: 'visible' config option
  • gpodder.download: Ignore non-ASCII content-disposition header (bug 2059)
  • Win32-launcher: Remove download feature (works around Norton warning)
  • Remove WebUI, QML UI and MeeGo 1.2 Harmattan support
  • Remove broken Flattr integration (use gpodder.net's Flattr support)
  • Redesign about dialog
  • Preferences: Move video services to separate tab
  • Vimeo: Fix Vimeo integration

As always, a detailed changelog is available at on the commit log.
Download: gpodder-3.9.0.tar.gz
md5sum: e10acfd6d3eb03c46ff9d02efe4b920f
sha1sum: f06ccd3e3af630dc9ac8064167c998ee931111b4
For packages in distributions, see the downloads page

gpodder - gPodder 3.9.1 "My BLT Drive Just Went AWOL" released

Published by adamvoss almost 7 years ago

Released 2016-08-31

A new release of your favorite podcast downloading program is out. And our website also got a refresh in recent weeks if you haven't noticed :) Here's a rundown of what's new:

  • win32-launcher: Fix compatibility issues with Python 2.7.11
  • Gtk UI: Remove WebKit1 support (Debian bug 790218)
  • Add 'set_artist_to_album' config option to 'tagging' extension (by Brian J. Cohen)
  • Resolve all symlinks in path (bug 2064)
  • Handle "mktime argument out of range" (by Markus Wamser, bug 2023)
  • Include OS name and version in user agent
  • Don't fail if update server is down (bug 2067)
  • Use html5lib/HTMLParser to find hyperlinks in show notes (by Mathias Rav)
  • desktopfile: Filter non-player apps (improves app selector choices on Linux)

As always, a detailed changelog is available at on the commit log.
Download: gpodder-3.9.1.tar.gz
md5sum: f257c2e887808e53a21787d394623764
sha1sum: 7fd1b7f0f13bf3d672f62efc1a9e3e0550fa7046

You can find a list of downloads on gpodder.org.

gpodder - gPodder 3.9.3 "Whacketts" released

Published by adamvoss almost 7 years ago

Released 2016-12-22

This is a small bugfix update on top of gPodder 3.9.2, fixing some issues that people were having with some feeds and the change to podcastparser:

  • Soundcloud: Increase track limit (by mprangenberg)
  • Fix HTTP conditional GET (Fixes #193, #182)
  • Podcastparser 0.6.1: Work around a XML parsing bug when PyXML is installed (#185)

The new Podcastparser build is included in the Windows release, as well as in the Ubuntu PPA, and the source tarball is also available.

As always, a detailed changelog is available at on the commit log.

Download: gpodder-3.9.3.tar.gz
md5sum: 56d891649d9ac8a0b9c5e47471a8119f
sha1sum: 77aa49442fe3abe9aa84f69f5be5319cf5f6cb0b
You can find a list of downloads on gpodder.org.

gpodder - gPodder 3.9.2 "Canyonero" released

Published by adamvoss almost 7 years ago

Released 2016-11-30

A new release of gPodder is out. This release improves UI startup performance as well as introduces our own podcastparser library that we use in gPodder 4 to the gPodder 3 releases -- this should improve the feed parsing performance and allow for better support of podcast-specific features like Podlove Simple Chapters and Paged Feeds in the future (some of these features are already in gPodder 4's codebase).

Here's what's new:

  • Fix tagging download extension (#148, patch by Eric Le Lay)
  • Improve YouTube cover art resolution (patch by Hiltronix)
  • win32-launcher: Fix crash when Python is missing
  • Sync UI: Update podcast list after sync (#136)
  • Port from feedparser to podcastparser
  • Set UI upper limit for episodes per podcast based on current value
  • Cache cover art thumbnails in SQLite database
  • Load/update the episode list model in the background

As always, a detailed changelog is available at on the commit log.
Download: gpodder-3.9.2.tar.gz
md5sum: 14b9c9ca26015d78f11a748e4cbf65a5
sha1sum: 1778cd758143dcee980fad7f85707c170f1c7db2

You can find a list of downloads on gpodder.org.