Skip to content

Releases: trypsynth/paperback

0.7.0

18 Jan 17:10
04206ca

Choose a tag to compare

Version 0.7.0

  • Added table support for HTML and XHTML-based documents! Navigate between tables using T and Shift+T, and press Enter to view one in a webview. #81, #98, #226, #228.
  • Added a basic web rendering feature! Press Ctrl+Shift+V to open the current section of your document in a web-based renderer, useful for content like complex formatting or code samples. #188, #239.
  • Added a Russian translation, thanks Ruslan Gulmagomedov! #211, #212.
  • Added a Clear All button to the All Documents dialog. #217.
  • The update checker now displays release notes when a new version is available. #210.
  • Updated Serbian translation. #219, #229.
  • Updated Bosnian translation. #218, #225.
  • Fixed restoring the window from the system tray. #284.
  • Fixed Yes/No button translations in confirmation dialogs. #285.
  • Fixed loading configs when running as administrator. #201.
  • Fixed comment handling in XML and HTML documents. #198.
  • Fixed TOC parsing in Epub 2 books. #192.
  • Fixed navigating to the next item with the same letter in the table of contents. #191.
  • Fixed the find dialog not hiding properly when using the next/previous buttons.
  • Fixed epub TOCs occasionally throwing you to the wrong item.
  • Fixed various whitespace handling issues in XML, HTML, and pre tags.
  • Fixed off-by-one error in link navigation.
  • Fixed some books having trailing whitespace on their lines.
  • Fixed various parser issues. #208.
  • Bookmark-related menu items are now properly disabled when no document is open. #196.
  • The elements list is now properly disabled when no document is open. #194.
  • Improved list handling in various document formats. #213.
  • Improved the translation workflow for contributors. #270.
  • Many internal refactors, moving the majority of the application's business logic from C++ to Rust for improved performance and maintainability.

0.6.1

15 Nov 23:35

Choose a tag to compare

Version 0.6.1

  • Added password-protected PDF support! #169.
  • Added a very basic go to previous/next position feature. If you press enter on an internal link and it moves your cursor, that position will now be remembered, and can be navigated to with alt+left/right arrows. #115, #174.
  • Added an elements list! Currently it only shows a tree of all the headings in your document or a list of links, but there are plans to expand it in the future. #173, #177.
  • Added an option to start Paperback in maximized mode by default. #164, #172.
  • Fixed links in some Epub documents not working properly. #167, #171, #178, #180.
  • Fixed parsing EPub TOCs containing relative paths. #187.
  • Fixed some epub documents not showing a title or author. #175.
  • Fixed the titles of some epub chapters not showing up properly in the TOC dialog. #176.
  • Fixed you not being able to use the space bar to activate the OK/cancel buttons in the TOC dialog. #170.
  • Improved the handling of headings in Word documents. #183.
  • You will now get spoken feedback if the recent documents list is empty when you try to bring up the dialog. #185.

Development Build

11 Nov 15:45

Choose a tag to compare

Development Build Pre-release
Pre-release

Commits since last release

  • 236890e: Fix sleep timer pluralization for proper localization

0.6.0

15 Nov 07:40

Choose a tag to compare

