mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 2.48.0
This commit is contained in:
parent
df2fa79534
commit
4e3ca20879
@ -6,7 +6,7 @@
|
||||
# Also, each release can have new and improved recipes.
|
||||
|
||||
# - version: ?.?.?
|
||||
# date: 2015-??-??
|
||||
# date: 2016-??-??
|
||||
#
|
||||
# new features:
|
||||
# - title:
|
||||
@ -20,6 +20,40 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 2.48.0
|
||||
date: 2016-01-01
|
||||
|
||||
new features:
|
||||
- title: "Driver for Energy Ereader Screenlight."
|
||||
tickets: [1529108]
|
||||
|
||||
- title: "DOCX Input: Add option to have superscripts/subscripts converted so that they do not affect the line height of the line containing them."
|
||||
tickets: [1528055]
|
||||
|
||||
- title: "New option to hide empty categories in Tag Browser (Preferences->Look & Feel->Tag Browser)"
|
||||
|
||||
bug fixes:
|
||||
- title: "Image compression: Fix spurious zero byte .bak files being created when compressing png images inside epub files"
|
||||
|
||||
- title: "Image compression: Fix bug that could cause zero byte images files/or file in use errors when compressing images"
|
||||
|
||||
- title: "Fix some icons not being themeable"
|
||||
tickets: [1529501]
|
||||
|
||||
- title: "E-book viewer: When using heuristics to detect footnote links check for vertical-align set to top and bottom as well as sub and super"
|
||||
|
||||
- title: "Book details panel: Display data in right-to-left format when the calibre interface language is set to a right-to-left language such as Hebrew or Arabic"
|
||||
|
||||
improved recipes:
|
||||
- Rzeczpospolita
|
||||
- New York Times Book Review
|
||||
- der Standard
|
||||
- More Intelligent Life
|
||||
- Reader's Digest
|
||||
- Financial Times
|
||||
- New Scientist
|
||||
|
||||
|
||||
- version: 2.47.0
|
||||
date: 2015-12-21
|
||||
|
||||
|
@ -4,7 +4,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (2, 47, 0)
|
||||
numeric_version = (2, 48, 0)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user