Skip to content

Releases: MinionAttack/CheckEpisodeOrMovieBot

v1.3.0

07 Apr 18:52
1e41675
Compare
Choose a tag to compare

Some changes have been made that cause incompatibilities with older versions, as for the movie and subtitle command there is a new parameter (-y number or -year number) to specify.

This parameter is necessary to avoid name collisions in movies with the same name as the series, because the OMDb API will return the result of a series in case there is a match and no year is specified.

The README.md has been updated indicating the change of command format in the instructions of the movie search command and the subtitle search command.

The README.md has been updated with the Sonarcloud.io Quality Gate flag, if clicked it redirects to the repository on Sonarcloud.io.

v1.2.1

02 Apr 13:44
0c9b449
Compare
Choose a tag to compare

Update 'Series' considerations in README.md to explain the behaviour when a full season pack it's detected.

v1.2.0

02 Apr 13:42
8a876a4
Compare
Choose a tag to compare

Detection of full season packs has been implemented. When searching for an episode, the bot now prioritises results that are a complete season pack rather than the individual result.

This behaviour does not interfere when trying to search for a specific episode as opening the result link allows you to select the specific episode you are looking for.

v1.1.0

02 Apr 10:58
Compare
Choose a tag to compare
  • Fixed ISP blocking policy with YTS, now the bot uses a proxy.
  • Removed duplicated code when handling requests.
  • Updated the README.md

v1.0.2

01 Apr 12:31
Compare
Choose a tag to compare

Updated some dependencies.

  • lxml from 4.6.2 to 4.6.3 to fix CVE-2021-28957
  • cryptography from 3.4.6 to 3.4.7

v1.0.1

18 Mar 15:09
Compare
Choose a tag to compare
  • Fixed a bug when YTS has the film listed but no results are available for the film.
  • Improved the logic when searching for subtitles.

v1.0.0

16 Mar 23:03
Compare
Choose a tag to compare

This version includes all previous changes.

  • Latest major changes:

    • Improved log management and configuration.
    • Improved error handling when making requests.
    • Fixed the subtitles web page, now the official one is used instead of a clone.
  • Functionalities:

    • Search for series episodes.
    • Search movies.
    • Search for movie subtitles.
    • Check the status of the bot.
    • Consult the help on how to use the commands.