Skip to content

Releases: axelrindle/vscode-webp

v0.4.1

10 May 17:22
27428d5
Compare
Choose a tag to compare

Changelog

Fixed

  • Binary handling on Windows systems (#4)

v0.4.0

08 May 18:54
b3a9e16
Compare
Choose a tag to compare

Changelog

Changed

  • The libwebp binaries are now stored in a global location which eliminates the need to
    reinstall the binaries after every extension update.

v0.3.0

06 May 11:07
Compare
Choose a tag to compare

Changelog

Added

  • Support for .tif extension (#3)

Fixed

  • Extension crash for files containing a space in it's name (#3)

v0.2.0

12 Apr 15:51
59879cb
Compare
Choose a tag to compare

Changelog

Added

  • Binary Download: Instead of relying on the cwebp binary being installed on the system, the
    extension will now download a binary itself.

  • Prefer System Binary: A user may configure to prefer a binary found on the system. The default
    is to use the downloaded binary.

  • Convert multiple files at once.

v0.1.0

17 Mar 13:16
9336ffd
Compare
Choose a tag to compare

Initial Release 🎉