Skip to content

Latest commit

 

History

History
141 lines (83 loc) · 4.49 KB

CHANGELOG.md

File metadata and controls

141 lines (83 loc) · 4.49 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.7] - 2024-03-12

Added

  • publish a new plugin hitokoto-sentences which ships a local copy for Hitokoto sentences bundle
  • support to get sentence from local hitokoto-sentences plugin (#25) by @SaarChaffee
  • hide api url settings when using sentences plugin (#32)

Changed

  • split command as sub plugin for Koishi v4.17.0 (#30)

[2.1.6] - 2024-02-17

Added

  • support inject in koishi v4.15.x (#23)
  • support yakumo HMR feature (#24)
  • more usage examples in README (#15)

Fixed

  • fix command option to be camel case (#27)
  • handle axios error (#20)

Changed

  • remove uncompleted languages (e06ffaf)

2.1.5 - 2022-09-06

Added

  • support koishi v4.8 (#9)
  • update i18n translations (ffa4888)

2.1.4 - 2022-06-14

Fixed

  • fix author filed in package.json (b0f6b7f)

2.1.3 - 2022-06-12

Added

  • add koishi field in package.json for koishi console / market (a619457)

2.1.2 - 2022-05-12

Added

  • add ctx.hitokoto as a service for other koishi plugins

    • ctx.hitokoto.getHitokoto(params) returns a sentence from hitokoto.
    • ctx.hitokoto.types returns a list of hitokoto types.
  • Better conprehensive descriptions of options.

  • Better Japanese and English translations.

  • Experimental support for more languages.

2.1.1 - 2022-03-26

Added

  • add hitokoto.types command that displays all types of hitokoto sentences
  • more comprehensive README

Fixed

  • fix typo and layouts

2.1.0 - 2022-03-17

Added

  • initial i18n support

Changed

  • remove template customizable options
  • use ctx.http instead of axios

2.0.1 - 2022-01-22

Added

  • add tests

2.0.0 - 2022-01-17

Added

  • support koishi v4

1.0.3 - 2021-12-28

Added

  • show error message when provide wrong options

Changed

  • template messages are customizable

Fixed

  • fix typo in template messages
  • fix broken link in comments

1.0.2 - 2021-12-28

This patch released with no changes.

1.0.1 - 2021-12-28

Added

  • hitokoto command