Calibre开发人员Kovid Goyal今天发布了一个新的稳定版本的开源和跨平台的Caliber电子书库管理软件Calibre 3.4。
Calibre 3.4是在3.3更新后的一周内发布的,这意味着它不是一个主要版本,只改进了一些用户界面以及常见的错误修复。在Calibre 3.4中值得说的是将电子书籍导出到计算机的新方法。
在编辑图书组件中,如果您右键单击文件浏览器,现在有一个名为“导出选择文件”的选项,它使您可以轻松地将所有选中的图书导出到您的计算机中。此外,现在还有一个可配置的快捷方式将焦点从Quickview组件转移到图书列表。
在Calibre 3.4中实现的其他改进包括in_list()函数返回不同值的能力,这些值取决于模板语言中的内容,并支持内置服务器组件记住Tag浏览器的最后使用状态返回搜索页面时。
错误修复,改进的新闻来源
Calibre 3.4还解决了自上周更新以来用户报告的一些问题,比如在处理小写名称时,服务器OPDS Feed的字母类别计数不正确,以及从发送到Nook电子阅读器设备的文件名中删除%字符。
在启动期间发生的Quickview导致的崩溃也被修复了,编辑书组件中的“显示详细信息”按钮现在在用户执行“全部替换”操作而不是“全部计数”时可见,并且转换引擎在将出版年份插入元数据外套时被改进为使用本地时区。
如果你想把它安装在你的个人电脑上,可以从我们的网站下载Calibre 3.4 for GNU/Linux,macOS和Microsoft Windows操作系统。 Calibre 3.4是对所有用户的推荐更新。
二进制安装
calibre有一个二进制安装,其中包括所有依赖项的私有版本。它运行在32位和64位Intel兼容的机器上。要安装或升级,只需将以下命令复制粘贴到终端并按Enter:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo Python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
如图:
新特性:
Edit book: Allow exporting all selected files to the computer from the 'File browser' by right clicking and choosing 'Export selected files'
Server: When returning to the search page, remember the last used state of the Tag browser
Template language: Allow the in_list() functions to return different values depending on what is found
Add a configurable shortcut to move the focus from Quickview to the book list
Bug fixes:
Conversion: When inserting the publication year in the metadata jacket, do so in the local time zone, so it matches what is displayed in the main calibre program.
Server OPDS feeds: Fix incorrect counts in letter categories when there are lowercase names.
Edit book: Fix 'Show details' button not visible when doing 'Replace all' rather than 'Count all'
Nook driver: Remove the % character from filenames sent to the Nook.
Fix calibre startup crash caused by Quickview when the applied virtual library is empty (has no books).
Improved news sources:
FOX News
Private Eye
下载网址:http://calibre-ebook.com/download
Ubuntu 14.04下安装电子书管理软件Calibre 1.34 http://www.linuxidc.com/Linux/2014-04/100844.htm
Calibre 的详细介绍:请点这里
Calibre 的下载地址:请点这里
本文永久更新链接地址:http://www.linuxidc.com/Linux/2017-07/145685.htm
