内容简介:Calibre 3.17 已发布,Calibre 是一款功能强大的电子书管理软件,支持 Amazon、Apple、Bookeen、Ectaco、Endless Ideas、Google/HTC、Hanlin Song 设备及格式。 该版本新增了一些新功能,以及修复了部分 bug,具...
Calibre 3.17 已发布,Calibre 是一款功能强大的电子书管理软件,支持 Amazon、Apple、Bookeen、Ectaco、Endless Ideas、Google/HTC、Hanlin Song 设备及格式。
该版本新增了一些新功能,以及修复了部分 bug,具体如下:
新特性
Allow splitting the book list, by right clicking on the column headers and choosing 'Split the book list'
This is useful to 'lock' one or more columns in place so that they are always visible even when scrolling through other columns. Also, the split list has a separate right click menu which you can configure via Preferences->Toolbars and menus
Store temporary files used by the editor and viewer in the cache directory to try to prevent errors caused by 'file cleaner' programs deleting temporary files still in use
Bug 修复
EPUB3 Input: Fix HTML covers and titlepages that are marked using the deprecated <guide> element not being recognized.
Closes tickets: 1746794
Bulk metadata edit: Fix regression in 3.13 that made it impossible to use the Force numbering checkbox for custom series
Conversion: Fix the valign attribute on <td> tags not being honored
E-book viewer: Fix the 'Copy' keyboard shortcut/context menu action not working on some Windows systems
Closes tickets: 1477696
E-book viewer: Make the semi-transparent background for viewing metadata a little more opaque.
Closes tickets: 1745812
新的新闻源
Computing by Darko Miletic
改进的新闻源
New York Times
Le Devoir
New Statesman
London Review of Books
New York Post
LWN Weekly
Associated Press
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Rust编程之道
张汉东 / 电子工业出版社 / 2019-1 / 128
Rust 是一门利用现代化的类型系统,有机地融合了内存管理、所有权语义和混合编程范式的编程语言。它不仅能科学地保证程序的正确性,还能保证内存安全和线程安全。同时,还有能与C/C++语言媲美的性能,以及能和动态语言媲美的开发效率。 《Rust编程之道》并非对语法内容进行简单罗列讲解,而是从四个维度深入全面且通透地介绍了Rust 语言。从设计哲学出发,探索Rust 语言的内在一致性;从源码分析入......一起来看看 《Rust编程之道》 这本书的介绍吧!