File gpodder.changes of Package gpodder
-------------------------------------------------------------------
Mon Jul 27 22:48:04 CEST 2009 - claes.backstrom@fsfe.org
- New upstream 0.17.0
-------------------------------------------------------------------
Fri Jun 19 18:01:07 CEST 2009 - claes.backstrom@fsfe.org
- New upstream 0.16.1
-------------------------------------------------------------------
Sat Dec 13 15:14:22 CET 2008 - claes.backstrom@fsfe.org
- New upstream release 0.14.0
* Find new podcasts (directory, top podcasts, YouTube)
* Subscribe to YouTube user channels
* Progress dialog for initial feed download
* "Never download" button in new episodes dialog
* Support for displaying HTML shownotes (requires gtkhtml2)
* Per-podcast episode locking (also for newly-downloaded episodes)
* Additional components manager (lists missing dependencies)
* Remember position and size of several more dialogs
* Tooltips only appear when hovering on top of icons
* Streaming support (enable_streaming advanced option)
* Prompt for username/password on podcasts when required
* Playlist management for MP3 player (M3U write support)
* Optionally remove old, unrated episodes from iPods on sync
* Faster quit experience by optimizing the shutdown code
* Automatic Bluetooth configuration (removed preferences pane)
* Support for gPodder web services (upload and download subscription lists)
http://my.gpodder.org/
* Option: System-default player for audio and video files
* Removed: URL entry box (due to usability problems)
* Removed: Gnome BitTorrent integration
-------------------------------------------------------------------
Thu Oct 30 21:58:45 CET 2008 - claes.backstrom@fsfe.org
- New upstream release 0.13.1
* Updated translations:
- Swedish
- Russian
- Spanish
- German
* Set genre to "Podcast" when "update tag after download" is enabled
* Correct HTML feed auto-detection (bug 215)
* Handle 304 (Not Modified) during feed update.
* Use uppercase collation names for SQLite (bug 224)
* Fix a problem with the French translation (bug 233)
* Set album tag to artist if no album tag is empty
* Fancy password protected feed detection/support (bug 225)
* Use RFC2822-compliant dateCreated in opml files (bug 227)
-------------------------------------------------------------------
Wed Oct 8 14:25:07 CEST 2008 - claes.backstrom@fsfe.org
- New upstream release 0.13.0
* Sortable columns in episode selector (bug 146)
* Show total download speed when downloading (bug 139)
* Show descriptions in the episode selector dialog (bug 127)
* Integrate Google Video Search as feed source (bug 11)
* GUI freezes while downloading feed on "Add podcast" (bug 114)
* MTP device support (bug 9)
* Threaded Feed Updater (bug 153)
* Add success message dialog on OPML file export
* Better confirmation dialog when deleting episodes from device
* Fix problem when updating feed cache on startup (bug 183)
* Fix for the database threading issue (bug 185)
-------------------------------------------------------------------
Tue Sep 9 16:22:35 CEST 2008 - claes.backstrom@fsfe.org
- New upstream release 0.12.3
* Make self.minimized work on Maemo (bug 175)
* Fix large negative values for download progress (bug 160)
* Detect and report HTTP errors when downloading (bug 106)
* Fix problem with title setting on Maemo
* Do not try to load invalid/empty RSS image tag (bug 169)
* Make gdfs-init work again (load_channels argument error)
* Improve slash and duplicate episode name handling in gdfs (bug 170)
* Fail if gpod is not available in iPod sync (bug 179)
-------------------------------------------------------------------
Fri Aug 8 15:11:04 CEST 2008 - claes.backstrom@fsfe.org
- New upstream release 0.12.2
* Case-insensitive channel sorting
* Request covers only when necessary
* Support legacy encodings better for synchronization
* Fix random segfaults when syncing
* Cancel episode downloads when deleting a channel
* Once a download is complete, save the real, on-disk filesize
* Fix typo in logging call (traceback instead of backtrace)
* Fix PixbufLoader bug for invalid covers (reported by Wilfred van Rooijen)
* Updated Swedish translation by Anders Kvist
* Don't update OPML status label; context menu for episode selector
* Change gtk.Window to gtk.Dialog in gpodder.glade
-------------------------------------------------------------------
Mon Jul 28 16:19:26 CEST 2008 - claes.backstrom@fsfe.org
- New small bugfix release 0.12.1
- Fix Device traceback when syncing
- Fix problems with command-line mode not working correctly
- Updated French translation
-------------------------------------------------------------------
Tue Jul 15 11:44:32 CEST 2008 - claes.backstrom@fsfe.org
- New upstream release 0.12.0
- This version features a brand new SQLite backend,
- which will speed up the overall user experience of gPodder
- and make everything a bit more snappy.
-------------------------------------------------------------------
Mon Jun 2 14:33:04 CEST 2008 - claes.backstrom@fsfe.org
- New Upstream Release 0.11.3
-------------------------------------------------------------------
Mon Apr 28 10:24:11 CEST 2008 - claes.backstrom@fsfe.org
- New Upstream Release 0.11.2
-------------------------------------------------------------------
Sun Apr 13 16:24:28 CEST 2008 - claes.backstrom@fsfe.org
- Clean up of spec file
-------------------------------------------------------------------
Thu Mar 27 19:31:41 CET 2008 - claes.backstrom@fsfe.org
- New Upstream Release 0.11.1
-------------------------------------------------------------------
Sun Mar 2 00:48:11 CET 2008 - claes.backstrom@fsfe.org
- New Upstream Release 0.11.0
- Release Goals (see Roadmap)
* System tray icon and notifications by Jérôme Chabod (#3)
* New synchronization module: iPod, MP3 player with native encoding (#2)
* Expert configuration dialog, like about:config (#10)
* Support for Bluetooth OBEX send
* Usability interface changes, proposed by Rafael Proença
- New and improved features
* Tray icon and notification (libnotify) support by Jérôme Chabod; initial idea by Holger Bauer (#3)
* Support for different audio/video player selection (by Paul Rudkin)
* Support for sending episodes to bluetooth devices via OBEX
* Episode Selector is now also used for per-channel new episodes (#14)
* New, modular synchronization code (iPod, MP3 players); supports console-only sync (gpodder --sync)
* Pressing Enter in the add channel entry adds the channel (patch from Nikosapi)
* Make feed update display "Loading" titles, only run auto update when minimized (UI change; by Nikosapi)
* Usability GUI update (after Rafael Proença's proposal)
* New hotkeys: Ctrl+L (Add new channel); Ctrl+D (hide/show episode descriptions); Ctrl+T (hide/show toolbar)
* Episode description and episode title in one column (suggested by narf@inode.at)
* NLS encoding support for MP3 player synchronization; from gdfs (by Leonid Ponomarev)
* Support buggy OPML feeds, notify user on OPML import (support "url" instead of "xmlUrl" attribute)
* new "expert" configuration editor (about:config-like) (#10)
* Automatically check for new episodes in background (by Nikosapi)
* Updated translations: German, Dutch (Pieter De Decker), Russian (Leonid Ponomarev), Czech (Ondrej Vesely), Swedish (Anders Kvist) and French (Jérôme Chabod)
- Code changes
* Modularize calls to gobject.idle_add (for non-GTK support)
* New makefile target: make releasetest (automated pre-release tests)
* Output pretty-printed OPML when saving channels list (by Nikosapi)
- Bug fixes
* Fix problems in gpodder.desktop file; validates now (thanks Götz Waschk for reporting)
* Fix a bug in the file size calculation, reported by FriedBunny (#23)
* Fix bug in file_modification_datetime (thanks to FriedBunny)
* Fix sync track length detection (thanks to Paul Rudkin and FriedBunny, #29)
* Fix bug with MP3 player synchronization file name encodings; reported by Bernd Schlapsi (#34)
-------------------------------------------------------------------
Fri Jan 25 23:34:40 CET 2008 - claes.backstrom@fsfe.org
- Build on older versions of openSUSE
-------------------------------------------------------------------
Tue Jan 22 21:29:12 CET 2008 - claes.backstrom@fsfe.org
- Created lang package to follow the Gnome Packaging guide
-------------------------------------------------------------------
Tue Jan 22 17:15:07 CET 2008 - claes.backstrom@fsfe.org
- New Upstream Release 0.10.4
- Feature enhancements
* Menu item for gPodder's Bugzilla in Help menu
* Add option to delete episodes in gPodder after synchronization
* Add option to keep downloaded episodes when removing channels
* Better username/password extraction from URLs
* Migrate channels.xml to channels.opml when upgrading from 0.9.4 and before
* Under the hood: download completion notifications, improve logging
- Bug fixes
* Do not synchronize played state from PC to iPod when marking episodes as played on sync in gPodder
* Remove invalid channel cover images when loading them fails
* Make sure the feed update dialog gets closed when clicking on "Cancel"
* Create BitTorrent download folder on startup when needed (avoids a warning)
* Native system language encoding patch for gdfs
* Fallback support for pycairo versions less than 1.1.6
* Show episodes that disappeared from the RSS feed in "Delete old episodes" dialog
* On-the-fly patching of the feedparser module to fix a bug there
* Use os.rename() to make channel list saving atomic
- Translations
* Updated: Dutch (Pieter De Decker),
Swedish (Anders Kvist)
Russian (Hex)
French (Jérôme Chabod)
German
* Added: Czech (Ondrej Vesely)
-------------------------------------------------------------------
Sun Jan 13 20:32:33 CET 2008 - claes.backstrom@fsfe.org
- Changed some dependencies from requires to recommends.
-------------------------------------------------------------------
Thu Dec 13 13:06:22 CET 2007 - claes.backstrom@fsfe.org
- Update to 0.10.3
- Features
* Statistics ("the pill") in channel navigator: Unplayed/downloaded episodes (idea and initial patch by Paul Rudkin)
* iTunes support: itpc:// and itms:// URLs, support for adding iTunes Podcast links (http://phobos.apple.com/...)
* The channel list is now sorted alphabetically (requested by FriedBunny)
* Selectively clean up episodes on iPod with the episode selector
* Episode locking: Protect your favourite episodes from being deleted (initial patch by Paul Rudkin)
* New option: Mark episodes as played after transfer to iPod/MP3 player
* New option: Automatically remove played old episodes on gPodder startup (suggested by Pieter de Decker)
* Delete old episodes dialog (Ctrl+K): Select all episodes older before X days (configurable, defaults to 7)
* Link the gPodder Documentation Wiki from the help pages
* Galician translation (thanks to Teo Ramirez)
- Code changes
* Update channel navigator when iPod/MP3 player sync has finished
* Make has_converter() a bit more intelligent in detecting extensions
* Move observer code out of DownloadStatusManager into ObservableService
* TODO list moved from our source repository into the gPodder Wiki
- Bugfixes
* Fix a fatal bug with first-run that prevents channel list saving
* Fix pre-setting code for filechooser buttons in preferences dialog (patch by Paul Rudkin)
-------------------------------------------------------------------
Wed Nov 26 21:06:29 CET 2007 - claes.backstrom@fsfe.org
- Initial Package (version 0.10.2)