Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 946 Bytes

manami-ChangeLog.md

File metadata and controls

24 lines (19 loc) · 946 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.2] - 2021-12-27

Changed

Changed all println to Logging.log.info/fine/finer/finest, Apply some Intellij suggested Fixes here and there

  • setAnimeTypeFromAID() - added .toUpperCase() for switch as Minami project changed them to all uppercase (but it could change again)

[1.2.1] - 2021-11-13

Changed

Changed all println to Logging.log.info/fine/finer/finest, Apply some Intellij suggested Fixes here and there

[1.2.0] - 2021-02-28

Added

  • setAnimeTypeFromAID() - Detect the "Type" of an Anime Series
  • aodReturnAllTitlesAndSynonyms() - Return all the Titles/Synonyms from AOD for a series
  • javadoc for methods

[1.1.1] - 2021-02-14

Added

  • Changelog (This file)