Releases: johnfactotum/foliate
Releases · johnfactotum/foliate
1.5.2
- Fixed table of contents navigation not working with some books
- Fixed not being able to zoom images with Kindle books
- Fixed not being able to open books with .epub3 filename extension
- Fixed temporary directory not being cleaned after closing
1.5.1
1.5.0
- JavaScript and external resources are now blocked by default (#78)
- Basic text-to-speech support (#85) (pictured)
Requires new optional dependency,espeak
, orespeak-ng
, orfestival
, or any other speech synthesis program as long as it (1) speaks text fromstdin
, (2) returns when finished speaking, and (3) stops speaking when receivingSIGINT
- Export annotations to HTML, plain text, or JSON (#93)
- Support for viewing .mobi, .azw, and .azw3 files (#128)
Requires new optional dependencypython2 >= 2.7
orpython3 >= 3.4
1.4.0
- New alternative sidebar UI (pictured)
- Lookup words in Wikipedia and offline dictionaries (#5)
- Translate passages with Google Translate
- Configure default action when words are selected (#98)
- Experimental popup footnote support
- Ability to find within only the current chapter
- Fixed CPU spikes when left open (#76)
- Fixed highlights not rendering at the correct positions (#96)
Technical changes:
- Foliate no longer depends on
libsoup
. - New optional dependency:
dictd
(for offline dictionary support) - The minimum GJS version has been lowered to 1.52, which means that Foliate can now run on systems based on Ubuntu 18.04 or later.
- The permission
--talk-name=org.freedesktop.Flatpak
is now required for Flatpak. It's only used for spawning thedict
process. This can be overridden, ifdictd
support is not needed. - A .deb package is provided with this release.
1.3.1
1.3.0
1.2.1
- Fixed some books not rendering sometimes
- Fixed images being too wide in some cases
1.2.0
1.1.1
1.1.0
New features:
- Touchpad gestures and ability to scroll through pages
- Fullscreen mode
- Option to hide reading progress bar
- Option to disable dictionary
- Option to use publisher font
Fixes:
- Restoring reading progress is now smooth and jank-free
- Fixed custom styles not applying in some cases