Releases: SinTan1729/movie-rename
Releases · SinTan1729/movie-rename
2.3.0
New
-
Autocomplete files generation. [SinTan1729]
-
Do argparsing using clap-rs instead of handwritten parser. [SinTan1729]
Fix
- No need for the unwrap_or()s. [SinTan1729]
Build
- Bumped version to 2.3.0. [SinTan1729]
Full Changelog: 2.2.2...2.3.0
2.2.2
2.2.1
2.2.0
New
-
Possible to merge the short flags. [SinTan1729]
-
Added an option to automatically choose the first option. [SinTan1729]
Build
- Bump version to 2.2.0. [SinTan1729]
Full Changelog: 2.1.6...2.2.0
2.1.6
2.1.5
Changes
- Updated dependencies. [SinTan1729]
Other
-
Merge pull request #3 from SinTan1729/dependabot/cargo/webpki-0.22.1. [Sayantan Santra]
Bump webpki from 0.22.0 to 0.22.1
-
Bump webpki from 0.22.0 to 0.22.1. [dependabot[bot]]
Bumps webpki from 0.22.0 to 0.22.1.
updated-dependencies:
- dependency-name: webpki
dependency-type: indirect
...
- dependency-name: webpki
Full Changelog: 2.1.4...2.1.5
2.1.4
2.1.3
2.1.2
Change
- Improved filename sanitization and some logic. [SinTan1729]
- Do not dereference str when possible. [SinTan1729]
- More consistency improvements. [SinTan1729]
- Use String::new() everywhere. [SinTan1729]
Full Changelog: 2.1.1...2.1.2
2.1.1
Fix
- Do not rename directory if only file was skipped. [SinTan1729]
- Remember choice if cancelled by user. [SinTan1729]
Change
- Put variable inside format string directly when possible. [SinTan1729]
Full Changelog: 2.1.0...2.1.1