Skip to content

Releases: MinionAttack/CheckEpisodeOrMovieBot

v1.6.5

18 Jun 15:47
559cf60
Compare
Choose a tag to compare

The unnecessary quantifier has been removed, as recommended by SonarLint.

v1.6.4

18 Jun 15:37
89890cb
Compare
Choose a tag to compare

The dependencies have been updated to the latest version.

v1.6.3

16 Dec 18:04
df63531
Compare
Choose a tag to compare

Fixed incorrect check.

v1.6.2

14 Dec 15:49
fac31ad
Compare
Choose a tag to compare

Some of the dependencies have been updated to the latest version.

v1.6.1

06 Nov 20:47
b571324
Compare
Choose a tag to compare

Some of the dependencies have been updated to the latest version.

v1.6.0

28 Sep 21:22
af7e3d8
Compare
Choose a tag to compare

Removed the use of the os module in the logger class in favour of the PATH module.
Added filters to the logger so that each log level is written to its respective file, without propagating to lower log levels.

v1.5.4

26 Sep 15:57
090dd1d
Compare
Choose a tag to compare

The code of the logging class has been improved.
Bumped decorator version from 5.0.9 to 5.1.0
Bumped urllib3 version from 1.26.6 to 1.26.7

v1.5.3

13 Sep 11:07
7a53db9
Compare
Choose a tag to compare

The missing argument for the year has been added to the subtitle help text.

v1.5.2

07 Sep 22:44
35a324e
Compare
Choose a tag to compare

Update dependencies.
Updated User-Agent and improved request headers.
Updated YTS proxy to bypass Cloudflare's anti-bot protection.
Updated parameter handling to avoid problems with the name of a series or a movie that contains a -

v1.5.1

04 Aug 18:40
01555fd
Compare
Choose a tag to compare

Refactored the code to remove duplicate code and pass the quality gate.