Version 0.6

  • A new option to show the go menu in a far more compact form has been added to the options dialog, checked by default.
  • Added an option to make navigation by structural elements wrap. #116.
  • Added an option to the tools menu to open the containing folder of the currently focused document. #142.
  • Added a quite simple, but very effective, updating system. #28.
  • Added a basic sleep timer feature, accessible with Ctrl+Shift+S. #117, #118.
  • Added support for parsing FB2 ebooks! #30, #107.
  • Added support for parsing OpenDocument presentations! #105, #106.
  • Added support for parsing OpenDocument Text files! #29, #90.
  • Bookmarks can now be made to bookmark an entire line, or to mark only some specified text. If you have no selection active when placing a bookmark, the behavior is like pre-0.6, and it'll mark the entire line. However, if you select some text, only that text will be included in the bookmark. #99.
  • Bookmarks can now have optional text notes attached to them! Navigate between bookmarks containing notes with N and Shift+N, or pop up the bookmarks dialog with all bookmarks, only notes, or only non-notes selected with specific hotkeys. #68, #128, #156, #157, #158, #159, #161.
  • Bookmarks in the bookmarks dialog will no longer have an annoying "bookmark x" prefix. #86.
  • Epub books containing HTML content pretending to be XML will now be handled properly. #96.
  • Fixed loading large Markdown documents. #97.
  • Fixd pressing space in the table of contents tree view activating the OK button. #121, #123.
  • Fixed whitespace handling at the beginning of pre tags in both HTML and XHTML documents.
  • Fixed the text control not regaining focus sometimes when returning to Paperback's window. #138.
  • Fixed the text field in the go to percent dialog not updating the slider's value.
  • Fixed the rendering of custom HTML IDs in Markdown documents. #113.
  • HTML inside Markdown code blocks will now be rendered properly. #79.
  • If loading a book with a command line parameter while an existing Paperback instance is running, you'll no longer get an error if loading your document takes more than 5 seconds.
  • If running Paperback as administrator, the configuration will now be properly loaded and saved. #148, #149.
  • It is now possible to delete a bookmark directly from within the bookmarks dialog. #100, #103.
  • It is now possible to import and export your bookmarks and reading position for a particular document. The generated file is named after the file with a .paperback extension. If such a file is found in the same directory as a file while loading it, it will be automatically loaded. Otherwise, you can manually import them using an item in the tools menu. #146, #147.
  • Links inside documents are now fully supported! Use k and shift+k to move forward and backward through them, and press enter to open/activate one. #74, #87, #126, #129, #130.
  • Many internal refactors, making the app faster and the binary smaller.
  • Markdown content is now preprocessed in order to be CommonMark compliant before rendering.
  • Navigation by lists and their items is now fully supported! Use L and Shift+L to go by lists themselves, and I and Shift+I to go through list items. #119, #124.
  • Numpad delete now works to remove documents from the tab bar in addition to normal delete.
  • Paperback can now optionally minimize to your system tray! This option is off by default, but turning it on will make the minimize option in the system menu put Paperback in your tray, able to be restored by clicking on the spawned icon. #49, #85.
  • Paperback is now fully translatable! The list of languages it supports is currently fairly small, but it's constantly growing! #75, #92, #95, #134, #137, #141, #152.
  • Paperback now has an official website, at paperback.dev!
  • PPTX documents will now show a basic table of contents, containing all of the slides. #122.
  • The full path to the opened document will now be shown in the document info dialog. #139, #140.
  • The installer now includes an option to view the readme in your browser after installation.
  • The recent documents list has been dramatically expanded! Instead of simply showing you the last 10 documents you opened, it'll now show you a customizable number, with the rest of the documents you've ever opened being accessible through a small dialog. #78, #80, #84, #135.
  • Various small improvements to the parsers across the board, including putting a blank line between slides in PPTX presentations, fixing the newline handling inside of paragraphs in word documents, and adding bullet points to list items.

0.5

11 Oct 03:35

Choose a tag to compare

0.5

Version 0.5

  • Added Microsoft Word document support! #27.
  • Added support for PowerPoint presentations! #25.
  • Fixed certain menu items not being disabled with no documents open.
  • Fixed the orientation of the go to percent slider. #70.
  • Fixed the table of contents in Epub books with URL-encoded file paths and/or fragment IDs.
  • Fixed whitespace being stripped from XHTML headings in weird ways.
  • Fixed whitespace handling inside of nested pre tags in HTML documents.
  • HTML and Markdown documents now support the table of contents feature! When you load an HTML/Markdown document, Paperback will build its own table of contents out of the structure of the headings in your document, and it will show that to you in the control+t dialog.
  • HTML documents will now have the title as set in the title tag, if it exists. Otherwise, they'll continue to use the filename without the extension.
  • Switched from UniversalSpeech to using a live region to report speech. This means no screen reader DLLs are shipped alongside the program anymore, and more screen readers will now be supported, such as Microsoft Narrator.
  • Switched zip libraries to allow for opening a wider array of epub books. #73.
  • The dialog asking you if you want to open your document as plain text has been completely redone, and it now allows you to open your document as plain text, HTML, or Markdown.
  • The go to percent dialog now includes a text field allowing you to manually input a percentage to jump to. #66.
  • The HTML parser will now recognize dd, dt, and dl as list elements.
  • The table of contents in Epub books will once again be preserved exactly.
  • The unicode non-breaking space is now considered when stripping blank lines. #71.
  • You will no longer be asked how you want to open an unrecognized file every single time you load it, only the first time.

0.41

