Skip to content

Releases: fraeso/webd

v0.1.4 - JPEG Conversion Support

04 Nov 11:30

Choose a tag to compare

Webd v0.1.4

🛠️ Changes

  • Added bidirectional support for PNG and JPEG conversion
  • Added bidirectional support for JPEG and WEBP conversion
  • Minor fix to verbose mode logging

📝 Notes

  • JPG to PNG conversion can be slightly slower than the rest

🔍 Full Documentation

Visit the README for detailed usage and examples.

v0.1.3 - fix

03 Nov 14:46

Choose a tag to compare

Webd v0.1.3

🛠️ Changes

N/A

📝 Notes

  • Re-release of v0.1.2 content to fix Go module versioning

🔍 Full Documentation

Visit the README for detailed usage and examples.

v0.1.2: Bidirectional conversion support for PNG and WebP

03 Nov 14:10

Choose a tag to compare

Webd v0.1.2

🛠️ Changes

  • Added support for PNG to WebP conversion
  • Added verbose logging option using -verbose
  • More error handling

📝 Notes

  • PNG to WebP conversion uses lossy with near perfect quality - perfect for web optimisation but not graphics
  • PNG to WebP is very fast
  • Error message from libwebp

🔍 Full Documentation

Visit the README for detailed usage and examples.

v0.1.1 - Minor Improvements

02 Nov 06:48

Choose a tag to compare

v0.1.1 Patch Notes

Overview

This patch release focuses on quality-of-life improvements and small enhancements to improve user experience and code stability.

Changes

🔧 Improvements

  • Flags: Allow flags compatibility.
  • Help Menu: Display help menu when entering webd or webd -h into terminal
  • Delete Origin Mode: This mode creates new images and deletes the old converted ones, essentially replacing them.
  • New Banner: Because this is cool 😎

Roadmap

  • JPEG -> WEBP conversion (for Developers who want to optimise their images all at once)
  • PNG -> WEBP conversion (for Developers who want to optimise their images all at once)
  • WEBP -> JPEG conversion
  • Better CLI Formatting and Visuals

Note: This patch aims to add flags compatibility for the future whilst keeping backwards compatibility with the initial release.

Initial Release

01 Nov 16:36
fce2f1e

Choose a tag to compare

Webd v0.1.0 - Initial Release

First public release of WebD - a fast WebP to PNG converter written in Go.

This tool is made for bulk conversion of WEBP files in a directory i.e. you have an assets directory that contains lots of PNGs, JPEGs and WEBPs and you want to convert all of those WEBP files to PNGs. This is much faster than an online converter website and can do it all at once.

Features

  • Concurrent processing for faster conversion
  • Preserves original directory structure
  • Choose to keep or delete original files
  • Simple directory-based operation

Roadmap

  • JPEG -> WEBP conversion (for Developers who want to optimise their images all at once)
  • PNG -> WEBP conversion (for Developers who want to optimise their images all at once)
  • WEBP -> JPEG conversion
  • Better CLI Formatting and Visuals

Installation

go install github.com/v4n1lla-1ce/webd/cmd/webd@latest

Usage

webd <directory>
webd -h

Please report any issues in the GitHub issue tracker