Skip to content

v0.5.0 - Egyptian Mau - "The Helpful Update"

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 19:52

In this update moviecat learns how to be helpful.

Added

  • moviecat now has a help command that describes how all other commands work.
    • Usage: help [command name]
  • help with no parameters will list help usage as well as a list of currently implemented commands.

Changed

  • When searching for writer/director names it is no longer necessary to enclose the entire name in quotation marks.
    • Previously it was necessary to enclose the name to search for it as a single string
  • When a writer or a director is not found while refining movies moviecat now falls back to the refinement screen instead of silently crashing.

Fixed

  • It is now possible to search by both movie name + director or writer, or year + director or writer

Up next: TBD, likely algorithmic improvements although a rewrite in a new language is not out of the question.