Skip to content

Latest commit

 

History

History
166 lines (96 loc) · 7.5 KB

CHANGELOG.md

File metadata and controls

166 lines (96 loc) · 7.5 KB

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.

2.1.0 - 2023-01-05

Added

  • better CJK fonts (#40)

Fixed

  • broken condition in exactly match searching (#28)
  • segment type changed in koishi 4.9 (#32)

Changed

2.0.11 - 2022-09-06

Added

  • add threshold of distance in fuzzy search (#10)
  • upgrade to adapt koishi v4.8 (#9)
  • optimize html rendering (#15)

Changed

  • add default value in config (#12)

Removed

2.0.10 - 2022-07-02

Added

  • add text mode (#7)
  • update translations (fa7e5f3)

Fixed

  • render images should use about_html (311e59c)

2.0.9 - 2022-06-22

Fixed

  • should not throw error on render (6cca70c)

2.0.8 - 2022-06-20

Added

  • support fuzzy search (#15)
  • extract search function to Service (#17)
  • update i18n translations from crowdin (#13)

Fixed

  • update message not found (#19)

2.0.7 - 2022-06-14

Fixed

  • author field in package.json (71a0adf)

2.0.6 - 2022-06-12

Added

  • add koishi field in package.json (b06d4f2)

Changed

  • transform update to class (c0a2706)

Removed

  • remove usage of template (c4f9611)

2.0.5 - 2022-03-12

Added

Changed

  • re-word some command descriptions

Removed

  • remove unused languages

2.0.4 - 2022-04-02

Fixed

  • koishi cannot currently load plugin (2d611f0)

2.0.3 - 2022-04-01

Fixed

  • error occurs in rendering (977eb89)

2.0.2 - 2022-04-01

Added

  • configuration page in koishi console (efb4171)

Fixed

  • remove unused imports, shrink bundle size (7072e4a)

2.0.1 - 2022-01-21

Changed

  • migrate test files to use plugin-mock (2766ee3)

2.0.0 - 2022-01-17

Added

  • add support for koishi v4 (#1)
  • add fetchOnStart option (#1)

Changed

  • migrate axios to koishi built-in ctx.http.get function (#1)

Fixed

  • puppeteer should be read from ctx.puppeteer (#1)
  • update function causes errors (#1)
  • placeholder reconized as html tag which cause macro content not fully displayed (223c306)