Skip to content

Releases: old-Dang/pic2webp

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 16:33

Full Changelog: v1.3.1...v1.4.0

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 07:45

Full Changelog: v1.3.0...v1.3.1

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 04:12

Full Changelog: v1.2.1...v1.3.0

Full Changelog: v1.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 02:43

Full Changelog: v1.2.0...v1.2.1

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:18

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 06 Jul 09:05
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

Choose a tag to compare

@github-actions github-actions released this 06 Jul 07:44
feat: add HEIC/AVIF support via image/avif crate

v1.1.2-fix

Choose a tag to compare

@github-actions github-actions released this 05 Jul 16:03
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

Choose a tag to compare

@github-actions github-actions released this 06 Jul 04:55
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

Choose a tag to compare

@github-actions github-actions released this 05 Jul 14:15
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>