Commit Graph

107 Commits

Author SHA1 Message Date
Sayantan Santra 51e0c84eb4
build: Bumped version to 2.3.0 2024-03-06 15:42:36 -06:00
Sayantan Santra 83bf1f7af6
new: Autocomplete files generation 2024-03-06 15:41:45 -06:00
Sayantan Santra b4073357f7
fix: No need for the unwrap_or()s 2024-03-06 03:02:53 -06:00
Sayantan Santra 67dcd9e378
new: Do argparsing using clap-rs instead of handwritten parser 2024-03-06 02:56:48 -06:00
Sayantan Santra b62bffd340
build: Bump version to 2.2.2 2024-03-04 17:09:59 -06:00
Sayantan Santra 4a69071380
Merge pull request #6 from SinTan1729/dependabot/cargo/mio-0.8.11
Bump mio from 0.8.8 to 0.8.11
2024-03-04 17:03:41 -06:00
dependabot[bot] 6027b701f0
Bump mio from 0.8.8 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 21:55:54 +00:00
Sayantan Santra 1b43b7a017
build: Bump version to 2.2.1 2024-01-27 16:15:58 -06:00
Sayantan Santra bc2c9c0135
Merge pull request #5 from SinTan1729/dependabot/cargo/h2-0.3.24
Bump h2 from 0.3.19 to 0.3.24
2024-01-27 16:14:23 -06:00
dependabot[bot] 324cae4fed
Bump h2 from 0.3.19 to 0.3.24
Bumps [h2](https://github.com/hyperium/h2) from 0.3.19 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.19...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 16:11:49 +00:00
Sayantan Santra 64d1749450
build: Bump version to 2.2.0 2023-12-04 18:27:55 -06:00
Sayantan Santra bc0ccd8107
feat: Possible to merge the short flags 2023-12-04 18:27:22 -06:00
Sayantan Santra 16118a8d5a
feat: Added an option to automatically choose the first option 2023-12-04 17:47:55 -06:00
Sayantan Santra 790ec225ea
build: Bump version to 2.1.6 2023-10-02 22:29:40 -05:00
Sayantan Santra e74c35472a
Merge pull request #4 from SinTan1729/dependabot/cargo/webpki-0.22.2
Bump webpki from 0.22.1 to 0.22.2
2023-10-03 03:27:59 +00:00
dependabot[bot] 0a851a47fd
Bump webpki from 0.22.1 to 0.22.2
Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.1 to 0.22.2.
- [Commits](https://github.com/briansmith/webpki/commits)

---
updated-dependencies:
- dependency-name: webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 21:53:19 +00:00
Sayantan Santra c2152264f9
fix: Version number 2023-09-13 18:24:47 -05:00
Sayantan Santra 3695c78282
Merge pull request #3 from SinTan1729/dependabot/cargo/webpki-0.22.1
Bump webpki from 0.22.0 to 0.22.1
2023-09-13 23:09:51 +00:00
dependabot[bot] f827e351c3
Bump webpki from 0.22.0 to 0.22.1
Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.1.
- [Commits](https://github.com/briansmith/webpki/commits)

---
updated-dependencies:
- dependency-name: webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 23:09:15 +00:00
Sayantan Santra 39835837c4
chg: Updated dependencies 2023-08-25 02:27:54 -05:00
Sayantan Santra a2f0536642
build: Bumped version to 2.1.4 2023-05-29 16:39:50 -05:00
Sayantan Santra fd98c5d355
new: Support all ISO639_1 codes 2023-05-29 16:38:11 -05:00
Sayantan Santra cc59a03051
build: Bumped version to 2.1.3 2023-05-29 00:14:54 -05:00
Sayantan Santra 89d15e9fb7
fix: Properly output Option enums 2023-05-29 00:14:12 -05:00
Sayantan Santra d2fc60b709
build: Bumped version to 2.1.2 2023-05-28 20:23:10 -05:00
Sayantan Santra 6178c022d1
change: Improved filename sanitization and some logic 2023-05-28 20:22:23 -05:00
Sayantan Santra 5e5ba7ea0a
change: Do not dereference str when possible 2023-05-23 19:02:39 -05:00
Sayantan Santra 779064034a
change: More consistency improvements 2023-05-23 19:02:35 -05:00
Sayantan Santra 9456009b4d
change: Use String::new() everywhere 2023-05-23 19:02:26 -05:00
Sayantan Santra 21b26cf4e1
build: Bumped version to 2.1.1 2023-05-22 00:36:58 -05:00
Sayantan Santra d7172c78f6
fix: Do not rename directory if only file was skipped 2023-05-21 22:42:30 -05:00
Sayantan Santra 591ae8f796
fix: Remember choice if cancelled by user 2023-05-21 22:37:06 -05:00
Sayantan Santra 8b6e83a55a
change: Put variable inside format string directly when possible 2023-05-21 21:10:47 -05:00
Sayantan Santra 0e92c693f7
Bumped version to 2.1.0 2023-05-21 20:51:31 -05:00
Sayantan Santra c7c1988b73
fix: Still ask for language for preprocessed files 2023-05-21 20:50:16 -05:00
Sayantan Santra 96fcf425b0
fix: Sanitization doesn't squash single hyphens 2023-05-21 20:44:33 -05:00
Sayantan Santra e9314ccdda
new: Reuse same name for subtitle files and such 2023-05-21 20:39:38 -05:00
Sayantan Santra 4d04f51251
fix: Gracefully exit after user cancellation 2023-05-21 16:47:06 -05:00
Sayantan Santra 02fea4a71c
new: Try to sanitize the filename 2023-05-21 16:10:53 -05:00
Sayantan Santra 7cb18202eb
fix: Do not print both processing and ignoring 2023-05-21 16:03:24 -05:00
Sayantan Santra 8a84f1b2b6 Bumped version to 2.0.0 2023-05-15 17:58:21 -05:00
Sayantan Santra 5a4d7d0e1d Added support for multiple directors 2023-05-15 17:55:45 -05:00
Sayantan Santra 1a83f88c0b Switched to tmdb_api 2023-05-15 17:10:51 -05:00
Sayantan Santra 14e5899f36 Fixed clippy warnings 2023-04-26 17:27:39 -05:00
Sayantan Santra c0760526fa Updated LICENSE 2023-04-10 20:05:20 -05:00
Sayantan Santra d8a2b2d988
Merge pull request #2 from SinTan1729/dependabot/cargo/openssl-0.10.48
Bump openssl from 0.10.45 to 0.10.48
2023-03-24 20:52:38 -05:00
dependabot[bot] be019f221e
Bump openssl from 0.10.45 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 01:33:01 +00:00
Sayantan Santra 64abb5b03b
Update README.md 2023-03-09 09:37:37 -06:00
Sayantan Santra 6d94a5429f Exit gracefully if config file doesn't exist 2023-02-28 23:18:56 -06:00
Sayantan Santra 7165812709 Bumped version to 1.2.4 2023-02-26 14:07:13 -06:00