Releases: johnfactotum/foliate
Releases · johnfactotum/foliate
2.6.0
Changes:
- Added support for opening HTML files (#641)
- Consistent inner and outer margins (#255)
- The automatic layout no longer supports 4 columns (58d5e50)
- Fixed long words overflowing (#654)
- Fixed custom themes not saved across sessions (#660)
- Fixed shortcuts for key pads (#677)
- Fixed opening non-UTF-8 zipped FB2 files (#629)
- Fixed books not opening on GNOME 40 (#689)
2.5.0
2.4.2
Fixed unable to open some EPUB files
2.4.1
Fixed unable to open Mobipocket files
2.4.0
Changes:
- Improved metadata display
- Improved FictionBook rendering
- Improved UI for acquiring books from OPDS (#404, #405)
- Fixed unique identifier extraction for EPUB files
- Fixed missing window icon (#456)
- Fixed TTS environment variables not set when using Flatpak
- Fixed eSpeak NG voice not selected when testing TTS configuration
- Fixed wrong
__ibooks_internal_theme
attribute when “Invert” is enabled
Technical changes:
- Foliate no longer depends on
libsoup
(gir1.2-soup-2.4
on Debian based distributions). Previously, it was an optional dependency for opening remote files.
2.3.0
OPDS catalogs:
- Catalogs are now opened in the main library window (#403)
- View current location
- Go to catalog start page
- Reload catalog
- Add current feed to catalogs
- HTTP authentication support (#421)
Other changes:
- Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files (#462)
- Fixed newlines being ignored when copying text (#463)
- “Turn page on tap” is now disabled in non-paginated layouts (#464)
- Opening a book from the library view now closes the library window (#446)
- Language and publication dates in metadata are now parsed and formatted
- Export annotations from the library view
Technical changes:
- New optional dependency
iso-codes
(>= 3.67), which provides display names for languages and regions. It is highly recommended to install this dependency. - Flag emojis are now displayed for books whose language property contains a country/region code. For the best experience, an emoji font should be installed.
2.2.1
2.2.0
▲ Library (grid view)
▲ Library (list view)
Library:
- A library view showing recent books and reading progress (#119)
- Search books by metadata
- E-book discovery with OPDS (#6, #253)
New supported formats:
- FictionBook (.fb2, .fb2.zip) (#128)
- Comic book archive (.cbr, .cbz, .cbt, .cb7) (#254)
- Plain text (.txt) (#226)
- Unpacked EPUB files
Layout:
- Option to set maximum page width (#192)
- The "Automatic" layout will now show four columns when the page width is wide (#257)
Image viewer:
- Improved image viewer, with new shortcuts and the ability to rotate (#299) and invert images
- Option to disable image viewer, or to open images on double, middle, or right click (#315)
Text-to-speech:
- Improved text-to-speech configuration UI
- Ability to set text-to-speech voice based on book language (#134)
Annotations
- Import annotations from JSON
- Search in annotations
- Annotations are now sorted in the same order as they appear in the book (#318)
Security:
- "Allow Unsafe Content" now only enables JavaScript; external content will no longer be loaded. This is an important security fix. If you are running an old version of Foliate and cannot upgrade, do NOT enable "Allow Unsafe Content" (it is disabled by default).
- WebKit processes are now sandboxed
Other featues and fixes:
- Improved support for vertical and right-to-left books
- Support for StarDict dictionaries (#302) (requires new optional dependency
sdcv
) - Fixed current location not preserved when resizing (#152, #204)
- Fixed auto-hiding header bar under some themes (#316)
- Command-line options for showing version and adding books to library
- Option to clear or disable cache
- When an HTML page contains invalid self-closing anchor tags, it is now parsed as XHTML (#275, #288)
Technical changes:
- Foliate now stores file locations in
~/.local/share/com.github.johnfactotum.Foliate/library/uri-store.json
, and saves book covers to~/.cache/com.github.johnfactotum.Foliate
. Both can be disabled. - New optional dependency
tracker
(gir1.2-tracker-2.0
on Debian based distributions), which can be used to get file locations. - New optional dependency
libhandy
(gir1.2-handy-0.0
). It's not absolutely required, but installing it would make the experience better on larger as well as smaller screens. - To open remote files, Foliate now optionally depends on
libsoup
(gir1.2-soup-2.4
).
Foliate now bundles two additional libraries:
- libarchivejs, which is MIT licensed. It is a WASM port of the popular libarchive C library.
- crypto-js, which is MIT licensed. The MD5 module is used to generate identifiers for files that don't have unique identifiers.