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
- better CJK fonts (#40)
- migrate to use ffxiv-textcommand-data (#39)
- compile html page on the fly (#40)
- upgrade puppeteer to v3.3.1 (#40)
2.0.11 - 2022-09-06
- add threshold of distance in fuzzy search (#10)
- upgrade to adapt koishi v4.8 (#9)
- optimize html rendering (#15)
- add default value in config (#12)
-
update
@koishijs/plugin-puppeteer
to the community-driven versionkoishi-plugin-puppeteer
(#18)You need to remove it manually and install
koishi-plugin-puppeteer
instead.
2.0.10 - 2022-07-02
- render images should use about_html (311e59c)
2.0.9 - 2022-06-22
- should not throw error on render (6cca70c)
2.0.8 - 2022-06-20
- support fuzzy search (#15)
- extract search function to Service (#17)
- update i18n translations from crowdin (#13)
- update message not found (#19)
2.0.7 - 2022-06-14
- author field in package.json (71a0adf)
2.0.6 - 2022-06-12
- add koishi field in package.json (b06d4f2)
- transform update to class (c0a2706)
- remove usage of template (c4f9611)
2.0.5 - 2022-03-12
- re-word some command descriptions
- remove unused languages
2.0.4 - 2022-04-02
- koishi cannot currently load plugin (2d611f0)
2.0.3 - 2022-04-01
- error occurs in rendering (977eb89)
2.0.2 - 2022-04-01
- configuration page in koishi console (efb4171)
- remove unused imports, shrink bundle size (7072e4a)
2.0.1 - 2022-01-21
- migrate test files to use plugin-mock (2766ee3)
2.0.0 - 2022-01-17
- migrate axios to koishi built-in
ctx.http.get
function (#1)