Releases: DreamOfIce/koishi-plugin-adapter-villa
Releases · DreamOfIce/koishi-plugin-adapter-villa
Release 0.7.0
0.7.0 (2023-10-08)
⚠ BREAKING CHANGES
Features
Release 0.6.3
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
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
0.6.1 (2023-08-06)
Bug Fixes
- emoticon: fix getEmoticonList() error (6c8f934)
- parseMessage: fix emoticon parse (3cf0d6d)
Release 0.6.0
0.6.0 (2023-08-06)
Features
- support strict emoticon mode (a19000e)
Bug Fixes
Release 0.5.1
0.5.1 (2023-07-24)
Bug Fixes
Release 0.5.0
0.5.0 (2023-07-24)
Features
- add config
verifyCallback
(b678175)
Bug Fixes
Release 0.4.1
0.4.1 (2023-07-22)
Bug Fixes
- fix image parse error (7d1f006)
- messanger: allow non-standard public key (f22e9d1)
Release 0.4.0
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
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)