05 Oct 00:21

Choose a tag to compare

Version 0.41

  • Added an optional start menu icon to the installer.
  • The table of contents should now be cleaner in a few cases, for example if you have a child and parent item with the same text at the same position you'll now only see the parent item.
  • Fixed the table of contents in certain CHM documents.
  • Fixed the table of contents in Epub 3 books with absolute paths in them. #67.
  • CHM documents should now show their title as set in the metadata file.

0.4

03 Oct 21:30

Choose a tag to compare

0.4

Version 0.4

  • Added CHM file support! #23.
  • Added bookmark support! You can have as many bookmarks throughout as many documents as you like. You can jump forward and backward through them with b and shift+b, set one with control+shift+b, and bring up a dialog to jump to a specific bookmark with control+b. #13.
  • Added an installer alongside the portable zip file! The installer will install Paperback into your Program Files directory, and automatically set up file associations for you. #33.
  • Text files with BOMs should now be decoded properly, and the BOM will no longer be displayed at the beginning of the text either.
  • Added far more information to the status bar. It'll now show you your current line, character, and reading percentage. #51.
  • HTML comments, as well as the contents of script and style tags, will no longer be shown in text output.
  • If passing a relative path to Paperback on the command line, it will now resolve it properly.
  • Percentage movement is now handled by its own slider-based dialog, accessible with control+shift+g. #57.
  • Documents without known titles or authors will now always have a default.
  • The position saving logic is now much smarter and should only write to the disk when absolutely necessary.
  • The document you had focused when you closed Paperback is now remembered across application restarts.
  • Input into the go to line and go to page dialogs should now be sanatized more strictly.
  • Fixed table of contents navigation in epub 3 books with relative paths in their manifests.

0.3

18 Sep 02:42

Choose a tag to compare

0.3

Version 0.3

  • Fixed the table of contents in epub books with URL-encoded manifests. #34.
  • Fixed heading navigation in HTML documents containing multi-byte Unicode characters. #42, #59, #61.
  • Fixed high CPU usage in documents with long titles due to a regression in wxWidgets. #60.
  • Fixed loading UTF-8 text files.
  • Fixed nested TOC items in EPub books putting your cursor at the wrong position.
  • Fixed a crash on application exit in certain cases. #45.
  • Added a checkbox in the options dialog to enable or disable word wrap!
  • It is now possible to donate to Paperback's development, either through the new donate item in the help menu or through the sponsor this project link at the bottom of the GitHub repository's main page.
  • Markdown documents will now always have a title, and Paperback should now be able to load virtually any Markdown file. #52.
  • PDF documents will now always have a title, even if the metadata is missing. #56.
  • Switched PDF libraries to the one used in Chromium, leading to far more reliable PDF parsing across the board. #41.
  • You can now only have one instance of Paperback running at a time. Running paperback.exe with a filename while it's already running will open that document in the already running instance.
  • You can now press delete on a document in the tab control to close it.

0.21

01 Sep 20:59

Choose a tag to compare

Version 0.21

  • Added the total number of pages to the page label in the go to page dialog. #46.
  • Allow tabbing from the document content to your list of opened documents. #19.
  • Fixed the heading keystrokes sometimes opening recent documents if you had enough of them. #47.
  • Paperback will now remove unnecessary soft hyphens from text output.
  • Fixed heading navigation sometimes putting you on the wrong character.

0.2

30 Aug 21:03

Choose a tag to compare

0.2

Version 0.2

  • Added markdown document support! #22.
  • Added PDF document support, including the ability to navigate between pages! #12, #37.
  • Added keystrokes for navigating by headings in HTML content, including epub books and markdown documents. These keystrokes were designed to work similar to a screen reader. #3.
  • Fixed loading epubs with URL-encoded filenames in their manifests. #20.
  • Fixed loading epub 3 books with XHTML embedded inside of them. #35.
  • A message is now spoken if the document doesn't support a table of contents or sections, as opposed to the menu items being disabled. #39.
  • Added a recent documents menu! It currently stores your last 10 opened documents, and pressing enter on one will open it for reading. #32.
  • Completely rewrote the Find dialog, making it much simpler to use, while also adding a history of your last 25 searches and regular expression support! #21.
  • Previously opened documents are now remembered across application restarts. This is configurable through the new options item in the tools menu. #18.
  • Added shift+f1 to open the readme directly in Paperback itself.