Skip to content

Latest commit

 

History

History
58 lines (29 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

58 lines (29 loc) · 2.64 KB

Changelog

0.5.1 (2024-05-13)

Bug Fixes

0.5.0 (2024-05-13)

Features

  • SearchForSymbolWithEpisode: check keyword in PeekEntries when match episode number (46a0ed2)
  • add new episode rule to match OtherToken[Disc 01] (be12b5a)
  • add new rule to match episode number with bracket e.g. [13 (341)] (3d7373c)
  • check anime title: shoule not be number (97af21e)

Bug Fixes

  • fix the rule of anime year (83e4686)
  • properly handle full width digits & check if tokens are within range (e8659ee)

Reverts

  • check if tokens are within range (9ee8216)

0.3.0 (2023-08-03)

Features

  • add new episode rule to match OtherToken[Hint05] (c268840)
  • parse animeType episode e.g. OVA 3 (f1ff55b)

Bug Fixes

  • remove empty check of ElementEpisodeNumber (220b038)
  • 修改为处理后的年份值 (e8645d3)
  • 元素字典的比较器忽略大小写 (bd9da46)

0.3.5 (2023-07-30)

Bug Fixes

0.3.4 (2023-07-30)

Bug Fixes