Skip to content

v1.1.2 - Fix month and day representations

Compare
Choose a tag to compare
@kernitus kernitus released this 27 Jul 16:36
· 22 commits to master since this release
  • Fixed issue #5 where dates without a month or day would take precedence over those with them
    • The plugin now priorities more specific dates (if available) e.g. 1972-05-18 over just 1972
  • When saving, remove month/day information if not present, instead of using the 1st of January
  • Changed overwrite_year option to overwrite_date
    • Plugin now saves entire date to file, when available
  • Fixed both approach not keeping older date from recordings after checking releases
  • Filter out covers if current recording is not a cover
  • Added thorough automated tests to catch as many bugs as possible