Skip to content

Releases: maizy/PonyLib

v2.0.7

15 Jul 08:48
344151b
Compare
Choose a tag to compare

Upgrade all dependencies

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

v2.0.6

06 Apr 11:33
4000aa5
Compare
Choose a tag to compare
  • upgrade pgx/v4, protobuf

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

v2.0.5

11 Feb 12:29
9c32eeb
Compare
Choose a tag to compare
  • upgrade x/net, x/crypto

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

v2.0.4

08 Oct 18:41
efaa093
Compare
Choose a tag to compare
  • upgrade all deps #86
  • add limit to annotation size in DB & web UI #74

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

v2.0.3

26 Feb 07:06
99cd280
Compare
Choose a tag to compare

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

v2.0.2

12 Feb 16:05
f275bc7
Compare
Choose a tag to compare
  • upgrade gin

v2.0.1

19 Sep 08:03
11096dc
Compare
Choose a tag to compare

web-ui

  • fix: remove accident println statement 🤦‍♂️

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

v2.0.0

18 Sep 19:06
4a04210
Compare
Choose a tag to compare

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