DOCX Input: Handle numbered paragraphs where the numbering is specified
in the paragraph style, instead of on the paragraph directly. Also
support the use of arbitrary, styled text for bullets.
databases created with pre 1.0 versions of calibre could have multiple
tags/series/publishers/etc. that differ only in the case. This is
because sqlite's case handling only works for ascii characters.
This could cause problems when setting metadata.
Automatically detect and fix these databases. Fixes#1221545 [edit metadata individually>Download Metadata>press ok>unhandled exception](https://bugs.launchpad.net/calibre/+bug/1221545)
PDF Output: Workaround a bug in the library calibre uses to render HTML
to PDF that caused text in some documents that used small-caps fonts to
not render correctly. Fixes#1216354 [Private bug](https://bugs.launchpad.net/calibre/+bug/1216354)
When a sideloaded kepub is added from a Kobo device to the calibre
library, it is added as an epub, but the file copied is corrupt.
Fixes#1221035 [Sideloaded kepubs not added to library correctly](https://bugs.launchpad.net/calibre/+bug/1221035)
Fix changing the user interface language in the welcome wizard causing
some parts of the interface to remain in the old language until calibre
is restarted. Fixes#1220767 [Language mismatch on the welcome wizard e-mail page & throughout the rest of the program UI](https://bugs.launchpad.net/calibre/+bug/1220767)
MTP driver: Allow ignoring any folder on the device, not just top level
folders. For newly connected devices, scan
/Android/data/com.amazon.kindle for books by default (newer versions of
the Kindle app place downloaded files there).
Content server: When running from inside the main calibre program, do not
restrict the books shown based on the current virtual library in the
main program. If you wish to restrict the books shown in the content
server, use Preferences->Sharing over the net.
Speed up sorting when the book list is showing a restricted set of
books, such as when the results of a search are displayed or a virtual
library is used. Fixes#1217622 [calculated column sorts update the entire database while inside a Virtual Library](https://bugs.launchpad.net/calibre/+bug/1217622)