Skip to content

Releases: DreamOfIce/koishi-plugin-adapter-villa

Release 0.7.0

08 Oct 18:02
1122c4b
Compare
Choose a tag to compare

0.7.0 (2023-10-08)

⚠ BREAKING CHANGES

  • migrate to satori v3

Features

Release 0.6.3

09 Aug 14:19
d18d266
Compare
Choose a tag to compare

0.6.3 (2023-08-09)

Bug Fixes

  • transferImage: fix error with Uint8Array (9508f46)
  • transferimage: fix some erorrs, close #6, close #7 (#8) (90dfa4a)

Release 0.6.2

08 Aug 16:47
458400f
Compare
Choose a tag to compare

0.6.2 (2023-08-08)

Bug Fixes

  • parseMessage: fix a typo (55bd77f)
  • quote time should be int (#2) (e5d09ef)
  • transferImage: fix some typos, close #3, #4, #5 (62ccb11)
  • transferImage: support for data: protocol (9f992c6)
  • verifyCallback: make url encoding of search params consistent with villa (6e50f30)

Release 0.6.1

06 Aug 16:43
4126e1d
Compare
Choose a tag to compare

0.6.1 (2023-08-06)

Bug Fixes

  • emoticon: fix getEmoticonList() error (6c8f934)
  • parseMessage: fix emoticon parse (3cf0d6d)

Release 0.6.0

06 Aug 15:11
bc77285
Compare
Choose a tag to compare

0.6.0 (2023-08-06)

Features

  • support strict emoticon mode (a19000e)

Bug Fixes

Release 0.5.1

24 Jul 07:38
50ac4f1
Compare
Choose a tag to compare

0.5.1 (2023-07-24)

Bug Fixes

Release 0.5.0

24 Jul 07:17
94092e1
Compare
Choose a tag to compare

0.5.0 (2023-07-24)

Features

  • add config verifyCallback (b678175)

Bug Fixes

Release 0.4.1

22 Jul 07:12
c6bf934
Compare
Choose a tag to compare

0.4.1 (2023-07-22)

Bug Fixes

  • fix image parse error (7d1f006)
  • messanger: allow non-standard public key (f22e9d1)

Release 0.4.0

20 Jul 16:33
a62fa90
Compare
Choose a tag to compare

0.4.0 (2023-07-20)

⚠ BREAKING CHANGES

  • mark pubKey as required config

Features

  • add public key import cache (1888535)
  • mark pubKey as required config (d24aa4a)
  • support callback signature verfiry (bc4836a)
  • support image transfer (94a365a)
  • support new API auth method (584026d)

Bug Fixes

Release 0.3.0

08 Jul 16:32
397939f
Compare
Choose a tag to compare

0.3.0 (2023-07-08)

⚠ BREAKING CHANGES

  • use '~' as splitter of msgId and channelId
  • add villa id to channelId
  • add timestamp to message id

Features

  • add timestamp to message id (b3cc6f1)
  • add villa id to channelId (fd38b22)
  • support delete message (53f81f6)
  • support parsing quote info (f403896)
  • support reaction (bb36838)
  • use '~' as splitter of msgId and channelId (8c4c71a)