Skip to content

v2.0.0

Compare
Choose a tag to compare
@maizy maizy released this 18 Sep 19:06
· 28 commits to v2 since this release
4a04210

Brand new golang implementation

In this version:

  • fb2 metadata parsing
    • author info
    • book info
    • publisher info
    • genres
    • sequences
    • annotation as text from markup
  • scanner
    • directory, file & zip archive support
  • db
    • books info
    • autogenerated fulltext search index
    • postgres 12 support
  • web ui
    • auth with basic unsafe cookie
    • search
    • download
  • cli tools
    • scanner
    • search
    • migration
  • deploy
    • single binary with all resources embedded
    • docker container
    • docker-compose example

docker image:
ghcr.io/maizy/ponylib:v2.0.0