mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 3.2.0
This commit is contained in:
parent
0e1f81b4b0
commit
e116d5cb5c
@ -20,6 +20,43 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 3.2.0
|
||||
date: 2017-06-29
|
||||
|
||||
new features:
|
||||
- title: "Server: Allow logged in users to change their passwords by clicking the user icon in the top right corner of the home screen."
|
||||
tickets: [1700631]
|
||||
|
||||
- title: "macOS: Add headless support: calibre command-line utilities can now run on macOS machines without a screen"
|
||||
|
||||
bug fixes:
|
||||
- title: "Viewer: Fix incorrect display of pages in paged mode for books that override the box-sizing CSS property on the <body> element."
|
||||
tickets: [1700109]
|
||||
|
||||
- title: "Server: Fix timeout errors when using SSL (particularly common when running the server on windows)"
|
||||
|
||||
- title: "Linux: Fix slow mouse wheel scrolling in Cover grid because of Qt bug"
|
||||
|
||||
- title: "Blacklist the iOS Reader applications and Marvin XD plugins as they were preventing calibre from starting up and they have not worked in a long time anyway, since Apple restricted USB access to their iOS devices"
|
||||
|
||||
- title: "Fix for in-program restart not working on some Windows 10 Home machines"
|
||||
|
||||
- title: "EPUB3 metadata: Fix handling of <dc:creator> elements with multiple roles."
|
||||
tickets: [1699918]
|
||||
|
||||
- title: "Server: Disallow client initiated SSL renegotiation"
|
||||
|
||||
- title: "Windows: Try to prevent windows from showing the annoying 'no disk in drive' error messages at calibre startup if one of the calibre libraries is on a removable disk that is missing from the system"
|
||||
tickets: [1701399]
|
||||
|
||||
improved recipes:
|
||||
- The Australian
|
||||
- Wired Daily
|
||||
|
||||
new recipes:
|
||||
- title: Kitekinto
|
||||
author: pofa
|
||||
|
||||
- version: 3.1.0
|
||||
date: 2017-06-23
|
||||
|
||||
|
@ -6,7 +6,7 @@ from future_builtins import map
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (3, 1, 1)
|
||||
numeric_version = (3, 2, 0)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user