diff --git a/Changelog.yaml b/Changelog.yaml index 41ef499723..d40031ad9f 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,6 +4,33 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. +- version: 0.7.26 + date: 2010-10-30 + + new features: + - title: "Check library: Allow wildcards in ignore names field" + + bug fixes: + - title: "Fix regression in 0.7.25 that broke reading metadata from filenames." + + - title: "Fix regression in 0.7.25 that caused original files to be mistakenly removed when adding books recursively" + + - title: "Fix long series/publisher causing edit metadata in bulk dialog to become very large" + tickets: [7332] + + - title: "Only add SONY periodical code to downloaded news if output profile is set to one of the SONY reader profiles. This is needed because the ever delightful Stanza crashes and burns when an EPUB has the periodical code" + + improved recipes: + - El Periodico + - New Zealand Herald + + new recipes: + - title: "Taggeschau.de" + author: "Florian Andreas Pfaff" + + - title: "Gamespot Reviews" + author: "Marc Tonsing" + - version: 0.7.25 date: 2010-10-29 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 4ac6dd9666..35abf30272 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -2,7 +2,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = 'calibre' -__version__ = '0.7.25' +__version__ = '0.7.26' __author__ = "Kovid Goyal " import re