Commit graph

67 commits

Author SHA1 Message Date
8a84f1b2b6 Bumped version to 2.0.0 2023-05-15 17:58:21 -05:00
5a4d7d0e1d Added support for multiple directors 2023-05-15 17:55:45 -05:00
1a83f88c0b Switched to tmdb_api 2023-05-15 17:10:51 -05:00
14e5899f36 Fixed clippy warnings 2023-04-26 17:27:39 -05:00
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
6d94a5429f Exit gracefully if config file doesn't exist 2023-02-28 23:18:56 -06:00
7165812709 Bumped version to 1.2.4 2023-02-26 14:07:13 -06:00
9d8e10f041 Added make option to create archive for aur 2023-02-26 14:07:04 -06:00
a1c4fb816e Skip irrelevant files 2023-02-26 14:06:29 -06:00
e1af92739b Bumped version to 1.2.3 2023-02-26 02:30:22 -06:00
d1b2fcf8a0 Optimizations for the release build profile 2023-02-26 02:27:28 -06:00
6049f6beb6 Updated README 2023-02-26 00:49:29 -06:00
62f47334bb Bumped version to 1.2.2 2023-02-25 22:47:53 -06:00
4dff4ba511 Created a Makefile and fixed manpage 2023-02-25 22:45:59 -06:00
4105e61829 Add link to releases badge 2023-02-07 20:55:49 -06:00
4ee97eb9a5 Updated README 2023-02-07 18:22:47 -06:00
Sayantan Santra
0745539b88
Merge pull request #1 from SinTan1729/fix-vulnerabilities
Add up to date dependencies
2023-02-07 18:18:16 -06:00
15d3a57ba5 Add up to date dependencies 2023-02-07 18:16:20 -06:00
a138984bac Added AUR badge 2023-02-01 11:32:39 -06:00
5d294a4687 Show full language name in selection menu 2022-12-11 00:15:18 -06:00
cbb6b2ab21 Add info for crates.io 2022-12-10 23:33:09 -06:00
c2d8f05cff Updated README.md 2022-12-10 22:39:07 -06:00
2d6e063a97 Visual improvements 2022-12-10 22:23:44 -06:00
c52643033f Detect subtitle language from the old filename 2022-12-10 21:00:07 -06:00
17300e0362 Merge branch 'main' of https://github.com/SinTan1729/movie-rename
I made some changes online that I forgot to pull before making local
changes.
2022-12-10 18:42:18 -06:00
26eb446de8 Improved arguments handling 2022-12-10 18:39:33 -06:00
SinTan1729
7197c88cfb
Fixed AUR link 2022-12-09 15:46:38 -06:00
3b76f470cd Change name in README 2022-12-09 15:03:10 -06:00
5f348cddcf Version bump and name change 2022-12-09 15:02:20 -06:00
1309ed34b4 Skip renaming if destination exists 2022-12-09 15:00:00 -06:00
29fd0c3646 Visual changes 2022-12-09 14:48:52 -06:00
159e9d49eb Bug fix for directory renaming 2022-12-09 14:16:54 -06:00
0b64b0eae6 Exit when unknown argument is passed 2022-12-09 14:13:35 -06:00
d2c6670901 Change the menu from youchoose to inquire 2022-12-09 14:11:27 -06:00
006c80a822 Refactor functions and structs into separate files 2022-12-09 13:44:17 -06:00
28e7972a15 Added badges to README 2022-12-09 02:39:21 -06:00
e5c73b5cea Fix config file location when XDG folders not set 2022-12-09 02:30:24 -06:00
81095222ff Get the version from Cargo.toml 2022-12-09 02:26:39 -06:00
b0b313ba23 Fixed typo 2022-12-09 00:32:38 -06:00
ace5bbbcd7 Fixed typo in manpage 2022-12-08 23:57:49 -06:00
5ce914bddb Bug fix for argument parsing 2022-12-08 22:56:14 -06:00
7e833a4ed0 Added info about installation 2022-12-08 22:08:16 -06:00
04af34e3c3 Change version syntax 2022-12-08 22:04:49 -06:00
d6f6425a0d Added manpage 2022-12-08 21:59:53 -06:00
408824aca9 Updated help section and README 2022-12-08 21:23:58 -06:00
28d7c7d3b8 Added support for renaming directories 2022-12-08 21:18:50 -06:00
970f51f299 Fix typo in preview 2022-12-08 19:47:25 -06:00