commit b0d83b90bfb09083c4c7f2b03fb22c18705b74f9
Author: Thomas Perl <m@thp.io>
Date:   Sat May 17 12:01:34 2014 +0200

    gPodder 3.7.0 "Off-Screen Bionic Chiseling" released

commit 14fad9d3ec5bbe225b659bf7f0db930a7ec56d87
Author: Thomas Perl <m@thp.io>
Date:   Sat May 17 11:46:09 2014 +0200

    Downloads: Chronological order config option (+add to CLI)

commit f83e64e1698318e77fcb2072f099d86773ead852
Author: Thomas Perl <m@thp.io>
Date:   Sat May 17 11:42:05 2014 +0200

    gpodder.util: Fix a bug in the delete_empty_folders code

commit 1860ba382484d5d90456e1ba5c30bf931bc902be
Author: Thomas Perl <m@thp.io>
Date:   Sat May 17 11:24:55 2014 +0200

    Update German translation

commit f630a0c8b5948fcf3e6c827bd5d775473ea2fef6
Author: Thomas Perl <m@thp.io>
Date:   Sat May 17 11:14:49 2014 +0200

    Update translation templates from source

commit 142214d9eb17508f6228a979b348c4b2c8f5a5e1
Author: Ricardo Miranda <mail@ricardomiranda.com>
Date:   Tue Nov 12 02:43:24 2013 +0000

    CLI: Delete empty folders on download, update, pending (bug 1601)

commit f26aa50e60416757e7064dc30947ad89ab0bc78b
Author: Thomas Perl <m@thp.io>
Date:   Sat May 17 11:04:27 2014 +0200

    rockbox_coverart: Use logger instead of print()

commit 8a73027334b45164308f5d82f034772812126501
Merge: 2dce352 270519f
Author: Thomas Perl <m@thp.io>
Date:   Sat May 17 11:03:08 2014 +0200

    Merge pull request #118 from amayer5125/rockbox_coverart
    
    Extension: Rockbox Cover Art Sync

commit 2dce352d2fe3d26446eea2911f18ad28fbadfca5
Merge: 46aebf3 458a049
Author: Thomas Perl <m@thp.io>
Date:   Sat May 17 11:02:02 2014 +0200

    Merge pull request #120 from dovf/master
    
    New extension: MPRIS Listener

commit 46aebf3f9d196f979634beb3fe068760e5100a69
Merge: c18b48c 975a0fc
Author: Thomas Perl <m@thp.io>
Date:   Sat May 10 11:21:59 2014 +0200

    Merge pull request #121 from rutsky/ted_subtitles_fix
    
    Fix TED subtitles downloader plugin

commit c18b48ce7d9aff5503695bb87e934d10b1e63016
Author: Thomas Perl <m@thp.io>
Date:   Fri May 9 19:00:30 2014 +0200

    OS X: Use standard locations for GPODDER_HOME. Fixes bug 1912
    
    If ~/gPodder/ does not exist, use ~/Library/Application Support/gPodder/

commit 975a0fcde130556e4cb44284e326341e95c852c6
Author: Vladimir Rutsky <altsysrq@gmail.com>
Date:   Fri May 9 01:49:18 2014 +0400

    Made into duration parsing more robust

commit 430f1fa60c9fbfc4864265b2a6221b460baa4916
Author: Vladimir Rutsky <altsysrq@gmail.com>
Date:   Fri May 9 01:45:11 2014 +0400

    Fix TED subtitles downloading plugin
    
    Looks like page format changed.

commit 458a049fd840bc7975d4c96636cc2c63b6549436
Author: Dov Feldstern <dovdevel@gmail.com>
Date:   Mon May 5 00:32:56 2014 +0300

    mpris listener: factor out check of whether update is needed (avoid for... else)
    
    I'm not opposed to 'for... else' myself, but I admit that even so I still have
    to check [1] every time to remember what Raymond Hettinger suggests the 'else'
    *should* have been called (hint: 'nobreak')...
    
    [1] https://www.youtube.com/watch?v=OSGv2VnC0go&t=15m50s

commit a3b2e8230fe254a61835f3ae170ec1d5140c5f92
Author: Dov Feldstern <dovdevel@gmail.com>
Date:   Sun May 4 19:45:36 2014 +0300

    mpris listener: rename 'same_second' -> 'subsecond_difference'
    
    'same_second' is a bit of a misleading name: it could be understood to check
    whether or not two times are "in the same second" rather than whether two times
    are "within a second of each other" (so, 1.999 and 2.001 might be thought to
    fail this check).
    
    Indeed, the function was originally implemented as "in the same second"; but
    that implementation was incorrect in the context in which we use it, and the
    implementation was fixed in [1]; unfortunately, the name was not changed as
    part of that fix... Fixing the name, too, now.
    
    [1] https://bitbucket.org/dov/gpodder-mpris-listener/commits/da2c5444fe83f6f7106714a6750a96d49d97a6a8
    
    --HG--
    extra : amend_source : 0da64760fe6926460641f9ef158bcd23963bf963

