version 2.44.0

This commit is contained in:
Kovid Goyal 2015-11-13 09:10:11 +05:30
parent 94ea457109
commit b303be4189
2 changed files with 33 additions and 1 deletions

View File

@ -20,6 +20,38 @@
# new recipes:
# - title:
- version: 2.44.0
date: 2015-11-13
new features:
- title: "Allow setting the cover for a book from one of the book's formats by right clicking on the format in the Book details panel."
tickets: [1515411]
- title: "Allow drag and drop of all file types onto the book details panel and the format list in the edit metadata dialog."
tickets: [1515462]
- title: "Edit Book: When inserting an image into the current document, add a button to paste the image from the clipboard"
- title: "Edit Book: Change the suggested prefix for bulk renaming of files depending on the type of files being renamed."
tickets: [1514468]
- title: "On Linux, use the system tray icon from the system theme, if available"
bug fixes:
- title: "Fix for error when connecting to some Android phones/tablets that have an SD card on OS X and Linux"
- title: "Linux build: Fix problem with pointing hand mouse cursor not using the system theme on some Linux systems"
- title: "Fix the device view state not being saved when a connected device is ejected/disconnected"
- title: "Edit Book: Fix saving fails if the original file is deleted during editing session"
tickets: [1513849]
- title: "E-book viewer: When doing a search do not match text in comments, attributes and inappropriate tags, such as <script> and <style>"
improved recipes:
- Gamasutra
- version: 2.43.0
date: 2015-11-06

View File

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