Skip to content

Releases: AmaseCocoa/media-proxy

v0.4.0 - Implement configuration functionality through config.yml

19 Sep 06:45
Compare
Choose a tag to compare

流石にアップデートしすぎなので次はないようにしたい

What's Changed

  • Implemented configuration settings.
  • Added support for using a proxy and specifying a DNS server.
  • Introduced an option to enable or disable AVIF processing.
  • Enhanced image processing to return the original file in case of errors.

Full Changelog: 0.3.1...0.4.0

v0.3.1

19 Sep 05:39
Compare
Choose a tag to compare

What's Changed

  • Fixed problem with gifs not being processed correctly (5d37ad3)

Full Changelog: 0.3.0...0.3.1

v0.3.0 - Improve performance

19 Sep 04:23
Compare
Choose a tag to compare

For releases after 0.3.0, libvips-dev must be installed but, It is already installed by default in the Docker image.

What's Changed?

  • The problem that some images could not be processed by using pyvips has been improved. (#1)

  • Speed was improved by using uvloop when possible.

v0.2.0

27 Aug 16:14
Compare
Choose a tag to compare
CHUNK_SIZEに関する説明を追加

v0.1.0 - First Release

27 Aug 15:48
Compare
Choose a tag to compare