mirror of
https://github.com/itchyny/mmv.git
synced 2026-01-10 16:12:37 +08:00
22 lines
980 B
Markdown
22 lines
980 B
Markdown
# Changelog
|
|
## [v0.1.6](https://github.com/itchyny/mmv/compare/v0.1.5..v0.1.6) (2023-04-26)
|
|
* Remove dependency on shell for splitting EDITOR with spaces.
|
|
|
|
## [v0.1.5](https://github.com/itchyny/mmv/compare/v0.1.4..v0.1.5) (2023-04-09)
|
|
* Support EDITOR with spaces in the editor path.
|
|
|
|
## [v0.1.4](https://github.com/itchyny/mmv/compare/v0.1.3..v0.1.4) (2021-09-18)
|
|
* Release `arm64` artifacts.
|
|
|
|
## [v0.1.3](https://github.com/itchyny/mmv/compare/v0.1.2..v0.1.3) (2021-01-10)
|
|
* Support renaming when one of the paths is a parent directory of another.
|
|
|
|
## [v0.1.2](https://github.com/itchyny/mmv/compare/v0.1.1..v0.1.2) (2020-09-19)
|
|
* Fix for EDITOR configured with arguments.
|
|
|
|
## [v0.1.1](https://github.com/itchyny/mmv/compare/v0.1.0..v0.1.1) (2020-01-09)
|
|
* Undo the processed renames on error not to leave the temporary file.
|
|
* Return the stat source error on failure.
|
|
|
|
## [v0.1.0](https://github.com/itchyny/mmv/compare/ac88fa9...v0.1.0) (2020-01-08)
|
|
* Initial implementation.
|