commit ae405f5f6aa16bf4c2f5f5d63c5ff164f8ec9516
Author: Dov Feldstern <dovdevel@gmail.com>
Date:   Sun May 4 19:23:35 2014 +0300

    mpris listener: pass arguments to logging functions, instead of %-formatting
    
    this allows the formatting to occur only when the specific logging is enabled
    
    --HG--
    extra : amend_source : 290ff6bdb429f67c19e9f6bf393e612b61e19ff7

commit 04dce36fa2cea1a87c10fb4a1d19a2d34176b69d
Author: Dov Feldstern <dovdevel@gmail.com>
Date:   Sun May 4 02:59:25 2014 +0300

    New extension: MPRIS Listener
    
    This extension listens to notifications from MPRIS-capable media players and
    translates them to gPodder's Media Player D-Bus API.

commit 7cfd31ebd2e21da9467bcb0b1e674409f471031b
Author: Thomas Perl <m@thp.io>
Date:   Sat May 3 15:05:14 2014 +0200

    New extension: concatenate_videos using ffmpeg
    
    This extension allows concatenating multiple video episodes
    (sorted in chronological order) into a single file using ffmpeg.

commit 1e6388746c5f052e3349c4011509cfbef08bb9e6
Merge: 2305e38 432bf5b
Author: Thomas Perl <m@thp.io>
Date:   Sat May 3 08:39:22 2014 +0200

    Merge pull request #117 from amayer5125/sync_hook
    
    Sync: Extension Hook

commit 2305e38e55c345417754fb8dead595632bc9c09d
Merge: 7f7bc95 10d1af5
Author: Thomas Perl <m@thp.io>
Date:   Sat May 3 08:27:40 2014 +0200

    Merge pull request #119 from cboxdoerfer/master
    
    enqueue extension: add a variety of audio players

commit 7f7bc952fe9509d5de07b96438b7d092f43b7e5b
Author: Thomas Perl <m@thp.io>
Date:   Sat Apr 26 22:36:50 2014 +0200

    Update list of Ubuntu releases

commit 10d1af5a7e942feb6a50493b32a1991020b0bb7e
Author: Christian Boxdörfer <christian.boxdoerfer@posteo.de>
Date:   Tue Apr 22 17:20:51 2014 +0200

    enqueue extension: add a variety of audio players

commit 270519f168a61d5c4014b631ef2c9a168abcb0da
Author: Alex Mayer <magictrick4906@aim.com>
Date:   Thu Apr 10 11:00:25 2014 -0400

    Extension: Rockbox Cover Art Sync
    
    Extension copies cover art to file based device whenever an
    episode is synced

commit 432bf5ba5f44f8ce32e2b2d02072d65945eae465
Author: Alex Mayer <magictrick4906@aim.com>
Date:   Thu Apr 10 10:45:49 2014 -0400

    Extensions: Add on_episode_synced Extension Call
    
    on_episode_synced pararms:
    device: gpodder.sync.Device instance
    episode: gpodder.model.PodcastEpisode instance
    
    replace on_episode_downloaded with on_episode_synced in sync.py
    
    This will allow users to make extensions that are triggered
    after a file has been synced to a device

commit 20a7a43e3b7cbcc1e5164b107461548b380b74a3
Author: Thomas Perl <m@thp.io>
Date:   Sun Apr 6 21:51:56 2014 +0200

    credits.txt: Add github user "zombie"'s name

commit c74697a5d318b01359baac49a4dbfd57d7689483
Author: Alex Mayer <magictrick4906@aim.com>
Date:   Wed Apr 2 22:45:23 2014 -0400

    sync: create functions to get folder and file names on device
    
    only effects MP3PlayerDevice
    easy way to get folder and filename that episode will be
    synced to on device
    get_episode_folder_on_device(episode):
    	returns folder location on device episode will be
    	synced into
    get_episode_file_on_device(episode):
    	returns filename that will be used on device

commit c576997c4ae9f32639d1bf8acccff18e8175c031
Author: Thomas Perl <m@thp.io>
Date:   Tue Apr 1 22:35:39 2014 +0200

    model: Add rewrite_url() function. Bug 1905

commit d81d7617d339b7f225254b92fe448cfedad874e0
Author: Thomas Perl <m@thp.io>
Date:   Mon Mar 17 19:58:55 2014 +0100

    gpodder.xspf: Remove broken plugin

commit 3617acb99d0b8b2c0d7d71efdaae7b99304878d8
Author: Thomas Perl <m@thp.io>
Date:   Mon Mar 17 19:56:07 2014 +0100

    gpodder.vimeo: Fix Vimeo integration (bug 1837)

commit c947a088994f4072590e7bf15cd4fd717682fad5
Merge: e86e560 c76df73
Author: Thomas Perl <m@thp.io>
Date:   Mon Mar 10 10:32:05 2014 +0100

    Merge pull request #116 from zombie/reverse-downloads
    
    download older episodes first after an update

commit c76df73ab4662943c4cc60a91f9db19ba9e4e2bc
Author: zombie <zombie@users.noreply.github.com>
Date:   Mon Mar 10 01:11:35 2014 +0100

    download older episodes first
    
    (remove commented-out debug code)

commit d12d1a9962458abb077d8b59673e826bb26c27b0
Author: zombie <zombie@users.noreply.github.com>
Date:   Mon Mar 10 01:06:37 2014 +0100

    download older episodes first
