mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	version 3.19.0
This commit is contained in:
		
							parent
							
								
									a527329080
								
							
						
					
					
						commit
						73eed3f258
					
				@ -20,6 +20,48 @@
 | 
				
			|||||||
#   new recipes:
 | 
					#   new recipes:
 | 
				
			||||||
#     - title:
 | 
					#     - title:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- version: 3.19.0
 | 
				
			||||||
 | 
					  date: 2018-03-09
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  new features:
 | 
				
			||||||
 | 
					    - title: "Driver for the new PocketBook 740"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "Allow using relative URLs in comments type metadata. The relative URLs are interpreted relative to the book folder in the calibre library"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "Edit book: Reports: Do not show characters from the HTML markup in the characters report."
 | 
				
			||||||
 | 
					      tickets: [1753788]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "Allow adding the Virtual library button to any toolbar/menu via Preferences->Toolbars & menus"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  bug fixes:
 | 
				
			||||||
 | 
					    - title: "Server: Fix server becoming unresponsive if a client sends invalid SSL data at exactly the right moment"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "Conversion heuristics: Make unwrapping recognize Georgian letters as well."
 | 
				
			||||||
 | 
					      tickets: [1753533]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "Make de-serialization of stored conversion options safe against maliciously crafted input"
 | 
				
			||||||
 | 
					      tickets: [1753870]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "E-book viewer: Change the file format used to import/export bookmarks to use JSON. This prevents malicious bookmarks files from causing code execution."
 | 
				
			||||||
 | 
					      tickets: [1753870]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "Make the history completion for the search and replace edit box case-sensitive."
 | 
				
			||||||
 | 
					      tickets: [1752447]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "PDF Output: When the input document contains multiple anchors with the same value, use the first anchor rather than the last. This follows browser behavior."
 | 
				
			||||||
 | 
					      tickets: [1752825]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - title: "FB2 Input: Add <div> to <blockquote> content to silence the useless epubcheck"
 | 
				
			||||||
 | 
					      tickets: [1752141]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  improved recipes:
 | 
				
			||||||
 | 
					    - WirtschaftsWoche Online
 | 
				
			||||||
 | 
					    - Spektrum der Wissenschaft
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  new recipes:
 | 
				
			||||||
 | 
					    - title: Granta
 | 
				
			||||||
 | 
					      author: Gary Arnold
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- version: 3.18.0
 | 
					- version: 3.18.0
 | 
				
			||||||
  date: 2018-02-23
 | 
					  date: 2018-02-23
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -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, 18, 0)
 | 
					numeric_version = (3, 19, 0)
 | 
				
			||||||
__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