mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 3.24.2
This commit is contained in:
parent
6af9997c7c
commit
10e28548db
@ -46,6 +46,8 @@
|
||||
tickets: [1769442]
|
||||
|
||||
bug fixes:
|
||||
- title: "Version 3.24.2 fixes a bug in the new EPUB 3 output functionality that prevented conversion of non-EPUB 3 books to EPUB 3"
|
||||
|
||||
- title: "Version 3.24.1 fixes a regression in the 3.24 in the editor that caused syncing between the editor and the Preview panel/Live CSS panel to not work correctly"
|
||||
|
||||
- title: "PDF Output: Strip zero-width space characters from the text as their presence prevents searching from working"
|
||||
|
@ -6,7 +6,7 @@ from future_builtins import map
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (3, 24, 1)
|
||||
numeric_version = (3, 24, 2)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user