Skip to content

Releases: blindpandas/bookworm

Bookworm v2022.1 Beta 3

24 Nov 09:25
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Major performance and startup time improvements (in commodity hardware, Bookworm takes less than 3 seconds to load, parse, and show a medium size document with lots of structural information) (by @mush42).
  • In 64-bit versions of Bookworm, you can now download Pandoc: the universal document converter to gain support for additional document formats including t2t, Old MS Word documents, latex documents, and Unix man pages (by @mush42).
  • Added the ability to view tables using an HTML window, this allows you to explore the table using your screen reader's table navigation commands. Press Ctrl+Enter when you're in a table to show the dialog (by @mush42).
  • You can now set the voice's pitch in Bookworm's voice settings and voice profiles (by @mush42).
  • Upgraded python to 3.10 (by @mush42).
  • Added missing information about opening internal and external link shortcut in English and Russian user guide (thanks to Juan Pablo for the reminder) by @DraganRatkovich in #156
  • Sort imports with Isort. by @TheQuinbox in #102
  • Searching in a text document now displays results as expected by @pauliyobo in #171
  • Document search with single page documents should now be more reliable by @pauliyobo in #174
  • Fixed missing search results in moby documents without TOC by @pauliyobo in #198
  • Created a Telegram group for Bookworm and added a link to it in the Readme file, Updated Russian localization by @DraganRatkovich in #153
  • Created a Telegram channel to post news about Bookworm and added a link to the Readme by @DraganRatkovich in #157
  • Updated Simplified Chinese translation by @cary-rowen in #103
  • Fix typo in the readme. by @TheQuinbox in #101
  • Major User Manual Updates by @DraganRatkovich in #131
  • Updates to the readme to replace note-taking with comments, fixed license and website URL in user guide. by @DraganRatkovich in #132
  • Updated user guide in Simplified Chinese by @cary-rowen in #136
  • Completely translated the interface and user manual into Russian, some other fixes and additions by @DraganRatkovich in #140
  • Corrections in the Russian translation of the interface by @DraganRatkovich in #141
  • Updated Brazilian Portuguese Translation. by @Cleversn in #180
  • Croatian interface by @zstanecic in #182
  • Polish interface for bookworm (beta) by @zstanecic in #183
  • Turkish translation by @borfirbora in #186
  • Fix missing translation text in the advanced settings panel by @cary-rowen in #193
  • Updated Finnish translation by @jkinnunen in #196
  • Included "pinned/unpinned" phrases for translation by @DraganRatkovich in #200

New Contributors

Full Changelog: Bookworm-Release-(Build-v1.0.162)...Bookworm-Release-(Build-v1.0.412)

Bookworm v2022.1 Alpha 5

10 Feb 09:54
Compare
Choose a tag to compare
Pre-release

Bookworm v2022.1 Alpha 5

What's new

  • Added a reading progress indicator. Your current position (in percentage points) will be shown in the status bar and indicated using a progress bar. You can disable this feature in the settings.
  • Added a menu item, in the file menu, to open a new instance of bookworm
  • Bookshelf: you can now choose whether you want to add documents to the full-text search index . Disabling full-text indexing saves a lot of time when adding a large number of documents to the Bookshelf.
  • Updated the embedded Tesseract OCR engine to the latest version (v5.0.1)
  • You can now check for updates to the embedded Tesseract OCR engine from the OCR settings
  • Several improvements to Tesseract OCR language models download interface
  • Expanded the list of downloadable Tesseract OCR language models to include more than 108 languages and scripts

Bug Fixes

  • Fixed: document could not be added to the bookshelf from the viewer
  • Fixed: Unable to open book when Use file name instead of book title is checked. . Fixes #89
  • Fixed: unable to download Tesseract OCR engine and the language models. Fixes #94
  • Allow invalid items to be removed from the recently opened list. Fixes #90

Full Changelog: release-v2022.1.a3...release-v2022.1a5

Bookworm v2022.1 Alpha 3

19 Jan 21:31
Compare
Choose a tag to compare
Pre-release

Bookworm v2022.1 Alpha 3

What's new

  • Added currently reading and want to read reading lists to Bookshelf
  • Added the ability to bundle documents you add to the Bookshelf. This creates copies of those documents, so you can open them always regardless of the existance of the original files. This feature is always enabled for portable copies.

Bug fixes

  • Fixed a bug with OCr scan to text feature
  • Fixed a bug where restart with debug mode enabled fail to restart the application
  • In the bookshelf, renamed Category to Reading list, and tag to Collection

Full Changelog: Bookworm-Release-(Build-v1.0.128)...Bookworm-Release-(Build-v1.0.142)

Bookworm v2022.1.a2

13 Jan 02:55
Compare
Choose a tag to compare
Bookworm v2022.1.a2 Pre-release
Pre-release

Bookworm Release v2022.1 Alpha 2

Fully featured, Fast, Accessible. Choose any three!

New Features

1. Bookworm Bookshelf

Imagine all of your eBooks in one place. Imagine you can categorize and tag your eBooks. Imagine you can perform fast full-text-search queries against your entire eBook collection.

Well, you don't need to imagine, because you have all of that and much much more in the BRAND NEW BOOKWORM BOOKSHELF.

Bookworm Bookshelf helps you to collect all of your books in one place. Regardless of the format or type, it allows you to work with your books in a unified way. After adding books to the bookshelf, you can open those books either in Bookworm or in the system's default viewer. Thus the Bookshelf could be used in combination with Bookworm, or as a standalone application as a general eBook library manager.

In future releases, we plan to add more providers to Bookworm Bookshelf including Book Share, Dropbox, and Pocket. Thus you have the ability to manage your documents in the same way regardless of the source of your eBooks.

2. Support for links and internal anchors

In this release we enabled access to links for all document formats, just press Ctrl+k and Ctrl+shift+k to jump between links, or use the element list. Didn't we tell you? we've added an element list for easier access to structural elements within documents.

External links are identified and supported in all document formats, where internal anchors are supported in EPUB, Word (.docx), and HTML documents.

3. Bookworm Web Viewer

The brand new Bookworm Web Viewer helps you to read EPUB files in your default web browser, enabling you to view and interact with content not available in the default textual view. For instance you may need to play videos or interact with math content embedded within the publication. The web viewer experience is powered by the fully accessible Readium EPUB Reader

Other new features

  • New parser for EPUB files that is faster and more compatible with the majority of EPUBs in the whiled
  • EPUBs are now viewed in a continuous mode, as oppose to paginated mode
  • Added Element list dialog for viewing and jumping between structural elements (e.g. links, lists, headings..etc)
  • Added Document Info dialog for viewing information about the currently opened document
  • Added French language to bookworm by @MichelSuch in #76
  • Added the option to start Bookworm as a maximized window

Bug fixes and performance improvements

  • Improved startup time
  • Reduced memory usage by about 100 MB
  • The above two fixes make Bookworm faster and efficient
  • Fixed some internationalization issues related to Arabic and Chinese
  • Fixed a bug related to opening PDF files with non-Latin locale file names
  • Many minor bug fixes
  • Stability improvements for existing features

Full Changelog: Bookworm-Release-(Build-v1.0.83)...Bookworm-Release-(Build-v1.0.128)

New Contributors

Licence

Bookworm is now licensed under the GPL v2.

A word of caution

This release is an alpha release, bugs should be expected.

Bookworm v0.4b1

20 May 15:31
Compare
Choose a tag to compare
Bookworm v0.4b1 Pre-release
Pre-release

Uploaded from appveyor by the build bot