summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2009-01-03 02:58:14 +0000
committerTodd Zullinger <tmz@pobox.com>2009-01-03 02:58:14 +0000
commit30915268679ed3b0bf21781c879c7690ab3289ae (patch)
tree52b90f92034b93e9d95a5730e865640ef302e064
parentca5a86efe976d4ae92857f9ea87c934b7d657df1 (diff)
downloadlibgpod-30915268679ed3b0bf21781c879c7690ab3289ae.tar.gz
libgpod-30915268679ed3b0bf21781c879c7690ab3289ae.tar.xz
libgpod-30915268679ed3b0bf21781c879c7690ab3289ae.zip
Update NEWS
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2194 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--NEWS15
1 files changed, 12 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4c90b1d..19f9612 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,11 @@ the UI more responsive (and saves disk space on the iPod).
These are the big letters that show up in the album/artist list when someone
quickly scrolls through them. Thanks a lot to Ian Stewart for implementing it.
+* chapter data support
+
+Chapter data allows large files (movies, audio books, podcasts) to be divided
+into smaller sections. Thanks to Michael Tiffany for this feature.
+
* improved timezone handling
This should now work up to 5G iPods, for newer iPods, libgpod will assume
@@ -28,8 +33,7 @@ Thanks to all of our translators :)
* much more complete API doc
-Most (all ?) of the public API of libgpod is now documented with gtkdoc. Thanks
-goes to Todd Zullinger.
+All of the public API is now documented with gtk-doc.
* simplification of the cover art handling API
@@ -54,7 +58,7 @@ can now find out an iPod model using this serial number.
This is probably not perfect yet, but the goal is to improve it as much as
possible so don't hesitate to send bug reports if some things are still not
-working. Thanks to the songbird project and Eric Lassauge
+working. Thanks to the songbird project and Éric Lassauge.
* reworked handling of artwork formats
@@ -63,6 +67,11 @@ SysInfoExtended even if the iPod model is unknown, this should make it possible
for libgpod to support artwork on newly released iPod models without the need
to upgrade.
+* python bindings are more consistent with other python container objects
+
+This enables testing whether a key exists in an object (e.g. "'title' in track")
+as well as iterating over a Track or Photo object's keys, values, or items.
+
* bug fixes and code cleanup all over the place