Releases: vinser/flibgolite
Docker Hub image and FreeBSD binaries
Enhancements:
- Added Docker Hub multi-arch image
- Added FreeBSD prebuilt binaries for architectures: amd64, arm64, armV7, armV6
To run Docker image use docker_run.sh script
Service release
Enhancements:
- Add Archive and File to book details
Bug fixes:
- Book details format
- Unloaded file naming
When updating the executable file, delete the
locales
subfolder inconfig
folder because localization files need to be updated
Minor varnishing
Enhancements:
- Name download book file by author+title
Bug fixes: - Book details format
v2.2.0
What's Changed
Enhancements:
- Added book details
- Added Latest acquisitions section
- Added config option to set level of duplicated books check by
- Enhanced book authors selection
- Added direct opensearch link to enable full text search on some bookreader apps
- There is no need to move files with errors and duplicates to the trash folder, as information about them is now stored in the database.
Bug fixes:
- Fixed bug in series choosing
- Fixed endless processing of zip archives with single book inside
- Continue to process archive after interruption
Other:
- Changed SQLite log to WAL mode to speed up stock scan
- Add book hashes to speedup stock scans
- Tested using of links on Windows and Linux
- Added ARMv7 build
Full Changelog: v2.1.2...v2.2.0
Fix minor FB2 to EPUB conversion errors
Close Issue #29
EPUBCheck — the official EPUB conformance checker shows some non-critical errors and warnings when converting FB2 to EPUB.
These issues have been fixed in this release
Bug fix - Reindex panic
Fix issue #27 - Reindex panic
On the fly FB2 to EPUB 2.0 conversion
Single feature update.
New feature:
An important feature of converting books from FB2 to EPUB 2.0 format has been added. The format conversion is performed on the fly when downloading a book with the reader.
Now the default download is EPUB format, which allows you to use readers that can work with OPDS catalogs, but do not parse FB2 (Thorium Reader, etc.).
Book readers that have the option to select the loading format (PocketBook, Librera, Foliate, etc.) and parse the FB2 format can download books in the original format without conversion.
The update does not require re-indexing of the stock.
Major update to reduce indexing time and other enhancements and bug fixes
Major update to reduce indexing time and other enhancements.
Enhancements:
- Add first, last and previous links to search and genres feeds
- Add books totals to language choose page
- Add file queue for parallel FB2 archives parsing
- Add documentation site
- Refine authors parsing
- Add simple check for book duplicates
- Refactor scan to parallel queue processing
- Add precompile statements
- Add command line data directory parameter
- Change xml decode for token stream parsing
- Use mime type "application/fb2+zip" in fb2 acquisition links
- Enhance OPDS feed localization
- Refine full text search query
Bug fixes:
- Add UTF-16 books indexing
- Check if service is in interactive mode
- Fix feed page size
- Deduplicate book genres when parsing
- Fix bug in GetCoverImage
- Fix empty plots by replacing buggy StripHTMLTags
- Close zip.ReadCloser
- Fix bug in authors sort name composing
- Change zip Store method for Deflate
- Close opened EPUB file
- Fix STOCK folder permissions #22
- Fix typos
Other:
- Tune logs verbosity
- Change log verbosity for zip parsing
- Make verbosity level case insensitive
- Fix usage help
- Update dependent package versions
- Upgrade Go version
- Clear old commented retentions in commented
- Clear feeds IDs
- Remove redundant SYNC structure
Fix Issue #21
Close issue #21 - skip unsupported book formats in archives
Enhancement in book stock directory structure #20
- Book stock directory don't contain new folder now by default. New acquired books should be placed in STOCK_DIR. See README.
Backward compatible with previous separate folder for new books. - Logging enhancement
- Some bugs and typos