Skip to content

Releases: SinTan1729/movie-rename

2.3.0

06 Mar 21:44
51e0c84
Compare
Choose a tag to compare

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

04 Mar 23:13
b62bffd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

27 Jan 22:19
1b43b7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

05 Dec 00:31
64d1749
Compare
Choose a tag to compare

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

03 Oct 03:32
790ec22
Compare
Choose a tag to compare

Other

Full Changelog: 2.1.5...2.1.6

2.1.5

13 Sep 23:27
c215226
Compare
Choose a tag to compare

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
      ...

Full Changelog: 2.1.4...2.1.5

2.1.4

29 May 22:03
a2f0536
Compare
Choose a tag to compare

New

  • Support all ISO639_1 codes. [SinTan1729]

Full Changelog: 2.1.3...2.1.4

2.1.3

29 May 05:17
cc59a03
Compare
Choose a tag to compare

Fix

  • Properly output Option enums. [SinTan1729]

Full Changelog: 2.1.2...2.1.3

2.1.2

29 May 01:25
d2fc60b
Compare
Choose a tag to compare

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

22 May 05:38
21b26cf
Compare
Choose a tag to compare

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