Skip to content

Releases: vinser/flibgolite

Docker Hub image and FreeBSD binaries

31 Dec 12:00
Compare
Choose a tag to compare

Enhancements:

To run Docker image use docker_run.sh script

Service release

12 Dec 15:54
Compare
Choose a tag to compare

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 in config folder because localization files need to be updated

Minor varnishing

09 Dec 16:48
Compare
Choose a tag to compare

Enhancements:

  • Name download book file by author+title
    Bug fixes:
  • Book details format

v2.2.0

04 Dec 16:09
fea9c0e
Compare
Choose a tag to compare

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

31 Aug 10:15
dbe7419
Compare
Choose a tag to compare

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

24 Aug 04:20
c8c8515
Compare
Choose a tag to compare

Fix issue #27 - Reindex panic

On the fly FB2 to EPUB 2.0 conversion

11 Aug 06:22
d8f7fca
Compare
Choose a tag to compare

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

20 Jul 11:24
Compare
Choose a tag to compare

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

22 Oct 08:02
Compare
Choose a tag to compare

Close issue #21 - skip unsupported book formats in archives

Enhancement in book stock directory structure #20

05 Sep 07:50
Compare
Choose a tag to compare
  1. 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.
  2. Logging enhancement
  3. Some bugs and typos