mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	version 6.2.1
This commit is contained in:
		
							parent
							
								
									8236c1c788
								
							
						
					
					
						commit
						c628c38cc4
					
				@ -23,7 +23,7 @@
 | 
				
			|||||||
# - title by author
 | 
					# - title by author
 | 
				
			||||||
# }}}
 | 
					# }}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{{ 6.2.0 2022-07-29
 | 
					{{{ 6.2.1 2022-07-29
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: new features
 | 
					:: new features
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -79,6 +79,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Fix Qt WebEngine creating cache folders outside of the calibre cache directory
 | 
					- Fix Qt WebEngine creating cache folders outside of the calibre cache directory
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Version 6.2.1 fixes a regression in 6.2.0 that caused the Read button in the Content server to only work for PDF books
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: improved recipes
 | 
					:: improved recipes
 | 
				
			||||||
- Frontline
 | 
					- Frontline
 | 
				
			||||||
- HBR
 | 
					- HBR
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@ from functools import lru_cache
 | 
				
			|||||||
import sys, locale, codecs, os, collections, collections.abc
 | 
					import sys, locale, codecs, os, collections, collections.abc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__appname__   = 'calibre'
 | 
					__appname__   = 'calibre'
 | 
				
			||||||
numeric_version = (6, 2, 0)
 | 
					numeric_version = (6, 2, 1)
 | 
				
			||||||
__version__   = '.'.join(map(str, numeric_version))
 | 
					__version__   = '.'.join(map(str, numeric_version))
 | 
				
			||||||
git_version   = None
 | 
					git_version   = None
 | 
				
			||||||
__author__    = "Kovid Goyal <kovid@kovidgoyal.net>"
 | 
					__author__    = "Kovid Goyal <kovid@kovidgoyal.net>"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user