Releases: old-Dang/pic2webp
Releases · old-Dang/pic2webp
Release list
v1.4.0
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Full Changelog: v1.3.0...v1.3.1
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Full Changelog: v1.2.1...v1.3.0
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Full Changelog: v1.2.0...v1.2.1
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Full Changelog: https://github.com/old-Dang/pic2webp/commits/v1.2.0
Full Changelog: https://github.com/old-Dang/pic2webp/commits/v1.2.0
v1.1.4
feat: add batch naming rules - naming_mode field in ConvertRequest: overwrite / webp-suffix / q-suffix / ts-suffix - lib.rs: output_path built from naming_mode instead of set_extension - index.html: naming mode dropdown (4 options) - app.js: pass naming_mode in convert request
v1.1.3
feat: add HEIC/AVIF support via image/avif crate
v1.1.2-fix
fix: resolve Rust borrow-of-moved-value error in check_tools
res_dir PathBuf was moved into search_dirs on line 74, then borrowed
again on line 76 for res_dir.join("tools"). Added .clone() to allow
both pushes.
This was blocking the v1.1.2 GitHub Actions release build on both
Windows and macOS runners.
v1.1.2
fix: resolve Rust borrow-of-moved-value error in check_tools
res_dir PathBuf was moved into search_dirs on line 74, then borrowed
again on line 76 for res_dir.join("tools"). Added .clone() to allow
both pushes.
This was blocking the v1.1.2 GitHub Actions release build on both
Windows and macOS runners.
v1.1.1
fix: search resource_dir/tools/ for bundled tools on Windows resolve_tools now also checks resource_dir/tools/ alongside resource_dir/ itself, covering Windows MSI install paths where Tauri places bundled tools. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>