mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 3.26.1
This commit is contained in:
parent
3a6fd2bf0d
commit
7d38911f68
@ -20,7 +20,7 @@
|
|||||||
# new recipes:
|
# new recipes:
|
||||||
# - title:
|
# - title:
|
||||||
|
|
||||||
- version: 3.26.0
|
- version: 3.26.1
|
||||||
date: 2018-06-15
|
date: 2018-06-15
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
@ -59,6 +59,9 @@
|
|||||||
- title: "Edit metadata dialog: Fix distorted rendering of some labels in the custom metadata tab in rare circumstances."
|
- title: "Edit metadata dialog: Fix distorted rendering of some labels in the custom metadata tab in rare circumstances."
|
||||||
tickets: [1766762]
|
tickets: [1766762]
|
||||||
|
|
||||||
|
- title: "version 3.26.1 prevents dropping of a book onto itself from triggering the merge dialog, which should reduce accidental triggers"
|
||||||
|
tickets: [1777054]
|
||||||
|
|
||||||
improved recipes:
|
improved recipes:
|
||||||
- Slate
|
- Slate
|
||||||
- New York Times Book Review
|
- New York Times Book Review
|
||||||
|
@ -6,7 +6,7 @@ from future_builtins import map
|
|||||||
import sys, locale, codecs, os, importlib, collections
|
import sys, locale, codecs, os, importlib, collections
|
||||||
|
|
||||||
__appname__ = u'calibre'
|
__appname__ = u'calibre'
|
||||||
numeric_version = (3, 26, 0)
|
numeric_version = (3, 26, 1)
|
||||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user