Skip to content

Releases: krau/ManyACG

v1.12.1

03 Apr 14:24
c282d6b

Choose a tag to compare

   🐞 Bug Fixes

  • Update .gitignore and go.mod for new executable and dependency versions  -  by @krau (f1eff)
  • Update go.sum to remove deprecated dependencies and add new versions  -  by @krau (c282d)
    View changes on GitHub

v1.12.0

05 Mar 14:47
bb1b824

Choose a tag to compare

   🚀 Features

  • Add tagging command to recognize image tags  -  by @krau (bb1b8)
    View changes on GitHub

v1.11.0

12 Feb 10:26
8974f72

Choose a tag to compare

   🚀 Features

  • Add artwork tag prediction and merging before creation  -  by @krau (8974f)

   🐞 Bug Fixes

  • Update build tags in Dockerfile for vips compatibility  -  by @krau (0ac4e)
    View changes on GitHub

v1.10.0

12 Feb 09:37
c3d6085

Choose a tag to compare

   🚀 Features

  • Add indexing command for artworks to MeiliSearch  -  by @krau (d9097)
  • Implement index settings management for MeiliSearch  -  by @krau (e857a)
  • Add support for clearing all documents in MeiliSearch indexing  -  by @krau (c3d60)

   🐞 Bug Fixes

  • Update build tags for vips compatibility and adjust Dockerfile settings  -  by @krau (bfae3)
  • Update help command descriptions and improve admin commands  -  by @krau (d61ef)
    View changes on GitHub

v1.9.2

11 Feb 06:30
913d683

Choose a tag to compare

   🐞 Bug Fixes

  • Update build tags to use 'novips' for better compatibility  -  by @krau (4a6b4)
  • Update gofiber dependencies to latest stable versions for improved stability  -  by @krau (11be8)
  • Upgrade deps  -  by @krau (913d6)
    View changes on GitHub

v1.9.1

03 Feb 14:19
d76c5bb

Choose a tag to compare

   🐞 Bug Fixes

  • Update vipsgen dependency to v1.3.1 for improved functionality  -  by @krau (d76c5)
    View changes on GitHub

v1.9.0

03 Feb 12:04
32710b2

Choose a tag to compare

   🚀 Features

  • Refactor getArtworkFiles to improve media handling and batch sending  -  by @krau (abc65)

   🐞 Bug Fixes

  • Streamline artwork preloading with applyArtworkPreloads function  -  by @krau (32710)
    View changes on GitHub

v1.8.11

01 Feb 08:56
2ac26a0

Choose a tag to compare

   🐞 Bug Fixes

  • Replace RetryCaller with RetryRateLimitCaller to handle rate limits more effectively  -  by @krau (2ac26)
    View changes on GitHub

v1.8.10

01 Feb 08:29
c6e1484

Choose a tag to compare

   🐞 Bug Fixes

  • Remove timeout from QueryPicturesByPhash call to improve performance  -  by @krau (72091)
  • Send reply wait message asynchronously to improve responsiveness  -  by @krau (c6e14)
    View changes on GitHub

v1.8.9

01 Feb 08:15
44b6baf

Choose a tag to compare

   🐞 Bug Fixes

  • Add timeout for duplicate picture check to improve performance  -  by @krau (cea71)
  • Optimize QueryPicturesByPhash to use row scanning and preload artwork  -  by @krau (44b6b)
    View changes on GitHub