mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 4.11.0
This commit is contained in:
parent
e9fc598a49
commit
16ec8de6af
@ -20,6 +20,52 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 4.11.0
|
||||
date: 2020-02-21
|
||||
|
||||
new features:
|
||||
- title: "Viewer: Allow right clicking on the scrollbar to easily access commonly used scrolling shortcuts"
|
||||
|
||||
- title: "Edit book: Preview panel: Allow right clicking on images to edit them"
|
||||
|
||||
- title: "Add a new Quick select action to quickly select a virtual library with a few keystrokes. Activated by Ctrl+t or the Virtual library menu"
|
||||
|
||||
- title: "Viewer: Calculate default column widths based on current font size"
|
||||
|
||||
- title: "Viewer: Add a control to quit the viewer useful on touchscreens."
|
||||
tickets: [1862441]
|
||||
|
||||
- title: "Viewer: Add shortcut for showing metadata (Ctrl+n)"
|
||||
tickets: [1862432]
|
||||
|
||||
bug fixes:
|
||||
- title: "Viewer: Fix a regression that broke detection of pop-up footnotes using EPUB 3 markup"
|
||||
|
||||
- title: "Viewer: Fix current reading position not preserved when changing preferences and auto scroll is active."
|
||||
tickets: [1863438]
|
||||
|
||||
- title: "Viewer: Fix stopping autoscroll at end of chapter not stopping next chapter jump."
|
||||
tickets: [1863487]
|
||||
|
||||
- title: "Fix for viewer window going off screen even when not restoring window geometry"
|
||||
|
||||
- title: "Edit book: Fix syntax highlighting for break-(before|after)"
|
||||
tickets: [1863020]
|
||||
|
||||
- title: "Fix drag and drop of some image files onto edit metadata dialog not working"
|
||||
tickets: [1862440]
|
||||
|
||||
- title: "Conversion pipeline: Fix styles applied via selectors to the <html> element being ignored"
|
||||
tickets: [1862401]
|
||||
|
||||
- title: "Bulk metadata edit: Fix clear series not resetting series index"
|
||||
|
||||
- title: "Fix clicking on author name in book details panel to search in Goodreads not working if author has more than two parts in his name"
|
||||
|
||||
|
||||
improved recipes:
|
||||
- New York Times
|
||||
|
||||
- version: 4.10.0
|
||||
date: 2020-02-07
|
||||
|
||||
|
@ -6,7 +6,7 @@ from polyglot.builtins import map, unicode_type, environ_item, hasenv, getenv, a
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = 'calibre'
|
||||
numeric_version = (4, 10, 1)
|
||||
numeric_version = (4, 11, 0)
|
||||
__version__ = '.'.join(map(unicode_type, numeric_version))
|
||||
git_version = None
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user