Skip to content

Releases: vinser/flibgolite

v2.2.5

25 Jan 16:59

Choose a tag to compare

What's Changed

Enhancements:

  • Added full text search by keywords
  • Added all serie books to book entry

Bug fixes:

  • Fixed silly bug - "FLibGoLite on freebsd is not available yet"

Other:

  • Make books sort order in a feed without taking into account special characters like quotes, brackets, etc

When updating the executable file:

  • The locales subfolder in config folder must be deleted because localization files need to be updated
  • The dbdata folder must be deleted to rebuild the database

v2.2.4

26 Feb 06:34

Choose a tag to compare

What's Changed

Enhancements:

  • Added http BasicAuth with plain text credentials
  • Removed display of language selection menu if there is only one localization file
  • Added language information to book details view
  • Added Dockerfile for image self-building
  • Added Linux prebuilt binary for i386 architecture
  • Added FreeBSD prebuilt binaries

Bug fixes:

  • Fixed opds panic due to missing default language localization file
  • Fixed panic when parsing .epub books that are not compliant with standard

Other:

  • Speed ​​up OPDS server startup in large book stocks by starting OPDS before the cache warm-up is complete
  • Authors and series feeds have been optimized

Docker Hub image and FreeBSD binaries

31 Dec 12:00

Choose a tag to compare

Enhancements:

To run Docker image use docker_run.sh script

Service release

12 Dec 15:54

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

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

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

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

Choose a tag to compare

Fix issue #27 - Reindex panic

On the fly FB2 to EPUB 2.0 conversion

11 Aug 06:22
d8f7fca

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

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