version 0.7.59

This commit is contained in:
Kovid Goyal 2011-04-30 09:19:40 -06:00
parent 7fd2df2e04
commit 78697d7967
3 changed files with 23 additions and 2 deletions

View File

@ -19,6 +19,27 @@
# new recipes: # new recipes:
# - title: # - title:
- version: 0.7.59
date: 2011-04-30
bug fixes:
- title: "Fixes a bug in 0.7.58 that caused too small fonts when converting to MOBI for the Kindle. Apologies."
- title: "Apple driver: Handle invalid EPUBs that do not contain an OPF file"
new recipes:
- title: The Big Picture and Auto industry news
author: welovelucy
- title: Gazeta Prawna
author: Vroo
- title: Various Czech news sources
author: Tomas Latal
- title: Diario de Ibiza
author: Joan Tur
- version: 0.7.58 - version: 0.7.58
date: 2011-04-29 date: 2011-04-29

View File

@ -4,7 +4,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en' __docformat__ = 'restructuredtext en'
__appname__ = u'calibre' __appname__ = u'calibre'
numeric_version = (0, 7, 58) numeric_version = (0, 7, 59)
__version__ = u'.'.join(map(unicode, numeric_version)) __version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>" __author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"

View File

@ -11877,7 +11877,7 @@ msgstr "(Misslyckades omslag)"
#: /home/kovid/work/calibre/src/calibre/gui2/metadata/bulk_download2.py:190 #: /home/kovid/work/calibre/src/calibre/gui2/metadata/bulk_download2.py:190
msgid "Downloaded %d of %d" msgid "Downloaded %d of %d"
msgstr "Hämtade %d av %d" msgstr "Hämtade %d av %d"
#: /home/kovid/work/calibre/src/calibre/gui2/metadata/config.py:61 #: /home/kovid/work/calibre/src/calibre/gui2/metadata/config.py:61
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/metadata_sources_ui.py:109 #: /home/kovid/work/calibre/src/calibre/gui2/preferences/metadata_sources_ui.py:109