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.