## v0.1.7
- Added BLP Editor canvas navigation with mouse-wheel zoom, pan, fit-to-view, reset-to-100%, and toolbar zoom controls.
- Added layer transforms for position, scale, rotation, and horizontal/vertical flip, with preview, export, and Layer Styles support.
- Added Photoshop-style Adjustment Layers with Black & White and Tint Color modes, including Red, Green, and Blue channel weights for Black & White.
- Improved transformed layer quality and responsiveness while editing scale, rotation, and position.
- Changed imported layer defaults so
scale = 1 keeps the layer at its native image size centered on the canvas.
- Added Fit to Canvas for transformed layers so a native-size layer can be quickly scaled to the current canvas.
- Moved common BLP file actions into the main toolbar so Open Files, Open Folder, Export, and Extract Mipmaps are faster to reach.
- Added direct layer import by dragging source images from the Files panel or File Explorer into the Layers list.
- Added Resource Cleaner context-menu actions to send used or unused resources directly to BLP Editor Files or as BLP Editor Layers.
- Added a download source setting with GitHub/Gitee choices; Chinese system locales default to Gitee for easier access in China.
- Improved TGA image loading for BLP Editor imports and previews.
- Refined the locked Canvas Image row icon for a cleaner Layers list appearance.
## v0.1.6
- Added a unified BLP Editor layer stack for batch workflows: build one border/overlay stack, apply it to multiple source images, and export them together.
- Added layer editing tools: drag sorting, double-click rename, opacity, blend modes, and converting the Canvas Image into an editable layer.
- Added Layer Styles so the current layer stack can be saved as a reusable
.dat preset, including embedded layer assets, for later preview and export workflows.
- Improved layer importing with multi-file Add Layer support and a new Add Layer Folder action for importing supported images from a folder.
- Fixed BLP export target handling so BLP source files can be exported back to BLP without losing the expected
.blp output path.
- Improved BLP Editor responsiveness and reliability while previewing, editing, and exporting layered images.
## v0.1.5
- Added BLP Editor as a new GUI feature with file picker, folder import, drag-and-drop preview, and searchable file list.
- Added BLP CLI commands for info, PNG export, image import, and batch PNG export.
- Added BLP, PNG, and JPEG export from the GUI, with configurable JPEG quality and mipmap generation.
- Added mipmap extraction to PNG files and clickable mipmap preview in the Info tab.
- Added switchable canvas backgrounds: default, dark, and light.
- Added BLP file warnings and filters for non-power-of-two image dimensions.
- Added Resource Cleaner warnings for used and unused BLP files with non-power-of-two dimensions.
- Added BLP export options to auto-resize, keep original size, or reject non-power-of-two image dimensions.
- Improved the BLP Editor layout with a cleaner preview canvas, Files menu, file actions, search, select-all, and a focused Info tab.
## v0.1.4
- Added MPQ override detection for Resource Cleaner: assets whose relative paths match local Warcraft III MPQ entries are treated as used.
- Optimized MPQ override matching by indexing only MPQ paths under first-level roots present in the project assets.
- Updated primary action and folder selection buttons to the new teal style.
- Injected the default public update-check URL into secure release builds.
## v0.1.3
- Switched cross-repository publishing to GitHub CLI release creation.
## v0.1.2
- Fixed GitHub Release token wiring for cross-repository publishing.
## v0.1.1
- Fixed cross-repository GitHub Release publishing.
- Updated release workflow to pass the releases repository token explicitly.
- Enabled Node.js 24 for JavaScript GitHub Actions.
## v0.1.0
- Added Warcraft 3 Resource Cleaner.
- Added used, unused and skipped resource views.
- Added safe permanent delete flow with optional backup.
- Added settings persistence.
- Added multilingual UI support.
- Added update checking foundation.
- Added Data Sync Monitor placeholder.