node-karin 0.12.1 → 0.12.2-5.pr.206.027f2f2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/CHANGELOG.md +1029 -0
  2. package/default/comment/config.json +34 -0
  3. package/default/comment/friendDirect.json +10 -0
  4. package/default/comment/groupGuild.json +11 -0
  5. package/default/comment/server.json +17 -0
  6. package/default/config/adapter.json +28 -0
  7. package/default/config/config.json +47 -0
  8. package/default/config/groups.json +47 -0
  9. package/default/config/groups.yaml +70 -0
  10. package/default/config/pm2.json +16 -0
  11. package/default/config/privates.json +23 -0
  12. package/default/config/privates.yaml +31 -0
  13. package/default/config/redis.json +10 -0
  14. package/default/config/render.json +19 -0
  15. package/default/view/group.yaml +73 -0
  16. package/dist/index.d.ts +9869 -0
  17. package/dist/index.js +12643 -0
  18. package/dist/module/art-template.cjs +11 -0
  19. package/dist/module/art-template.d.ts +1 -0
  20. package/dist/module/axios.cjs +22 -0
  21. package/dist/module/axios.d.ts +2 -0
  22. package/dist/module/chalk.cjs +22 -0
  23. package/dist/module/chalk.d.ts +2 -0
  24. package/dist/module/chokidar.cjs +22 -0
  25. package/dist/module/chokidar.d.ts +2 -0
  26. package/dist/module/commander.cjs +35 -0
  27. package/dist/module/commander.d.ts +3 -0
  28. package/dist/module/commander.js +3 -0
  29. package/dist/module/dotenv.cjs +22 -0
  30. package/dist/module/dotenv.d.ts +2 -0
  31. package/dist/module/dotenv.js +2 -0
  32. package/dist/module/express.cjs +112 -0
  33. package/dist/module/express.d.ts +1 -0
  34. package/dist/module/express.js +1 -0
  35. package/dist/module/level.cjs +22 -0
  36. package/dist/module/level.d.ts +2 -0
  37. package/dist/module/lodash.cjs +11 -0
  38. package/dist/module/lodash.d.ts +1 -0
  39. package/dist/module/log4js.cjs +22 -0
  40. package/dist/module/log4js.d.ts +2 -0
  41. package/dist/module/moment.cjs +11 -0
  42. package/dist/module/moment.d.ts +1 -0
  43. package/dist/module/node-schedule.cjs +22 -0
  44. package/dist/module/node-schedule.d.ts +2 -0
  45. package/dist/module/redis.cjs +22 -0
  46. package/dist/module/redis.d.ts +2 -0
  47. package/dist/module/ws.cjs +28 -0
  48. package/dist/module/ws.d.ts +1 -0
  49. package/dist/module/ws.js +1 -0
  50. package/dist/module/yaml.cjs +22 -0
  51. package/dist/module/yaml.d.ts +2 -0
  52. package/dist/root.d.ts +40 -0
  53. package/dist/root.js +44 -0
  54. package/package.json +142 -127
  55. package/LICENSE +0 -674
  56. package/README.md +0 -56
  57. package/config/defSet/App.yaml +0 -42
  58. package/config/defSet/config.yaml +0 -65
  59. package/config/defSet/group.yaml +0 -56
  60. package/config/defSet/pm2.yaml +0 -21
  61. package/config/defSet/redis.yaml +0 -18
  62. package/config/defSet/server.yaml +0 -42
  63. package/config/view/group.yaml +0 -92
  64. package/lib/adapter/index.d.ts +0 -2
  65. package/lib/adapter/index.js +0 -2
  66. package/lib/adapter/input/index.d.ts +0 -78
  67. package/lib/adapter/input/index.js +0 -205
  68. package/lib/adapter/onebot/11/convert.d.ts +0 -12
  69. package/lib/adapter/onebot/11/convert.js +0 -167
  70. package/lib/adapter/onebot/11/event.d.ts +0 -25
  71. package/lib/adapter/onebot/11/event.js +0 -442
  72. package/lib/adapter/onebot/11/index.d.ts +0 -508
  73. package/lib/adapter/onebot/11/index.js +0 -1047
  74. package/lib/cli/index.d.ts +0 -92
  75. package/lib/cli/index.js +0 -307
  76. package/lib/cli/init.d.ts +0 -2
  77. package/lib/cli/init.js +0 -22
  78. package/lib/cli/karin.d.ts +0 -2
  79. package/lib/cli/karin.js +0 -16
  80. package/lib/cli/pkg.d.ts +0 -4
  81. package/lib/cli/pkg.js +0 -14
  82. package/lib/cli/start.d.ts +0 -1
  83. package/lib/cli/start.js +0 -8
  84. package/lib/core/index.d.ts +0 -10
  85. package/lib/core/index.js +0 -10
  86. package/lib/core/init/config.d.ts +0 -43
  87. package/lib/core/init/config.js +0 -201
  88. package/lib/core/init/dir.d.ts +0 -4
  89. package/lib/core/init/dir.js +0 -7
  90. package/lib/core/init/init.d.ts +0 -1
  91. package/lib/core/init/init.js +0 -47
  92. package/lib/core/karin/karin.d.ts +0 -198
  93. package/lib/core/karin/karin.js +0 -226
  94. package/lib/core/listener/listener.d.ts +0 -145
  95. package/lib/core/listener/listener.js +0 -235
  96. package/lib/core/plugin/base.d.ts +0 -156
  97. package/lib/core/plugin/base.js +0 -131
  98. package/lib/core/plugin/loader.d.ts +0 -141
  99. package/lib/core/plugin/loader.js +0 -618
  100. package/lib/core/process/process.d.ts +0 -18
  101. package/lib/core/process/process.js +0 -96
  102. package/lib/core/server/server.d.ts +0 -25
  103. package/lib/core/server/server.js +0 -295
  104. package/lib/db/index.d.ts +0 -2
  105. package/lib/db/index.js +0 -2
  106. package/lib/db/level/level.d.ts +0 -19
  107. package/lib/db/level/level.js +0 -36
  108. package/lib/db/redis/redis.d.ts +0 -2
  109. package/lib/db/redis/redis.js +0 -135
  110. package/lib/db/redis/redis_level.d.ts +0 -112
  111. package/lib/db/redis/redis_level.js +0 -281
  112. package/lib/event/handler/base.d.ts +0 -42
  113. package/lib/event/handler/base.js +0 -200
  114. package/lib/event/handler/message.d.ts +0 -25
  115. package/lib/event/handler/message.js +0 -302
  116. package/lib/event/handler/notice.d.ts +0 -18
  117. package/lib/event/handler/notice.js +0 -214
  118. package/lib/event/handler/request.d.ts +0 -18
  119. package/lib/event/handler/request.js +0 -115
  120. package/lib/event/handler/review.d.ts +0 -55
  121. package/lib/event/handler/review.js +0 -386
  122. package/lib/event/index.d.ts +0 -5
  123. package/lib/event/index.js +0 -5
  124. package/lib/index.d.ts +0 -8
  125. package/lib/index.js +0 -8
  126. package/lib/modules/art-template.d.ts +0 -1
  127. package/lib/modules/axios.d.ts +0 -2
  128. package/lib/modules/chalk.d.ts +0 -2
  129. package/lib/modules/chokidar.d.ts +0 -2
  130. package/lib/modules/commander.d.ts +0 -2
  131. package/lib/modules/commander.js +0 -2
  132. package/lib/modules/express.d.ts +0 -3
  133. package/lib/modules/express.js +0 -3
  134. package/lib/modules/level.d.ts +0 -2
  135. package/lib/modules/lodash.d.ts +0 -1
  136. package/lib/modules/log4js.d.ts +0 -2
  137. package/lib/modules/moment.d.ts +0 -1
  138. package/lib/modules/node-schedule.d.ts +0 -2
  139. package/lib/modules/redis.d.ts +0 -2
  140. package/lib/modules/ws.d.ts +0 -3
  141. package/lib/modules/ws.js +0 -3
  142. package/lib/modules/yaml.d.ts +0 -2
  143. package/lib/modules.d.ts +0 -15
  144. package/lib/modules.js +0 -15
  145. package/lib/render/app.d.ts +0 -56
  146. package/lib/render/app.js +0 -120
  147. package/lib/render/base.d.ts +0 -30
  148. package/lib/render/base.js +0 -69
  149. package/lib/render/client.d.ts +0 -41
  150. package/lib/render/client.js +0 -238
  151. package/lib/render/http.d.ts +0 -19
  152. package/lib/render/http.js +0 -50
  153. package/lib/render/index.d.ts +0 -6
  154. package/lib/render/index.js +0 -6
  155. package/lib/render/server.d.ts +0 -25
  156. package/lib/render/server.js +0 -101
  157. package/lib/render/wormhole.d.ts +0 -1
  158. package/lib/render/wormhole.js +0 -156
  159. package/lib/types/adapter/api.d.ts +0 -399
  160. package/lib/types/adapter/api.js +0 -1
  161. package/lib/types/adapter/base.d.ts +0 -560
  162. package/lib/types/adapter/base.js +0 -1
  163. package/lib/types/config/config.d.ts +0 -379
  164. package/lib/types/config/config.js +0 -1
  165. package/lib/types/element/element.d.ts +0 -565
  166. package/lib/types/element/element.js +0 -1
  167. package/lib/types/element/qqbot.d.ts +0 -123
  168. package/lib/types/element/qqbot.js +0 -1
  169. package/lib/types/event/contact.d.ts +0 -28
  170. package/lib/types/event/contact.js +0 -1
  171. package/lib/types/event/event.d.ts +0 -305
  172. package/lib/types/event/event.js +0 -1
  173. package/lib/types/event/index.d.ts +0 -12
  174. package/lib/types/event/index.js +0 -7
  175. package/lib/types/event/message.d.ts +0 -109
  176. package/lib/types/event/message.js +0 -74
  177. package/lib/types/event/notice.d.ts +0 -513
  178. package/lib/types/event/notice.js +0 -52
  179. package/lib/types/event/reply.d.ts +0 -50
  180. package/lib/types/event/reply.js +0 -1
  181. package/lib/types/event/request.d.ts +0 -126
  182. package/lib/types/event/request.js +0 -52
  183. package/lib/types/event/sender.d.ts +0 -44
  184. package/lib/types/event/sender.js +0 -1
  185. package/lib/types/index.d.ts +0 -13
  186. package/lib/types/index.js +0 -13
  187. package/lib/types/logger/logger.d.ts +0 -110
  188. package/lib/types/logger/logger.js +0 -1
  189. package/lib/types/onebot11/api.d.ts +0 -53
  190. package/lib/types/onebot11/api.js +0 -1
  191. package/lib/types/onebot11/event.d.ts +0 -619
  192. package/lib/types/onebot11/event.js +0 -2
  193. package/lib/types/onebot11/index.d.ts +0 -6
  194. package/lib/types/onebot11/index.js +0 -6
  195. package/lib/types/onebot11/params.d.ts +0 -609
  196. package/lib/types/onebot11/params.js +0 -1
  197. package/lib/types/onebot11/response.d.ts +0 -516
  198. package/lib/types/onebot11/response.js +0 -1
  199. package/lib/types/onebot11/segment.d.ts +0 -269
  200. package/lib/types/onebot11/segment.js +0 -1
  201. package/lib/types/onebot11/sender.d.ts +0 -59
  202. package/lib/types/onebot11/sender.js +0 -1
  203. package/lib/types/plugin/app.d.ts +0 -71
  204. package/lib/types/plugin/app.js +0 -1
  205. package/lib/types/plugin/plugin.d.ts +0 -473
  206. package/lib/types/plugin/plugin.js +0 -1
  207. package/lib/types/render/render.d.ts +0 -118
  208. package/lib/types/render/render.js +0 -1
  209. package/lib/types/type/global.d.ts +0 -25
  210. package/lib/types/type/global.js +0 -1
  211. package/lib/utils/common/common.d.ts +0 -236
  212. package/lib/utils/common/common.js +0 -708
  213. package/lib/utils/config/config.d.ts +0 -193
  214. package/lib/utils/config/config.js +0 -328
  215. package/lib/utils/config/updateVersion.d.ts +0 -33
  216. package/lib/utils/config/updateVersion.js +0 -145
  217. package/lib/utils/config/yamlEditor.d.ts +0 -101
  218. package/lib/utils/config/yamlEditor.js +0 -330
  219. package/lib/utils/core/handler.d.ts +0 -18
  220. package/lib/utils/core/handler.js +0 -46
  221. package/lib/utils/core/logger.d.ts +0 -3
  222. package/lib/utils/core/logger.js +0 -105
  223. package/lib/utils/core/segment.d.ts +0 -279
  224. package/lib/utils/core/segment.js +0 -451
  225. package/lib/utils/index.d.ts +0 -13
  226. package/lib/utils/index.js +0 -13
  227. package/lib/utils/tools/button.d.ts +0 -2
  228. package/lib/utils/tools/button.js +0 -27
  229. package/lib/utils/tools/exec.d.ts +0 -20
  230. package/lib/utils/tools/exec.js +0 -54
  231. package/lib/utils/tools/ffmpeg.d.ts +0 -12
  232. package/lib/utils/tools/ffmpeg.js +0 -25
  233. package/lib/utils/tools/restart.d.ts +0 -15
  234. package/lib/utils/tools/restart.js +0 -39
  235. package/lib/utils/tools/stop.d.ts +0 -7
  236. package/lib/utils/tools/stop.js +0 -13
  237. package/lib/utils/tools/update.d.ts +0 -67
  238. package/lib/utils/tools/update.js +0 -151
  239. /package/{config → default}/view/App.yaml +0 -0
  240. /package/{config → default}/view/config.yaml +0 -0
  241. /package/{config → default}/view/pm2.yaml +0 -0
  242. /package/{config → default}/view/redis.yaml +0 -0
  243. /package/{config → default}/view/server.yaml +0 -0
  244. /package/{lib/modules → dist/module}/art-template.js +0 -0
  245. /package/{lib/modules → dist/module}/axios.js +0 -0
  246. /package/{lib/modules → dist/module}/chalk.js +0 -0
  247. /package/{lib/modules → dist/module}/chokidar.js +0 -0
  248. /package/{lib/modules → dist/module}/level.js +0 -0
  249. /package/{lib/modules → dist/module}/lodash.js +0 -0
  250. /package/{lib/modules → dist/module}/log4js.js +0 -0
  251. /package/{lib/modules → dist/module}/moment.js +0 -0
  252. /package/{lib/modules → dist/module}/node-schedule.js +0 -0
  253. /package/{lib/modules → dist/module}/redis.js +0 -0
  254. /package/{lib/modules → dist/module}/yaml.js +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1029 @@
1
+ # 更新日志
2
+
3
+ ## [0.12.17](https://github.com/KarinJS/Karin/compare/v0.12.16...v0.12.17) (2024-10-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 我也不想水啊...但是他没pr? ([88d4d5b](https://github.com/KarinJS/Karin/commit/88d4d5bc59dfbe6420d4623a706e865ff5397a85))
9
+
10
+ ## [0.12.16](https://github.com/KarinJS/Karin/compare/v0.12.15...v0.12.16) (2024-10-06)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * 增加`yaml.read` `yaml.save` ([46021f6](https://github.com/KarinJS/Karin/commit/46021f6c17579483f955bfd974e64f187228f08f))
16
+
17
+ ## [0.12.15](https://github.com/KarinJS/Karin/compare/v0.12.14...v0.12.15) (2024-10-05)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * close [#182](https://github.com/KarinJS/Karin/issues/182) 优化部分变量名称 ([58932bc](https://github.com/KarinJS/Karin/commit/58932bc3995b21270be7924143f864434a61dab1))
23
+ * close [#183](https://github.com/KarinJS/Karin/issues/183) ([5b64fc5](https://github.com/KarinJS/Karin/commit/5b64fc509248432ad85dc7ab35906835a72f2835))
24
+ * todo ([e90f6b1](https://github.com/KarinJS/Karin/commit/e90f6b1a4a850a5ac9117b7bc92ef8a316776194))
25
+
26
+ ## [0.12.14](https://github.com/KarinJS/Karin/compare/v0.12.13...v0.12.14) (2024-09-15)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * del postinstall ([35d8097](https://github.com/KarinJS/Karin/commit/35d8097ee76f4d873808c8ffca4cef9835ab1527))
32
+ * 中间键返回错误 ([bea9870](https://github.com/KarinJS/Karin/commit/bea98701b1fc2c6a8046eff3ec4833d2b3913627))
33
+
34
+ ## [0.12.13](https://github.com/KarinJS/Karin/compare/v0.12.12...v0.12.13) (2024-09-15)
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * postinstall ([7e5dba2](https://github.com/KarinJS/Karin/commit/7e5dba27714cc8b03c144320d7cdb74c6968a40c))
40
+
41
+ ## [0.12.12](https://github.com/KarinJS/Karin/compare/v0.12.11...v0.12.12) (2024-09-15)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * test postinstall ([3fe7c96](https://github.com/KarinJS/Karin/commit/3fe7c967b2e830aba67b450777b14838925ee92e))
47
+ * 生成.npmrc ([729d725](https://github.com/KarinJS/Karin/commit/729d725baf5e9903fc24b03b5f9f59c1f598b658))
48
+
49
+ ## [0.12.11](https://github.com/KarinJS/Karin/compare/v0.12.10...v0.12.11) (2024-09-15)
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * 优化部分类型定义 ([4de3ae7](https://github.com/KarinJS/Karin/commit/4de3ae7a2b1e635a00fbe0bfa01dbbebc26e3e65))
55
+ * 修正`node .`无法启动的问题 ([f3760df](https://github.com/KarinJS/Karin/commit/f3760dfbb4832af976982441602d2fcd3556cb09))
56
+
57
+ ## [0.12.10](https://github.com/KarinJS/Karin/compare/v0.12.9...v0.12.10) (2024-09-14)
58
+
59
+
60
+ ### Bug Fixes
61
+
62
+ * 修正合并转发中间件获取上下文错误 ([324b11c](https://github.com/KarinJS/Karin/commit/324b11c24b0c0aa6649d955d64a7ac32f5b9f37b))
63
+
64
+ ## [0.12.9](https://github.com/KarinJS/Karin/compare/v0.12.8...v0.12.9) (2024-09-14)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * 中间件类型 ([1a4e2c1](https://github.com/KarinJS/Karin/commit/1a4e2c1e716bce99407fd0dea73cdb336d677b25))
70
+
71
+ ## [0.12.8](https://github.com/KarinJS/Karin/compare/v0.12.7...v0.12.8) (2024-09-14)
72
+
73
+
74
+ ### Bug Fixes
75
+
76
+ * sendForwardMessage ([e283eb6](https://github.com/KarinJS/Karin/commit/e283eb634b820793739682c32b3610476fddc940))
77
+
78
+ ## [0.12.7](https://github.com/KarinJS/Karin/compare/v0.12.6...v0.12.7) (2024-09-14)
79
+
80
+
81
+ ### Bug Fixes
82
+
83
+ * 修正cli ([4214f07](https://github.com/KarinJS/Karin/commit/4214f07a234d50d517a9d53898e7d1ad102660c4))
84
+
85
+ ## [0.12.6](https://github.com/KarinJS/Karin/compare/v0.12.5...v0.12.6) (2024-09-14)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * 修正读取自定义配置 ([00ba404](https://github.com/KarinJS/Karin/commit/00ba4045a09ea9147bdcdda24c702c92856e8b53))
91
+
92
+ ## [0.12.5](https://github.com/KarinJS/Karin/compare/v0.12.4...v0.12.5) (2024-09-12)
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * build error ([92bb5e3](https://github.com/KarinJS/Karin/commit/92bb5e302f26873dbaaa3bd279b9573033aab4f8))
98
+
99
+ ## [0.12.4](https://github.com/KarinJS/Karin/compare/v0.12.3...v0.12.4) (2024-09-12)
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * close [#157](https://github.com/KarinJS/Karin/issues/157) ([76aaa47](https://github.com/KarinJS/Karin/commit/76aaa476ea30170f8f023655c5a4f36d9e3c5f70))
105
+ * close [#162](https://github.com/KarinJS/Karin/issues/162) ([7e9ac29](https://github.com/KarinJS/Karin/commit/7e9ac29d1668d13f7d233ebd4c16f99e520cced2))
106
+ * close [#164](https://github.com/KarinJS/Karin/issues/164) ([ee71426](https://github.com/KarinJS/Karin/commit/ee7142610f2f1ee04e540cc51e399adba768a2cc))
107
+
108
+ ## [0.12.3](https://github.com/KarinJS/Karin/compare/v0.12.2...v0.12.3) (2024-09-12)
109
+
110
+
111
+ ### Bug Fixes
112
+
113
+ * close [#153](https://github.com/KarinJS/Karin/issues/153) [#156](https://github.com/KarinJS/Karin/issues/156) [#152](https://github.com/KarinJS/Karin/issues/152) ([8447b93](https://github.com/KarinJS/Karin/commit/8447b93b0e9d7f992a310c9bb4bbd1fd5f9ae0a6))
114
+ * store ([6f7bda3](https://github.com/KarinJS/Karin/commit/6f7bda3b4592059cede1505da95b88d1f46face0))
115
+
116
+ ## [0.12.2](https://github.com/KarinJS/Karin/compare/v0.12.1...v0.12.2) (2024-08-27)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * fix [#151](https://github.com/KarinJS/Karin/issues/151) ([a5af5a9](https://github.com/KarinJS/Karin/commit/a5af5a9d668d2f79157a378e5f9d32b0e0c29074))
122
+ * fix [#159](https://github.com/KarinJS/Karin/issues/159) ([a3f885f](https://github.com/KarinJS/Karin/commit/a3f885fc60af5721699952ff108239c675bb8afb))
123
+ * fix 158 ([64bda4c](https://github.com/KarinJS/Karin/commit/64bda4c914b86b59c29333621a5a78b1ca6ee5f6))
124
+
125
+ ## [0.12.1](https://github.com/KarinJS/Karin/compare/v0.12.0...v0.12.1) (2024-08-26)
126
+
127
+
128
+ ### Bug Fixes
129
+
130
+ * 多余的依赖 ([7fe7942](https://github.com/KarinJS/Karin/commit/7fe79421ce4f3c846b751447e3cd6e14cfaa56e1))
131
+
132
+ ## [0.12.0](https://github.com/KarinJS/Karin/compare/v0.11.15...v0.12.0) (2024-08-25)
133
+
134
+
135
+ ### Features
136
+
137
+ * 为渲染ws正向添加渲染器协议、短连接模式支持 ([813c9f8](https://github.com/KarinJS/Karin/commit/813c9f88f4fa94ae4b61f76309c185f1774cdcd8))
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * [@types](https://github.com/types) ([77895ae](https://github.com/KarinJS/Karin/commit/77895aed28d9805be818ba58195521f4a07ca3ae))
143
+ * 前台重启无反应 ([ea52396](https://github.com/KarinJS/Karin/commit/ea52396fae2fe9c09b4209dff25808aae4c0ba8f))
144
+
145
+
146
+ ### Performance Improvements
147
+
148
+ * 优化axios封装错误提示 ([abd33a8](https://github.com/KarinJS/Karin/commit/abd33a8c008ebd38329ce8321c35fcae866285ed))
149
+
150
+ ## [0.11.15](https://github.com/KarinJS/Karin/compare/v0.11.14...v0.11.15) (2024-08-21)
151
+
152
+
153
+ ### Bug Fixes
154
+
155
+ * [#124](https://github.com/KarinJS/Karin/issues/124) [#121](https://github.com/KarinJS/Karin/issues/121) ([c64366f](https://github.com/KarinJS/Karin/commit/c64366fde38d2272a30aa72be3e1f5bf599d2df7))
156
+
157
+ ## [0.11.14](https://github.com/KarinJS/Karin/compare/v0.11.13...v0.11.14) (2024-08-18)
158
+
159
+
160
+ ### Bug Fixes
161
+
162
+ * cfg ([4f9a56f](https://github.com/KarinJS/Karin/commit/4f9a56f06a8bcb6fcca9ddc763bbbc98438808ba))
163
+ * start显示版本 ([c823f59](https://github.com/KarinJS/Karin/commit/c823f59307099029c9a228265060afc70a79d823))
164
+ * 关闭、启动 过快 ([00c5fa7](https://github.com/KarinJS/Karin/commit/00c5fa7fd40e36f864685e968ec25a70c1adbf52))
165
+
166
+ ## [0.11.13](https://github.com/KarinJS/Karin/compare/v0.11.12...v0.11.13) (2024-08-17)
167
+
168
+
169
+ ### Bug Fixes
170
+
171
+ * 解析`package.json`失败加载错误 ([f539bf1](https://github.com/KarinJS/Karin/commit/f539bf1771bff3327d1523e707e37cb6f06a5495))
172
+
173
+ ## [0.11.12](https://github.com/KarinJS/Karin/compare/v0.11.11...v0.11.12) (2024-08-17)
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * level ([c9cd987](https://github.com/KarinJS/Karin/commit/c9cd98738b0f7c7fa60bf87294f31d1e54b4ad64))
179
+
180
+ ## [0.11.11](https://github.com/KarinJS/Karin/compare/v0.11.10...v0.11.11) (2024-08-16)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * close [#73](https://github.com/KarinJS/Karin/issues/73) [#120](https://github.com/KarinJS/Karin/issues/120) ([282ae6e](https://github.com/KarinJS/Karin/commit/282ae6e6b18feba0221023538424d63b77f7fad1))
186
+
187
+ ## [0.11.10](https://github.com/KarinJS/Karin/compare/v0.11.9...v0.11.10) (2024-08-15)
188
+
189
+
190
+ ### Bug Fixes
191
+
192
+ * pr ci ([b34b077](https://github.com/KarinJS/Karin/commit/b34b077c4cbc34a1bbbfa28ddee8203645085489))
193
+ * test ([#138](https://github.com/KarinJS/Karin/issues/138)) ([e8798f5](https://github.com/KarinJS/Karin/commit/e8798f59d62d6e75218ce02f3b796c611557b536))
194
+
195
+ ## [0.11.9](https://github.com/KarinJS/Karin/compare/v0.11.8...v0.11.9) (2024-08-15)
196
+
197
+
198
+ ### Bug Fixes
199
+
200
+ * 删除对等依赖 开发依赖(`pnpm的包管理器会自动安装对等依赖`) ([b600f15](https://github.com/KarinJS/Karin/commit/b600f15f0d9e32aa8bf1d104cdbb09673e63e50f))
201
+
202
+ ## [0.11.8](https://github.com/KarinJS/Karin/compare/v0.11.7...v0.11.8) (2024-08-15)
203
+
204
+
205
+ ### Bug Fixes
206
+
207
+ * no-peer-deps ([7b14d41](https://github.com/KarinJS/Karin/commit/7b14d41b699bc4527aa47048bf0895a26fb8c6b5))
208
+
209
+ ## [0.11.7](https://github.com/KarinJS/Karin/compare/v0.11.6...v0.11.7) (2024-08-15)
210
+
211
+
212
+ ### Bug Fixes
213
+
214
+ * 对等依赖 ([ed26b69](https://github.com/KarinJS/Karin/commit/ed26b69c943871d306d28664557b2ad6b915a2cb))
215
+
216
+ ## [0.11.6](https://github.com/KarinJS/Karin/compare/v0.11.5...v0.11.6) (2024-08-14)
217
+
218
+
219
+ ### Bug Fixes
220
+
221
+ * fix [#130](https://github.com/KarinJS/Karin/issues/130) ([8ab7a71](https://github.com/KarinJS/Karin/commit/8ab7a71463c84f5f69ab9d8cf6c41bf5bbbb399a))
222
+ * fix [#131](https://github.com/KarinJS/Karin/issues/131) ([76b789d](https://github.com/KarinJS/Karin/commit/76b789dd966c2c17479afe52d6f9d368900d1bee))
223
+
224
+ ## [0.11.5](https://github.com/KarinJS/Karin/compare/v0.11.4...v0.11.5) (2024-08-13)
225
+
226
+
227
+ ### Bug Fixes
228
+
229
+ * close [#123](https://github.com/KarinJS/Karin/issues/123) ([707c3c0](https://github.com/KarinJS/Karin/commit/707c3c0081ac1df04dc22c88c72c6f210e76a224))
230
+ * 修正中间件 修正`npx init` ([e6395f7](https://github.com/KarinJS/Karin/commit/e6395f75559c3a98d685b81b589f957542562676))
231
+ * 更新axios依赖 ([d26da74](https://github.com/KarinJS/Karin/commit/d26da74e82f04dfeb32c192bddc8cd6afac69b76))
232
+
233
+ ## [0.11.4](https://github.com/KarinJS/Karin/compare/v0.11.3...v0.11.4) (2024-08-12)
234
+
235
+
236
+ ### Bug Fixes
237
+
238
+ * notice log ([3bec558](https://github.com/KarinJS/Karin/commit/3bec558375da5a16dc73924f2e8ea990d36ac826))
239
+ * plugin return false ([#127](https://github.com/KarinJS/Karin/issues/127)) ([0e0c172](https://github.com/KarinJS/Karin/commit/0e0c172fb9e40ff454223278df51d3f335046bfd))
240
+
241
+ ## [0.11.3](https://github.com/KarinJS/Karin/compare/v0.11.2...v0.11.3) (2024-08-12)
242
+
243
+
244
+ ### Bug Fixes
245
+
246
+ * add at name ([921e648](https://github.com/KarinJS/Karin/commit/921e648937839ee86f8c8f86acb2b7e4c8521ff9))
247
+ * Error loading npm entry ([3f3aad9](https://github.com/KarinJS/Karin/commit/3f3aad91a646e382754e7be16de3d89887ba6a28))
248
+
249
+ ## [0.11.2](https://github.com/KarinJS/Karin/compare/v0.11.1...v0.11.2) (2024-08-12)
250
+
251
+
252
+ ### Bug Fixes
253
+
254
+ * 修正class 类型错误 ([edc4a78](https://github.com/KarinJS/Karin/commit/edc4a78a174f32530a2ff89227de896b01ef6ed6))
255
+
256
+ ## [0.11.1](https://github.com/KarinJS/Karin/compare/v0.11.0...v0.11.1) (2024-08-12)
257
+
258
+
259
+ ### Bug Fixes
260
+
261
+ * getCD ([1bcabb0](https://github.com/KarinJS/Karin/commit/1bcabb0af96763ed890683be8f9e604a1f7057b5))
262
+ * 加载入口文件错误 ([d307148](https://github.com/KarinJS/Karin/commit/d3071484224c50fe6d046813b181d1d5ac2e94e9))
263
+
264
+ ## [0.11.0](https://github.com/KarinJS/Karin/compare/v0.10.7...v0.11.0) (2024-08-12)
265
+
266
+
267
+ ### Features
268
+
269
+ * 初步添加中间件函数 ([eacd965](https://github.com/KarinJS/Karin/commit/eacd96572a05619391af2db6bb1cedd825eaeaf7))
270
+
271
+
272
+ ### Bug Fixes
273
+
274
+ * 补充调用 ([6086bbd](https://github.com/KarinJS/Karin/commit/6086bbd19ad3d75b843aa8e27c14c61c0d1c6039))
275
+
276
+ ## [0.10.7](https://github.com/KarinJS/Karin/compare/v0.10.6...v0.10.7) (2024-08-10)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * export Listeners Class ([d3a7037](https://github.com/KarinJS/Karin/commit/d3a7037dadf5b970ecd1f0f4c52d13d102c60b3f))
282
+
283
+ ## [0.10.6](https://github.com/KarinJS/Karin/compare/v0.10.5...v0.10.6) (2024-08-09)
284
+
285
+
286
+ ### Bug Fixes
287
+
288
+ * fix [#105](https://github.com/KarinJS/Karin/issues/105) ([effbb45](https://github.com/KarinJS/Karin/commit/effbb455505082724ca6b586104ee39fd43c6c96))
289
+ * fix [#110](https://github.com/KarinJS/Karin/issues/110) 适配qqbot ([8184e1e](https://github.com/KarinJS/Karin/commit/8184e1ebd6430862acb044d8d0384445af2324f3))
290
+
291
+ ## [0.10.5](https://github.com/KarinJS/Karin/compare/v0.10.4...v0.10.5) (2024-08-07)
292
+
293
+
294
+ ### Bug Fixes
295
+
296
+ * add yamlEditor remove ([e12c05b](https://github.com/KarinJS/Karin/commit/e12c05b23139402308315255b4e31aa215db22e0))
297
+
298
+ ## [0.10.4](https://github.com/KarinJS/Karin/compare/v0.10.3...v0.10.4) (2024-08-05)
299
+
300
+
301
+ ### Bug Fixes
302
+
303
+ * 好嘛 我是笨比 ([ecd5e67](https://github.com/KarinJS/Karin/commit/ecd5e67593a785786f761fc1b2fbbd0301d443e8))
304
+
305
+ ## [0.10.3](https://github.com/KarinJS/Karin/compare/v0.10.2...v0.10.3) (2024-08-05)
306
+
307
+
308
+ ### Bug Fixes
309
+
310
+ * 修正混乱的导入 ([8756504](https://github.com/KarinJS/Karin/commit/8756504da2128c21a0ac870a731eae434c0f7825))
311
+
312
+ ## [0.10.2](https://github.com/KarinJS/Karin/compare/v0.10.1...v0.10.2) (2024-08-05)
313
+
314
+
315
+ ### Bug Fixes
316
+
317
+ * 修正group配置缓存解构错误 ([b811050](https://github.com/KarinJS/Karin/commit/b811050e2d940bf09d69512efc27bd23be0488f7))
318
+
319
+ ## [0.10.1](https://github.com/KarinJS/Karin/compare/v0.10.0...v0.10.1) (2024-08-05)
320
+
321
+
322
+ ### Performance Improvements
323
+
324
+ * 优化文件结构 ([500d093](https://github.com/KarinJS/Karin/commit/500d0937ab7e30d6ccac5d0558be7df6d371bba3))
325
+
326
+ ## [0.10.0](https://github.com/KarinJS/Karin/compare/v0.9.0...v0.10.0) (2024-08-04)
327
+
328
+
329
+ ### Features
330
+
331
+ * 新增ws渲染缓存验证 ([9fbf39c](https://github.com/KarinJS/Karin/commit/9fbf39c24384add89ef9c3e6edfb3282ce077bac))
332
+ * 新增基于ws渲染的渲染时连接模式(未应用在当前渲染器中) ([163833f](https://github.com/KarinJS/Karin/commit/163833f066da233db36257dfee48d601f864e0bf))
333
+
334
+
335
+ ### Bug Fixes
336
+
337
+ * review ([81997e6](https://github.com/KarinJS/Karin/commit/81997e68cc2a1a9db7d7fca99a1f7a8a8562676f))
338
+ * 拓展GroupMemberInfo接口 补充确实的role字段 ([e449ae1](https://github.com/KarinJS/Karin/commit/e449ae1c9213e09219c749bd3b58462e5b0007a2))
339
+ * 状态 ([71ed3be](https://github.com/KarinJS/Karin/commit/71ed3bee2aa493de86a68f51fb28c5b679d0704c))
340
+
341
+ ## [0.9.0](https://github.com/KarinJS/Karin/compare/v0.8.14...v0.9.0) (2024-08-01)
342
+
343
+
344
+ ### Features
345
+
346
+ * 新增标准输入为默认主人 ([13392b3](https://github.com/KarinJS/Karin/commit/13392b3cff5d248cac4b01183d2010acaf327a7f))
347
+
348
+ ## [0.8.14](https://github.com/KarinJS/Karin/compare/v0.8.13...v0.8.14) (2024-07-31)
349
+
350
+
351
+ ### Bug Fixes
352
+
353
+ * 不发送超过2分钟的重启记录 ([e07f481](https://github.com/KarinJS/Karin/commit/e07f481b227199613cf31c54cb841340e56c7655))
354
+
355
+ ## [0.8.13](https://github.com/KarinJS/Karin/compare/v0.8.12...v0.8.13) (2024-07-31)
356
+
357
+
358
+ ### Bug Fixes
359
+
360
+ * add karin.accept ([864a927](https://github.com/KarinJS/Karin/commit/864a9275cffd672d21d145c0d8e758f75e3884af))
361
+ * error ([8b4f6e7](https://github.com/KarinJS/Karin/commit/8b4f6e7641675a705e39d682a9b3efab77b790f8))
362
+ * ipc管道建立连接错误 ([2e171b4](https://github.com/KarinJS/Karin/commit/2e171b493bdd02eae5173e70586ed6d5fef4eddf))
363
+ * 修复上线通知 ([531a025](https://github.com/KarinJS/Karin/commit/531a025a89e3a4887b59be9a20229319d90b2cdd))
364
+
365
+ ## [0.8.12](https://github.com/KarinJS/Karin/compare/v0.8.11...v0.8.12) (2024-07-30)
366
+
367
+
368
+ ### Bug Fixes
369
+
370
+ * build error ([d004ddb](https://github.com/KarinJS/Karin/commit/d004ddb47128ab5b5749fe454835946e88ac11f6))
371
+ * 暂时删除kritor适配器 ([00fd783](https://github.com/KarinJS/Karin/commit/00fd783adac0c2cab9bd861d7e7d0e3e9527d11e))
372
+
373
+ ## [0.8.11](https://github.com/KarinJS/Karin/compare/v0.8.10...v0.8.11) (2024-07-30)
374
+
375
+
376
+ ### Bug Fixes
377
+
378
+ * 不再生成defSet lib ([e599f60](https://github.com/KarinJS/Karin/commit/e599f6025ea81b306083da5d8bc0ac55702245c3))
379
+ * 修正导出 ([b63ccb7](https://github.com/KarinJS/Karin/commit/b63ccb7031382e9946702fdda16b0ab45a9d2a4d))
380
+
381
+ ## [0.8.10](https://github.com/KarinJS/Karin/compare/v0.8.9...v0.8.10) (2024-07-30)
382
+
383
+
384
+ ### Bug Fixes
385
+
386
+ * npx karin up error ([3f66628](https://github.com/KarinJS/Karin/commit/3f66628d1f33c4b66551db38ccc8a5d165088c88))
387
+
388
+ ## [0.8.9](https://github.com/KarinJS/Karin/compare/v0.8.8...v0.8.9) (2024-07-30)
389
+
390
+
391
+ ### Bug Fixes
392
+
393
+ * build error ([502c090](https://github.com/KarinJS/Karin/commit/502c0907e7999a63e468690ca039b11a960f8add))
394
+
395
+ ## [0.8.8](https://github.com/KarinJS/Karin/compare/v0.8.7...v0.8.8) (2024-07-30)
396
+
397
+
398
+ ### Bug Fixes
399
+
400
+ * 修复wormhole非常常规路径连接问题 ([111db95](https://github.com/KarinJS/Karin/commit/111db95aa1771a70953c4681b32499adb8e77c9f))
401
+ * 修正导出 npm包路径构建错误 ([f22337a](https://github.com/KarinJS/Karin/commit/f22337a8230a8720195f397571883907d316aa80))
402
+
403
+ ## [0.8.7](https://github.com/KarinJS/Karin/compare/v0.8.6...v0.8.7) (2024-07-29)
404
+
405
+
406
+ ### Bug Fixes
407
+
408
+ * 修正渲染结果不应该返回联合类型 ([1065300](https://github.com/KarinJS/Karin/commit/10653007c0e906b44ffb82312e85c4eb6d776735))
409
+
410
+ ## [0.8.6](https://github.com/KarinJS/Karin/compare/v0.8.5...v0.8.6) (2024-07-26)
411
+
412
+
413
+ ### Bug Fixes
414
+
415
+ * config error ([581b01d](https://github.com/KarinJS/Karin/commit/581b01da3c14468ccdf318ae57fa23cd0441af4d))
416
+
417
+ ## [0.8.5](https://github.com/KarinJS/Karin/compare/v0.8.4...v0.8.5) (2024-07-26)
418
+
419
+
420
+ ### Bug Fixes
421
+
422
+ * 修正pkg文件路径错误 def文件指向错误 ([72fbb6b](https://github.com/KarinJS/Karin/commit/72fbb6bf946281d04fe24dc61b0d2f78fe0a1623))
423
+
424
+ ## [0.8.4](https://github.com/KarinJS/Karin/compare/v0.8.3...v0.8.4) (2024-07-24)
425
+
426
+
427
+ ### Bug Fixes
428
+
429
+ * new class e ([4b61a52](https://github.com/KarinJS/Karin/commit/4b61a5207239dadd2c2240017fd120b89eb5ddf0))
430
+
431
+ ## [0.8.3](https://github.com/KarinJS/Karin/compare/v0.8.2...v0.8.3) (2024-07-20)
432
+
433
+
434
+ ### Bug Fixes
435
+
436
+ * YamlEditor保存失败抛出异常 ([b9d0d55](https://github.com/KarinJS/Karin/commit/b9d0d55de28278fca05cdf32e0413026d8b79077))
437
+
438
+ ## [0.8.2](https://github.com/KarinJS/Karin/compare/v0.8.1...v0.8.2) (2024-07-19)
439
+
440
+
441
+ ### Bug Fixes
442
+
443
+ * 将dev模式默认为`JavaScript开发模式` ([f690500](https://github.com/KarinJS/Karin/commit/f690500fe4abc259f598a53fb8439830e1ce8623))
444
+
445
+ ## [0.8.1](https://github.com/KarinJS/Karin/compare/v0.8.0...v0.8.1) (2024-07-19)
446
+
447
+
448
+ ### Bug Fixes
449
+
450
+ * 修正ts dev启动错误 新增`npx karin up` ([e85bb2d](https://github.com/KarinJS/Karin/commit/e85bb2d51458727d51c1fceabec684b88cdb78b3))
451
+
452
+ ## [0.8.0](https://github.com/KarinJS/Karin/compare/v0.7.2...v0.8.0) (2024-07-19)
453
+
454
+
455
+ ### Features
456
+
457
+ * 私聊功能开关 ([5252649](https://github.com/KarinJS/Karin/commit/5252649accc8431d82117f7d1c917d0d77c1f92e))
458
+
459
+ ## [0.7.2](https://github.com/KarinJS/Karin/compare/v0.7.1...v0.7.2) (2024-07-19)
460
+
461
+
462
+ ### Bug Fixes
463
+
464
+ * 修正node节点发送message_id失败 ([656e1f5](https://github.com/KarinJS/Karin/commit/656e1f54f10b6887f4c7f10758408cf677bf51d4))
465
+
466
+ ## [0.7.1](https://github.com/KarinJS/Karin/compare/v0.7.0...v0.7.1) (2024-07-19)
467
+
468
+
469
+ ### Bug Fixes
470
+
471
+ * 修正redis降级level时 keys读取错误 ([214df21](https://github.com/KarinJS/Karin/commit/214df21f8004137db603e65c484ebaa4567faf07))
472
+
473
+ ## [0.7.0](https://github.com/KarinJS/Karin/compare/v0.6.28...v0.7.0) (2024-07-19)
474
+
475
+
476
+ ### Features
477
+
478
+ * 将所有指令集成为`npx karin` ([c79cfee](https://github.com/KarinJS/Karin/commit/c79cfeee512f62978764dd42ee1c85f9c1fabdae))
479
+
480
+ ## [0.6.28](https://github.com/KarinJS/Karin/compare/v0.6.27...v0.6.28) (2024-07-16)
481
+
482
+
483
+ ### Bug Fixes
484
+
485
+ * npm包的入口文件不作为app载入 ([54cdd02](https://github.com/KarinJS/Karin/commit/54cdd02a4ba206ee9e91bdb4c60e2bdfbbd03e79))
486
+ * YamlEditor 新增写入注释 ([8dec58e](https://github.com/KarinJS/Karin/commit/8dec58e8dfbe81a4c927c659850a9bb83041dc1b))
487
+
488
+ ## [0.6.27](https://github.com/KarinJS/Karin/compare/v0.6.26...v0.6.27) (2024-07-14)
489
+
490
+
491
+ ### Bug Fixes
492
+
493
+ * 初步适配npm插件 ([264afac](https://github.com/KarinJS/Karin/commit/264afacdaefab166cc6c950782515027d1396388))
494
+
495
+ ## [0.6.26](https://github.com/KarinJS/Karin/compare/v0.6.25...v0.6.26) (2024-07-14)
496
+
497
+
498
+ ### Bug Fixes
499
+
500
+ * node_modules ([ef7dbd7](https://github.com/KarinJS/Karin/commit/ef7dbd7f331d4e409b9a5540f61874daf31f8cc3))
501
+
502
+ ## [0.6.25](https://github.com/KarinJS/Karin/compare/v0.6.24...v0.6.25) (2024-07-14)
503
+
504
+
505
+ ### Bug Fixes
506
+
507
+ * 修正未知的通知事件没有return ([0f20b8c](https://github.com/KarinJS/Karin/commit/0f20b8cb7537321b593d068c3cf7f01dfeb407b7))
508
+
509
+ ## [0.6.24](https://github.com/KarinJS/Karin/compare/v0.6.23...v0.6.24) (2024-07-13)
510
+
511
+
512
+ ### Bug Fixes
513
+
514
+ * replyCallback ([8aa25cd](https://github.com/KarinJS/Karin/commit/8aa25cd50aaf87ee65b80304eb435959ff2d515b))
515
+ * 修改构建转发描述 ([fbed1a7](https://github.com/KarinJS/Karin/commit/fbed1a7635bc3fe0b85e4aafbdd9e167770742c6))
516
+ * 文档换行 ([0ebe227](https://github.com/KarinJS/Karin/commit/0ebe2270c515e3959be52a59a56730dbacf6cf5c))
517
+
518
+ ## [0.6.23](https://github.com/KarinJS/Karin/compare/v0.6.22...v0.6.23) (2024-07-12)
519
+
520
+
521
+ ### Bug Fixes
522
+
523
+ * pnpm锁文件判断错误,修正onebot11语音类型错误 ([6ad9312](https://github.com/KarinJS/Karin/commit/6ad9312d1564a150d7960ea17f09ce73cf15147b))
524
+
525
+ ## [0.6.22](https://github.com/KarinJS/Karin/compare/v0.6.21...v0.6.22) (2024-07-12)
526
+
527
+
528
+ ### Bug Fixes
529
+
530
+ * 修复枚举编译后为var 统一npx脚本 fix [#76](https://github.com/KarinJS/Karin/issues/76) ([570aa49](https://github.com/KarinJS/Karin/commit/570aa493e84c3eeed9945bda9bb3bbcea299718f))
531
+
532
+ ## [0.6.21](https://github.com/KarinJS/Karin/compare/v0.6.20...v0.6.21) (2024-07-10)
533
+
534
+
535
+ ### Bug Fixes
536
+
537
+ * ? ([b553077](https://github.com/KarinJS/Karin/commit/b55307715f3979395eb36e5246207298035b4016))
538
+
539
+ ## [0.6.20](https://github.com/KarinJS/Karin/compare/v0.6.19...v0.6.20) (2024-07-09)
540
+
541
+
542
+ ### Bug Fixes
543
+
544
+ * cli ([2413a8d](https://github.com/KarinJS/Karin/commit/2413a8d81855bf71e591a742ebe9182381c727d5))
545
+
546
+ ## [0.6.19](https://github.com/KarinJS/Karin/compare/v0.6.18...v0.6.19) (2024-07-09)
547
+
548
+
549
+ ### Bug Fixes
550
+
551
+ * [#67](https://github.com/KarinJS/Karin/issues/67) 修正部分已知问题 为所有api新增返回值的类型定义 ([a3b8060](https://github.com/KarinJS/Karin/commit/a3b80600246e6e0d6b6a591ec650b9315d6cae4e))
552
+ * fix [#14](https://github.com/KarinJS/Karin/issues/14) ([71732ec](https://github.com/KarinJS/Karin/commit/71732ece4e4e8eea5c4ea079a9bdf9d8cba165f7))
553
+ * fix [#66](https://github.com/KarinJS/Karin/issues/66) ([ff20163](https://github.com/KarinJS/Karin/commit/ff20163ad986354de4ef94a848affb1683bee0c9))
554
+
555
+ ## [0.6.18](https://github.com/KarinJS/Karin/compare/v0.6.17...v0.6.18) (2024-07-08)
556
+
557
+
558
+ ### Bug Fixes
559
+
560
+ * 插件实例化的时候传递事件 ([f9e9c61](https://github.com/KarinJS/Karin/commit/f9e9c61e084c791b7d9cc0d6bd63a1f97d8b8bba))
561
+
562
+ ## [0.6.17](https://github.com/KarinJS/Karin/compare/v0.6.16...v0.6.17) (2024-07-08)
563
+
564
+
565
+ ### Bug Fixes
566
+
567
+ * 编译时候禁用钩子 ([2607ae3](https://github.com/KarinJS/Karin/commit/2607ae34685dd478c08c290b35973eaddc56a5fc))
568
+
569
+ ## [0.6.16](https://github.com/KarinJS/Karin/compare/v0.6.15...v0.6.16) (2024-07-08)
570
+
571
+
572
+ ### Bug Fixes
573
+
574
+ * 更新npx脚本 ([b78219e](https://github.com/KarinJS/Karin/commit/b78219e1c69149a06e3f2d110657334e82ec43ac))
575
+
576
+ ## [0.6.15](https://github.com/KarinJS/Karin/compare/v0.6.14...v0.6.15) (2024-07-07)
577
+
578
+
579
+ ### Bug Fixes
580
+
581
+ * 修正部分已知问题 ([de72619](https://github.com/KarinJS/Karin/commit/de72619bddd790076b9ee4b6c4de0fbd520d68f7))
582
+
583
+ ## [0.6.14](https://github.com/KarinJS/Karin/compare/v0.6.13...v0.6.14) (2024-07-06)
584
+
585
+
586
+ ### Bug Fixes
587
+
588
+ * 上传文件 ([6f557f4](https://github.com/KarinJS/Karin/commit/6f557f4c3fbce844b56b34e0354acfd09a4fbea2))
589
+ * 修复部分已知问题 新增自定义package.json.static ([60c6d7a](https://github.com/KarinJS/Karin/commit/60c6d7a9da663481dee431432827e6378c891fd3))
590
+
591
+ ## [0.6.13](https://github.com/KarinJS/Karin/compare/v0.6.12...v0.6.13) (2024-07-05)
592
+
593
+
594
+ ### Bug Fixes
595
+
596
+ * 修正 [#62](https://github.com/KarinJS/Karin/issues/62) 修正触发方法不打印日志 修正部分类型错误 ([86bd5e1](https://github.com/KarinJS/Karin/commit/86bd5e1c9c45656b6ccd3723282031d06a9d81c8))
597
+
598
+ ## [0.6.12](https://github.com/KarinJS/Karin/compare/v0.6.11...v0.6.12) (2024-07-04)
599
+
600
+
601
+ ### Bug Fixes
602
+
603
+ * [#49](https://github.com/KarinJS/Karin/issues/49) ([5b5ded9](https://github.com/KarinJS/Karin/commit/5b5ded992f9d307a5ca6e2bab6d478067faac488))
604
+
605
+ ## [0.6.11](https://github.com/KarinJS/Karin/compare/v0.6.10...v0.6.11) (2024-07-04)
606
+
607
+
608
+ ### Bug Fixes
609
+
610
+ * 错误的push ([9c1684e](https://github.com/KarinJS/Karin/commit/9c1684ed0c77480582e6f8e0400c3f5e4b47a38c))
611
+
612
+ ## [0.6.10](https://github.com/KarinJS/Karin/compare/v0.6.9...v0.6.10) (2024-07-04)
613
+
614
+
615
+ ### Bug Fixes
616
+
617
+ * [#52](https://github.com/KarinJS/Karin/issues/52) ([573d5d8](https://github.com/KarinJS/Karin/commit/573d5d8139919a1454f861e25fa68dbb8814817f))
618
+ * command 参数归一化处理 ([e1fcce9](https://github.com/KarinJS/Karin/commit/e1fcce9b66cce169a102dde8c899fc21e786a627))
619
+ * 修复加载错误问题 ([1ffd68a](https://github.com/KarinJS/Karin/commit/1ffd68a7b61215e14ae7ea22d133c6028503b04a))
620
+
621
+ ## [0.6.9](https://github.com/KarinJS/Karin/compare/v0.6.8...v0.6.9) (2024-07-03)
622
+
623
+
624
+ ### Bug Fixes
625
+
626
+ * build ([c057bef](https://github.com/KarinJS/Karin/commit/c057bef7f5d4d62fa74f3c9bfe332c6dee2ff45b))
627
+
628
+ ## [0.6.8](https://github.com/KarinJS/Karin/compare/v0.6.7...v0.6.8) (2024-07-03)
629
+
630
+
631
+ ### Bug Fixes
632
+
633
+ * [#50](https://github.com/KarinJS/Karin/issues/50) ([8884ff4](https://github.com/KarinJS/Karin/commit/8884ff49beb2bced5c0429afd1ed4bd9a5b11ed4))
634
+ * [#53](https://github.com/KarinJS/Karin/issues/53) ([2d9c4bb](https://github.com/KarinJS/Karin/commit/2d9c4bb1120af229dea1b151609037203cdcaa9e))
635
+
636
+ ## [0.6.7](https://github.com/KarinJS/Karin/compare/v0.6.6...v0.6.7) (2024-07-03)
637
+
638
+
639
+ ### Bug Fixes
640
+
641
+ * 修正 ReactMessageWithEmoji Api错误 ([8b29230](https://github.com/KarinJS/Karin/commit/8b2923092bddfdc46a9f2acd15a18c6ce7475fa2))
642
+
643
+ ## [0.6.6](https://github.com/KarinJS/Karin/compare/v0.6.5...v0.6.6) (2024-07-02)
644
+
645
+
646
+ ### Bug Fixes
647
+
648
+ * 依赖补充 ([2b4f5cd](https://github.com/KarinJS/Karin/commit/2b4f5cd3e8299109b5f7bf4d8d3c8660b2a332a9))
649
+
650
+ ## [0.6.5](https://github.com/KarinJS/Karin/compare/v0.6.4...v0.6.5) (2024-07-02)
651
+
652
+
653
+ ### Bug Fixes
654
+
655
+ * 优化初始化脚本 兼容git仓库版本 ([6fb374c](https://github.com/KarinJS/Karin/commit/6fb374c71f4f026d4d6730a834216845d54d4357))
656
+
657
+ ## [0.6.4](https://github.com/KarinJS/Karin/compare/v0.6.3...v0.6.4) (2024-07-02)
658
+
659
+
660
+ ### Bug Fixes
661
+
662
+ * 同步main ([e9a3143](https://github.com/KarinJS/Karin/commit/e9a31433b30a68dacd29da48397146282340f238))
663
+
664
+ ## [0.6.3](https://github.com/KarinJS/Karin/compare/v0.6.2...v0.6.3) (2024-07-02)
665
+
666
+
667
+ ### Bug Fixes
668
+
669
+ * 修正Scene为friend ([9695e75](https://github.com/KarinJS/Karin/commit/9695e75ca0838c28444ceb3500d52b21ea7998cf))
670
+
671
+ ## [0.6.2](https://github.com/KarinJS/Karin/compare/v0.6.1...v0.6.2) (2024-07-02)
672
+
673
+
674
+ ### Bug Fixes
675
+
676
+ * 初始化脚本错误 ([de138a7](https://github.com/KarinJS/Karin/commit/de138a723a04c2431517634f5f11f58527553a6b))
677
+
678
+ ## [0.6.1](https://github.com/KarinJS/Karin/compare/v0.6.0...v0.6.1) (2024-07-02)
679
+
680
+
681
+ ### Bug Fixes
682
+
683
+ * build error ([dbd6db5](https://github.com/KarinJS/Karin/commit/dbd6db5b24b27a5daad39cab44b390df928ae092))
684
+
685
+ ## [0.6.0](https://github.com/KarinJS/Karin/compare/v0.5.1...v0.6.0) (2024-07-02)
686
+
687
+
688
+ ### Features
689
+
690
+ * kritor adapter ([6b1aa4c](https://github.com/KarinJS/Karin/commit/6b1aa4cc269923b887e62eb7ea7b9e0cdc602383))
691
+
692
+
693
+ ### Bug Fixes
694
+
695
+ * apps路径不存在跳过 ([5af527c](https://github.com/KarinJS/Karin/commit/5af527cc539e9075502a77f2b5743d3bce41ac40))
696
+ * 可自定义传参apps ([4c57454](https://github.com/KarinJS/Karin/commit/4c57454463ab406ec2ba42ac520dcf8a00953b5a))
697
+
698
+ ## [0.5.1](https://github.com/KarinJS/Karin/compare/v0.5.0...v0.5.1) (2024-06-30)
699
+
700
+
701
+ ### Bug Fixes
702
+
703
+ * self_id === input 不打印日志 ([f1d5fbd](https://github.com/KarinJS/Karin/commit/f1d5fbddcbcd0fbea579f510ac087b189e0a9540))
704
+
705
+ ## [0.5.0](https://github.com/KarinJS/Karin/compare/v0.4.1...v0.5.0) (2024-06-30)
706
+
707
+
708
+ ### Features
709
+
710
+ * 新增 input 适配器 完善通知、请求事件 ([8ce4ade](https://github.com/KarinJS/Karin/commit/8ce4ade974c06d2d17a7deb83afeb1a62118f45c))
711
+
712
+ ## [0.4.1](https://github.com/KarinJS/Karin/compare/v0.4.0...v0.4.1) (2024-06-30)
713
+
714
+
715
+ ### Bug Fixes
716
+
717
+ * fix ts error ([34afc7d](https://github.com/KarinJS/Karin/commit/34afc7df9e70a12eff349af15be9e3266772103c))
718
+
719
+ ## [0.4.0](https://github.com/KarinJS/Karin/compare/v0.3.9...v0.4.0) (2024-06-30)
720
+
721
+
722
+ ### Features
723
+
724
+ * 新增karin.task karin.handler ([63a0576](https://github.com/KarinJS/Karin/commit/63a0576a8dd69b85fdb35c31f1ad5d682aa31d3e))
725
+
726
+ ## [0.3.9](https://github.com/KarinJS/Karin/compare/v0.3.8...v0.3.9) (2024-06-29)
727
+
728
+
729
+ ### Bug Fixes
730
+
731
+ * 推进`kritor-proto`版本 ([5fbd7ad](https://github.com/KarinJS/Karin/commit/5fbd7ad302af4a3b39a26e19e1eb0aa1387acd3b))
732
+
733
+ ## [0.3.8](https://github.com/KarinJS/Karin/compare/v0.3.7...v0.3.8) (2024-06-29)
734
+
735
+
736
+ ### Bug Fixes
737
+
738
+ * 修正listener编译后无类型 ([e189a9c](https://github.com/KarinJS/Karin/commit/e189a9c37c6e816d70c0a9018353d5f063d4cc10))
739
+
740
+ ## [0.3.7](https://github.com/KarinJS/Karin/compare/v0.3.6...v0.3.7) (2024-06-28)
741
+
742
+
743
+ ### Bug Fixes
744
+
745
+ * build error ([615adba](https://github.com/KarinJS/Karin/commit/615adbaacb47035f95c9ab820d7fb921467d5b76))
746
+
747
+ ## [0.3.6](https://github.com/KarinJS/Karin/compare/v0.3.5...v0.3.6) (2024-06-28)
748
+
749
+
750
+ ### Bug Fixes
751
+
752
+ * types ([3650095](https://github.com/KarinJS/Karin/commit/36500952b58bc9ea0a11ca198d3b6e84926ee185))
753
+
754
+ ## [0.3.5](https://github.com/KarinJS/Karin/compare/v0.3.4...v0.3.5) (2024-06-28)
755
+
756
+
757
+ ### Bug Fixes
758
+
759
+ * 将modules修改到根目录 ([97e1f14](https://github.com/KarinJS/Karin/commit/97e1f146be70071110641a46747525ed4c0f0fe3))
760
+
761
+ ## [0.3.4](https://github.com/KarinJS/Karin/compare/v0.3.3...v0.3.4) (2024-06-28)
762
+
763
+
764
+ ### Bug Fixes
765
+
766
+ * reg string ([24715a1](https://github.com/KarinJS/Karin/commit/24715a1a25671eb94158b91271b06bf3aaa2e103))
767
+
768
+ ## [0.3.3](https://github.com/KarinJS/Karin/compare/v0.3.2...v0.3.3) (2024-06-28)
769
+
770
+
771
+ ### Bug Fixes
772
+
773
+ * 正向适配器加载顺序 ([9db2cfe](https://github.com/KarinJS/Karin/commit/9db2cfe3617846e44a41fc9f31c342cf2d562b36))
774
+
775
+ ## [0.3.2](https://github.com/KarinJS/Karin/compare/v0.3.1...v0.3.2) (2024-06-28)
776
+
777
+
778
+ ### Bug Fixes
779
+
780
+ * 正向ws不触发 ([015c0f9](https://github.com/KarinJS/Karin/commit/015c0f931285a14606ded1380a5ac08576f1a7f3))
781
+
782
+ ## [0.3.1](https://github.com/KarinJS/Karin/compare/v0.3.0...v0.3.1) (2024-06-28)
783
+
784
+
785
+ ### Bug Fixes
786
+
787
+ * YamlEditor 命名导出 ([f3a3f17](https://github.com/KarinJS/Karin/commit/f3a3f17c00f4c157a36c90e405bf2f25ae96a528))
788
+
789
+ ## [0.3.0](https://github.com/KarinJS/Karin/compare/v0.2.2...v0.3.0) (2024-06-28)
790
+
791
+
792
+ ### Features
793
+
794
+ * 完善热更新 支持ts ([98d5eea](https://github.com/KarinJS/Karin/commit/98d5eeaf9165b8d5cddaee99d898593b2c0bb26c))
795
+
796
+ ## [0.2.2](https://github.com/KarinJS/Karin/compare/v0.2.1...v0.2.2) (2024-06-27)
797
+
798
+
799
+ ### Bug Fixes
800
+
801
+ * 修正npx init ([9bd5d09](https://github.com/KarinJS/Karin/commit/9bd5d090ccfb27e1797fdff198f83ab6a0f766a3))
802
+
803
+ ## [0.2.1](https://github.com/KarinJS/Karin/compare/v0.2.0...v0.2.1) (2024-06-27)
804
+
805
+
806
+ ### Bug Fixes
807
+
808
+ * 优化导入 命名 ([8e3868c](https://github.com/KarinJS/Karin/commit/8e3868c9029803d46a534c5a2392efa155cf20ee))
809
+
810
+ ## [0.2.0](https://github.com/KarinJS/Karin/compare/v0.1.2...v0.2.0) (2024-06-26)
811
+
812
+
813
+ ### Features
814
+
815
+ * add karin.command ([b13d0a8](https://github.com/KarinJS/Karin/commit/b13d0a8724cd784e1ddaa14e9919d20785a56ab2))
816
+
817
+
818
+ ### Bug Fixes
819
+
820
+ * ~ ([292aac1](https://github.com/KarinJS/Karin/commit/292aac183edcf007df0f34187ab53dd66993ea17))
821
+
822
+ ## [0.1.2](https://github.com/KarinJS/Karin/compare/v0.1.1...v0.1.2) (2024-06-26)
823
+
824
+
825
+ ### Bug Fixes
826
+
827
+ * init error & path error ([0dbd6a9](https://github.com/KarinJS/Karin/commit/0dbd6a9472acfea12bb01a538baf50118d95d8ed))
828
+
829
+ ## [0.1.1](https://github.com/KarinJS/Karin/compare/v0.1.0...v0.1.1) (2024-06-26)
830
+
831
+
832
+ ### Bug Fixes
833
+
834
+ * add pnpm init ([0afb342](https://github.com/KarinJS/Karin/commit/0afb3421e2237496c497ec5cab7ff5a9adb2d46b))
835
+
836
+ ## [0.1.0](https://github.com/KarinJS/Karin/compare/v0.0.3...v0.1.0) (2024-06-26)
837
+
838
+
839
+ ### Features
840
+
841
+ * add QQGroup Discord ([2ffb6b2](https://github.com/KarinJS/Karin/commit/2ffb6b21838b6821b20efe8cbea15fc7fa8fe7ac))
842
+ * EventBase ([5b99630](https://github.com/KarinJS/Karin/commit/5b99630a334d0179fe457c46d10854096f6623e8))
843
+ * KarinMessageEvent ([b52899d](https://github.com/KarinJS/Karin/commit/b52899d9f7b36d861798f3cd1bf25a5f847ded4a))
844
+ * npm ([e1397a1](https://github.com/KarinJS/Karin/commit/e1397a13fa2dc762f0c7f16849dabf1a363f8972))
845
+ * npm run dev ([ffeb0b6](https://github.com/KarinJS/Karin/commit/ffeb0b6f2fda8591acc04e236bbec5f15c90e8bb))
846
+ * onebot11 adapter ([ed842f1](https://github.com/KarinJS/Karin/commit/ed842f1f0e7595693ebd47aed93c8fb25ba2cf6c))
847
+ * run ([61e0423](https://github.com/KarinJS/Karin/commit/61e0423e8628cbda0f31d26e3d2a099fe3080a87))
848
+ * ts ([7fd5951](https://github.com/KarinJS/Karin/commit/7fd5951fd794387ba0b1d0e777249ded5056c26a))
849
+ * 完善基本架构 ([3b718ba](https://github.com/KarinJS/Karin/commit/3b718ba639a7a5fa4586c207140e951e43fecade))
850
+ * 完成ts环境插件适配 ([5396a6c](https://github.com/KarinJS/Karin/commit/5396a6c37046ec90970664d4357619feeb51410e))
851
+ * 完成编译 ([3b9edeb](https://github.com/KarinJS/Karin/commit/3b9edebcc5ce8350832d4eba78f6e59af9554d74))
852
+
853
+
854
+ ### Bug Fixes
855
+
856
+ * node-version ([cb8b9b0](https://github.com/KarinJS/Karin/commit/cb8b9b0e734d25d74d0bd028dac6c3f7757fc39b))
857
+ * Plugin.init ([519ca80](https://github.com/KarinJS/Karin/commit/519ca803cca7d63acce4e8e32adeb3f96da6b131))
858
+ * 修复已知问题 详情查看描述 ([17a1b4f](https://github.com/KarinJS/Karin/commit/17a1b4f1e5e13c93c999e803e2232b925d908d0a))
859
+ * 啊啊啊啊啊 ([a7ad104](https://github.com/KarinJS/Karin/commit/a7ad1044f5d479d3443267704dcfc08a25703333))
860
+ * 更正token ([d200974](https://github.com/KarinJS/Karin/commit/d200974d66566b988b5b2381f03cf9d47d6eaf7c))
861
+
862
+ ## 0.0.3 (2024-6-19)
863
+
864
+ ### Features
865
+
866
+ * vue渲染兼容 ([4470d02](https://github.com/KarinJS/Karin/commit/4470d02b3521e6e91e7abb7c20c02a855728b1d7))
867
+ * ReactMessageWithEmojiRequest ([b92770b](https://github.com/KarinJS/Karin/commit/b92770bcaeb0d2b0966d125e7ad984f3dbe90263))
868
+ * 优化结构 降低对redis的依赖 目前在未安装redis时时候level进行降级代替 (#13) ([9e1c615](https://github.com/KarinJS/Karin/commit/9e1c61529b7c109bd77e82b5aeb3fe52a69a7e87))
869
+ * 新增上线通知 ([b7bee73](https://github.com/KarinJS/Karin/commit/b7bee7399dd3450d53e567f74ef4ad4e44643f03))
870
+ * redis 集群 触发fnc加上颜色使其更明确指令 ([d53560f](https://github.com/KarinJS/Karin/commit/d53560f3e4f852338693e2fddcd3f9c8761e3909))
871
+ * add updateVersion ([10c6446](https://github.com/KarinJS/Karin/commit/10c6446ee48ee4598b1fae336a9baf0b0a9415ca))
872
+
873
+ ### Bug Fixes
874
+
875
+ * 修正正向ws重连错误 修正getBot 失败 ([1cba613](https://github.com/KarinJS/Karin/commit/1cba6136fff9726a3cd2e2189f5c83357fd17de7))
876
+ * ob11的uid暂时全部默认为uin ([8fc3ccd](https://github.com/KarinJS/Karin/commit/8fc3ccd894d1bfd806f3882435a5e9cdd2a3f022))
877
+ * forward uin ([c7b03af](https://github.com/KarinJS/Karin/commit/c7b03af45c303624bcdf794b1a28d823f2c8eaee))
878
+ * 修正好友判断错误 类型描述错误 ([54fca4b](https://github.com/KarinJS/Karin/commit/54fca4b85b8aba8e7e1f0753dfe3cb25f8ee0da4))
879
+ * 修正pm2相关问题 ([5b1b913](https://github.com/KarinJS/Karin/commit/5b1b913ed9e1ecdaa0180f24609631799da86962))
880
+ * 修正上线通知 ([f39dd21](https://github.com/KarinJS/Karin/commit/f39dd2164558716ec7aa6df6a01215c647ca98b5))
881
+ * 修正反向ws渲染错误 ([6206c5c](https://github.com/KarinJS/Karin/commit/6206c5c5d1f6af0788efaa0c91b9a9cfea310261))
882
+ * log ([30531d9](https://github.com/KarinJS/Karin/commit/30531d97db8ff61bed01b425cf23926c95208d80))
883
+ * APP未热更 保证每一条消息的打印 无论是否拦截 ([796e03c](https://github.com/KarinJS/Karin/commit/796e03c1ba025a278402a1785f1a5e3a7f7ddd88))
884
+ * cfg.Config.log_color undefined ([84519d3](https://github.com/KarinJS/Karin/commit/84519d36b509ada43dc54b8cb3d7e0ec2db35d7d))
885
+ * updateVersion路径错误 ([330ac99](https://github.com/KarinJS/Karin/commit/330ac99312061ce78d29101d43a690336fe3b6ab))
886
+
887
+
888
+ ## [0.1.1](https://github.com/KarinJS/Karin/compare/v0.0.1...v0.0.2) (2024-06-04)
889
+
890
+ ### Releases
891
+
892
+ * 0.0.2 ([5cf693a](https://github.com/KarinJS/Karin/commit/5cf693a6a9a06446654ffc65a6bdb936322401ee))
893
+
894
+ ### Features
895
+
896
+ * 添加配置文件视图 ([f567b61](https://github.com/KarinJS/Karin/commit/f567b6104a8970f86771763915aa730779368f2d))
897
+ * YamlEditor root ([a46b036](https://github.com/KarinJS/Karin/commit/a46b036b338359c0f921b5f7f97630dee63eacdb))
898
+ * renderer debug log ([b3d5abc](https://github.com/KarinJS/Karin/commit/b3d5abcb529c0dd738e70190b95b526e3ce6b261))
899
+ * onebot11正向ws 标准化配置文件 标准化渲染传参 新增纯ws渲染 适配yarn 修复已知问题 ([8a6866b](https://github.com/KarinJS/Karin/commit/8a6866b036818a59ed68b876ccde1ee83d4dbc69))
900
+ * pm2 ([b4dbf75](https://github.com/KarinJS/Karin/commit/b4dbf75e5c981fde4c7f7a94398957592144ff74))
901
+ * update api ([9fa7c30](https://github.com/KarinJS/Karin/commit/9fa7c30796b1f47590adf7dde4500c66cd1b2dea))
902
+ * review ([ddc80eb](https://github.com/KarinJS/Karin/commit/ddc80ebfc3d1f4eefefd0c3e0d8d93d384e3c317))
903
+ * WormholeClient 详情请查看<https://github.com/HalcyonAlcedo/wormhole> ([3245258](https://github.com/KarinJS/Karin/commit/32452582472015fe55e466ba5002b03f69b9c58c))
904
+ * 封装主动消息接口 修复转换绝对路径参数错误 ([168e262](https://github.com/KarinJS/Karin/commit/168e26217ea7f72a2b25f5c1272dc83ae34ce0ab))
905
+ * 适配`karin-puppeteer`的http渲染 ([d6d50f5](https://github.com/KarinJS/Karin/commit/d6d50f50e51e13e323fa215b72617d602eb42000))
906
+ * 将通知、请求事件的日志构建从适配器分离,由karin完成(初步,未完成...摸鱼了~) ([f93f027](https://github.com/KarinJS/Karin/commit/f93f027c839f846da8e4229afde2b71f777aac19))
907
+ * 新增ffmpeg、exec 修复已知问题,渲染器未键入id默认调用第一个 ([22210be](https://github.com/KarinJS/Karin/commit/22210bea464c084ab09666d8f1aab324baabed10))
908
+ * karin-adapter ([e9c281c](https://github.com/KarinJS/Karin/commit/e9c281c8b41ad706175b69b95d32ea25ae58e331))
909
+ * 凭感觉试试看? ([316b715](https://github.com/KarinJS/Karin/commit/316b7153a1a0e30a2182afb51168ed8b72fcee6a))
910
+ * `YamlEditor`新增`has`、`hasVal` ([fcf45e4](https://github.com/KarinJS/Karin/commit/fcf45e44659d22dcc8161e54d5138860f84dda88))
911
+ * 新增YamlEditor工具 ([31d0030](https://github.com/KarinJS/Karin/commit/31d0030436c551777d1ecd56b499184fdde9b489))
912
+ * 热更新支持重启http、grpc服务器 ([7041145](https://github.com/KarinJS/Karin/commit/70411454f339567aa14133d7811831618087688f))
913
+ * onebot11更多消息结构 ([d39a78d](https://github.com/KarinJS/Karin/commit/d39a78d4dd5103a9d5e186f1b68cce8d9f7df1d2))
914
+ * 启动时检测`Submodule`,不存在则自动拉取 ([c70456a](https://github.com/KarinJS/Karin/commit/c70456a06669cb417add0a37f147d82ab4b9ea74))
915
+ * 添加App功能管理 ([7db7176](https://github.com/KarinJS/Karin/commit/7db7176f4d07d38bf68f4baa7e7c1158318f42e6))
916
+ * 插件,定时任务热更新、button、handler、上下文 ([8b3efd5](https://github.com/KarinJS/Karin/commit/8b3efd5dba8e5e54f4ea32ce9c6a3ea7ff4a25c0))
917
+ * 完善大部分基本Api ([ba6e91a](https://github.com/KarinJS/Karin/commit/ba6e91a788fcf3b2cae7c9aafa0e2843ef1e76ee))
918
+ * 分离puppeteer ([0dd3b02](https://github.com/KarinJS/Karin/commit/0dd3b0218ded4218968c64182ea05243d815c24d))
919
+ * 初步支持onebot11 ([372ba19](https://github.com/KarinJS/Karin/commit/372ba19f1749acae80fe9805da3ffdbaa726b83f))
920
+ * 请求事件完善 ([36915e1](https://github.com/KarinJS/Karin/commit/36915e1e77067e69bba13951481ac1f6d6a0b584))
921
+ * 补充所有基础Api ([904d63e](https://github.com/KarinJS/Karin/commit/904d63e0bf87f5a7d9601470acd9ea103b23c0f7))
922
+ * Complete all notification events ([0c7e206](https://github.com/KarinJS/Karin/commit/0c7e206573b78c3c0bcb350a35c4f0874fd48a7f))
923
+ * 好友头像戳一戳、好友消息撤回 ([3fe6676](https://github.com/KarinJS/Karin/commit/3fe6676454c412c854482e05541c44f635e4a83a))
924
+ * `node . --dev` ([f2099fa](https://github.com/KarinJS/Karin/commit/f2099fa1336ca90336c3c8a11d544c9ab76f67cb))
925
+ * 子事件标准化,通知事件格式标准化 ([6b1339b](https://github.com/KarinJS/Karin/commit/6b1339bcb0851f2464fe039624abca703f55a2e4))
926
+ * `#Karin`加入`kritor` ([8474ef6](https://github.com/KarinJS/Karin/commit/8474ef6d482b04c1f7a2a23892fd2c603f88bbc4))
927
+ * Complete basic type messages ([4a80e67](https://github.com/KarinJS/Karin/commit/4a80e67a3230c851499ce632a3a0f47e94e465dd))
928
+ * refactor kritor adapter ([2955050](https://github.com/KarinJS/Karin/commit/2955050e92c5d07d859fb2e7f8e6622af22625e0))
929
+ * kritor添加部分api ([05772f5](https://github.com/KarinJS/Karin/commit/05772f53c7ea01fc449ef52b6531ed664e55b1b8))
930
+ * kritor实现SendApi ([ea1c818](https://github.com/KarinJS/Karin/commit/ea1c81861ac5863f775020911470fb5137010355))
931
+ * 实现kritor文本消息回复 ([81fac8c](https://github.com/KarinJS/Karin/commit/81fac8c0b3876ff4d4c251ff991ff29a7f2009bb))
932
+ * kritor支持被动RPC消息接收 ([37335e9](https://github.com/KarinJS/Karin/commit/37335e99e7e643d4166db6e0a256cbffcc781e45))
933
+ * kritor ([458168a](https://github.com/KarinJS/Karin/commit/458168a04284610f1e128046e2654732e8cbc3b6))
934
+ * 注册适配器 ([93c586f](https://github.com/KarinJS/Karin/commit/93c586f76267e55bf7851ef0348ac668f3915792))
935
+ * 完善请求事件 ([7c0753a](https://github.com/KarinJS/Karin/commit/7c0753a6d49a29fc32287d88034de019cb1488bc))
936
+ * 发送消息日志、优化部分日志显示 ([acc3c45](https://github.com/KarinJS/Karin/commit/acc3c454ca8bbd60c66d63d70350b0687ad68252))
937
+ * 增加别名导入解析 ([7f1bc88](https://github.com/KarinJS/Karin/commit/7f1bc883852d5027eb14cd5ac79ec9a5c3090e8f))
938
+ * 完善结构、通知事件 ([933bbb9](https://github.com/KarinJS/Karin/commit/933bbb95a237ad02b26c0a8c6e8d0a23c8a7734b))
939
+ * `puppeteer` ([8928729](https://github.com/KarinJS/Karin/commit/8928729ca0d7df5e8af92e7bf6929ce840fc7b4a))
940
+
941
+ ### Bug Fixes
942
+
943
+ * 移除子模块 并屏蔽git跟踪 ([b838fd7](https://github.com/KarinJS/Karin/commit/b838fd7f72cc1048d69fc07d681d858149350576))
944
+ * 修正描述 继续挖坑 咕咕咕 ([2e18050](https://github.com/KarinJS/Karin/commit/2e1805014e0b5d1d1f9fda3eef46e22816d806cf))
945
+ * watch htmlPath error ([7ae39ad](https://github.com/KarinJS/Karin/commit/7ae39add613b428e65c37650953c5cfbac15a12a))
946
+ * alias typo ([4fe44da](https://github.com/KarinJS/Karin/commit/4fe44da41215608ca0c90f076c2042053c2d179a))
947
+ * 啊哈哈哈 写反了 ([c1f64cb](https://github.com/KarinJS/Karin/commit/c1f64cbde8425e18fc9ae3b68edb0bfebfc29b6d))
948
+ * debug ([b0bd32e](https://github.com/KarinJS/Karin/commit/b0bd32e58d63370d1f9b3e9e3535092fe69d5af6))
949
+ * 正向WS渲染路径错误 ([cc60107](https://github.com/KarinJS/Karin/commit/cc601075ae0860dfc508737b82b2f21e875618e7))
950
+ * WormholeClient ([a92b1b4](https://github.com/KarinJS/Karin/commit/a92b1b44ae4823afbb754e884bd106a078140a03))
951
+ * grpc server log error ([5b6cecb](https://github.com/KarinJS/Karin/commit/5b6cecb593dfbf054c86cac0b0e24d6c360a56a6))
952
+ * 大小写~ ([723aa12](https://github.com/KarinJS/Karin/commit/723aa120967d7f4467280bad7a589d3cb8d3aded))
953
+ * Cannot find module ([0012825](https://github.com/KarinJS/Karin/commit/0012825a44f372936c596970d578e5aa63df45db))
954
+ * git 大小写敏感。 ([3518622](https://github.com/KarinJS/Karin/commit/3518622ed0b9daaac4eebe85b03492350ff70951))
955
+ * staticPath is missing resources ([b5a09fe](https://github.com/KarinJS/Karin/commit/b5a09fec901afd7e90554ea16c97037bf105051d))
956
+ * 修正http渲染 ([15332b7](https://github.com/KarinJS/Karin/commit/15332b789f4ac599dabbf4df2f561dd8f521f112))
957
+ * conKey undefined ([b76db88](https://github.com/KarinJS/Karin/commit/b76db880e6a9942ae855b3f3a88491d6ff546b35))
958
+ * renderHtml ([f34ab93](https://github.com/KarinJS/Karin/commit/f34ab9369dd3b6a5d596ec9cf189acdbf9fad2b0))
959
+ * update logger ([b61b235](https://github.com/KarinJS/Karin/commit/b61b2352ee0b00a3c69debc339f40130290db76d))
960
+ * 修复Wormhole重连时未传递参数的问题 ([dec6bc0](https://github.com/KarinJS/Karin/commit/dec6bc05d798c3682314eab91595a7b47c5cdb36))
961
+ * proto error ([04b13d0](https://github.com/KarinJS/Karin/commit/04b13d0808185bd513b6c0bdcb0b61124af4831f))
962
+ * format JSDoc ([09b3535](https://github.com/KarinJS/Karin/commit/09b3535fb9baab4e33c3854c791897ba16dbd9a2))
963
+ * 修正puppeteer传递http错误 ([1b4a1d8](https://github.com/KarinJS/Karin/commit/1b4a1d868f3c06cac7d99b471aaa02c8d458f21e))
964
+ * YamlEditor ([b5df6dd](https://github.com/KarinJS/Karin/commit/b5df6dd8bb81af3b44c100e5995f7496f6ea2b37))
965
+ * 修正puppeteer传递http错误 ([d03171c](https://github.com/KarinJS/Karin/commit/d03171c2a5d80e0dee1e7c3bb501ba45ed95bbed))
966
+ * 定时任务日志无法关闭 ([a9768dd](https://github.com/KarinJS/Karin/commit/a9768dd903aa0308081b2dd5fbb5b7ab823c749f))
967
+ * 修正onebot11所有标准事件 ([db3fe15](https://github.com/KarinJS/Karin/commit/db3fe1555c95a28e9527ff18802eef0a12603559))
968
+ * common.base64 ([ea5cde2](https://github.com/KarinJS/Karin/commit/ea5cde2710fb01182db24bed0df6ecc0e75c0ec3))
969
+ * handler热重载错误 ([90e7fc2](https://github.com/KarinJS/Karin/commit/90e7fc2f4fda78967bbcfc6195c5b8a27c6fecd1))
970
+ * 完善handler、button ([acc9416](https://github.com/KarinJS/Karin/commit/acc9416d567a9ce6c972d6aa724bb82064739ec9))
971
+ * update jsdocs ([bfa79c3](https://github.com/KarinJS/Karin/commit/bfa79c365729424e1ffb8b13cbdb11759005be81))
972
+ * update jsdoc ([2fb81a0](https://github.com/KarinJS/Karin/commit/2fb81a0157532565703458222754490fa48bd53b))
973
+ * update jsdoc and convert user_id type ([47d4081](https://github.com/KarinJS/Karin/commit/47d4081e1043f140d2ab357b97a40fcb933be7d3))
974
+ * llob自身上报修复 (#5) ([8357eca](https://github.com/KarinJS/Karin/commit/8357eca9850ce32d7f8e7f47870fe1364f819814))
975
+ * 类型错误 ([23cb6e0](https://github.com/KarinJS/Karin/commit/23cb6e09468f6dfd0cc004c02c229c7299785706))
976
+ * 更正部分注释和接口 ([792aea2](https://github.com/KarinJS/Karin/commit/792aea2d9aeb916abbe749641d8c5777d702a8e2))
977
+ * notice_request ([108db30](https://github.com/KarinJS/Karin/commit/108db3078456bb6879a473d1415e09f832818226))
978
+ * kritor bot (not tested) ([32553a1](https://github.com/KarinJS/Karin/commit/32553a1d8e29c852c9b7194a15206beb903a9cfa))
979
+ * add some jsdoc ([eaf3031](https://github.com/KarinJS/Karin/commit/eaf303133e23d82b342bdf61ebce23a025ad599e))
980
+ * 第一次加载插件不使用随机缓存 ([97e7efc](https://github.com/KarinJS/Karin/commit/97e7efcec0b9f9f26eb7d6072e9cc789da9576c1))
981
+ * 封装了简单的ob转发 ([1f8a9ba](https://github.com/KarinJS/Karin/commit/1f8a9ba53e5fc43aa04a6db01473cbe4d5a74e37))
982
+ * 修复部分语法错误,增加更新工具,新增一个开发依赖 ([b02f76f](https://github.com/KarinJS/Karin/commit/b02f76fefc946b8940866041f21432801fb9734a))
983
+ * 修复群单独设置 热更新插件包错误 定时任务构建 ([29beb55](https://github.com/KarinJS/Karin/commit/29beb552ee4987f3d434d6a8fb13c9fe4cdc2262))
984
+ * 修正rows构建错误 ([a4112f5](https://github.com/KarinJS/Karin/commit/a4112f516ce5ba9fe32c4e2b710e9bce3ff6a843))
985
+ * this.e.reply_id ([57114f2](https://github.com/KarinJS/Karin/commit/57114f23a2f49147a52648f406b12f2afb54b994))
986
+ * `lastIndex` ([043bca1](https://github.com/KarinJS/Karin/commit/043bca19a54544f19146b1e8337d009f49113b7b))
987
+ * 奇怪的日志 ([eee9c36](https://github.com/KarinJS/Karin/commit/eee9c365357016704829af40975cb770367dfd7c))
988
+ * 完善Element ([6e350a2](https://github.com/KarinJS/Karin/commit/6e350a2897f6efbc07588056b4d677ab3340b1a8))
989
+ * 删减一些无用的代码 ([21e888c](https://github.com/KarinJS/Karin/commit/21e888c7241adde320ebb835c95eabffbab39f99))
990
+ * Submodule ([01b67cb](https://github.com/KarinJS/Karin/commit/01b67cb376d8e20c522c558e6104b9a0eb8f60c7))
991
+ * 修复elements部分注释和描述错误 ([4550162](https://github.com/KarinJS/Karin/commit/45501623186cf3d7a300e402fd185e03bf17c272))
992
+ * 转发消息Api ([c8fec1f](https://github.com/KarinJS/Karin/commit/c8fec1f8b580229c7babda963d48bf320726948d))
993
+ * 尝试增补部分OneBot11的Api ([016e03c](https://github.com/KarinJS/Karin/commit/016e03c3478c87cd4491e72160889c2a31e14622))
994
+ * 修复插件包加载非index.js ([f8e33eb](https://github.com/KarinJS/Karin/commit/f8e33ebbda4040d65759880d03d276c9d17b0b0c))
995
+ * 快速撤回 ([9ed425f](https://github.com/KarinJS/Karin/commit/9ed425f2bd0b17a93cefc4ea296fc1410ab90fdd))
996
+ * 修正部分日志,类型错误 ([f4a068d](https://github.com/KarinJS/Karin/commit/f4a068d5a49deddc4ebaa7f77e535bad2df45e9d))
997
+ * del global.Karin ([1b7626a](https://github.com/KarinJS/Karin/commit/1b7626ab7b10519f66f44b8c8027296d9b40e606))
998
+ * Api.js ([3d3e43d](https://github.com/KarinJS/Karin/commit/3d3e43d308279d4b1d640eff3a816d69d1c5734a))
999
+ * plugins不强制要求`package.json` ([71a79b6](https://github.com/KarinJS/Karin/commit/71a79b64fc519686c1c2ee95811815520844bb86))
1000
+ * 完善segment ([8d00023](https://github.com/KarinJS/Karin/commit/8d000238aa5405343be5cf73e1d1942057de7bf9))
1001
+ * onebots11 AT ([32e9478](https://github.com/KarinJS/Karin/commit/32e94789518f9090f78543adf89110a9c58e7f50))
1002
+ * e.at.push ([3def760](https://github.com/KarinJS/Karin/commit/3def76068d483371e5bdd7803058d774f5498cd6))
1003
+ * 优化消息事件结构 ([59afb57](https://github.com/KarinJS/Karin/commit/59afb57af6010f25a564b801ecf0584177156ccf))
1004
+ * KarinRequest暂时搁置,shamrock未跟进更新 ([596e3e9](https://github.com/KarinJS/Karin/commit/596e3e9b05dd8a141c46ccc547b41b8e46e5378f))
1005
+ * 合并转发elements转换错误 ([2dcf391](https://github.com/KarinJS/Karin/commit/2dcf391678ea17ed55ffd14c74b743e0b9a7f632))
1006
+ * event notice error ([03f2415](https://github.com/KarinJS/Karin/commit/03f2415c759fdde97efc64887253a0136ecd4e0f))
1007
+ * 优化构建通知传参 ([5f58783](https://github.com/KarinJS/Karin/commit/5f5878383c24bf8f30fd2e1990cb5701408269ca))
1008
+ * recall notice log text ([0018564](https://github.com/KarinJS/Karin/commit/0018564fe2bcd6179b6d8e08ff922e52b2e8f0d7))
1009
+ * 标准化适配器注册流程 ([a650b08](https://github.com/KarinJS/Karin/commit/a650b08af6a95b573a7b781d54c93342d1211e87))
1010
+ * README格式错误 (#2) ([67d80f2](https://github.com/KarinJS/Karin/commit/67d80f24a0b2d6c8eccad1b7acd0e3c0ebb04e4f))
1011
+ * `index.js`只在`dev`下进行热更新 ([c6fe535](https://github.com/KarinJS/Karin/commit/c6fe5352d1a12041b9caf3e418e8395cc0ac8626))
1012
+ * 修正热更新,新增api超时 ([c6ec1c9](https://github.com/KarinJS/Karin/commit/c6ec1c92f8934b7d857635a116de934742bfe18d))
1013
+ * segment.button() ([847cfad](https://github.com/KarinJS/Karin/commit/847cfad3a46f5c8b83c276c737fdd8eb1f43951a))
1014
+ * 可注册非bot适配器 ([56e5ca1](https://github.com/KarinJS/Karin/commit/56e5ca16f5c7c63d016a5959b3987f82a0331673))
1015
+ * 完善segment ([72d1af6](https://github.com/KarinJS/Karin/commit/72d1af60eaef32f4dd95256cb5c0dc7f5a990176))
1016
+ * 子事件监听,`puppeteer`使用内置 ([67745b6](https://github.com/KarinJS/Karin/commit/67745b6eed659daf9d275fb82b46b8b80e03c631))
1017
+ * 构建定时任务 ([22b3d89](https://github.com/KarinJS/Karin/commit/22b3d8999431067dd332d9ee9c79696831f48bca))
1018
+ * plugins名称标准化 ([0a2d178](https://github.com/KarinJS/Karin/commit/0a2d178bce2348d967b90624700074491e1dfba9))
1019
+ * 给凉菜佬改个名 ([13763a5](https://github.com/KarinJS/Karin/commit/13763a5e7ced84b2288ebfb191ab9299f748071b))
1020
+ * `redis`可选安装 ([c1b8e86](https://github.com/KarinJS/Karin/commit/c1b8e8665e47ed12bfea5bc2dd3d9c1eb784baed))
1021
+ * 分离消息事件处理 ([2bbd5bd](https://github.com/KarinJS/Karin/commit/2bbd5bd077518e4a2d3892c683cae35ca8629bbd))
1022
+ * `static` ([c6d4856](https://github.com/KarinJS/Karin/commit/c6d4856b4038036b1cfdec7f61b1a7e55cd5d342))
1023
+
1024
+
1025
+ ## [0.0.1](https://github.com/KarinJS/Karin/compare/v0.0.1) (2024-03-21)
1026
+
1027
+ ### Features
1028
+
1029
+ * 初次提交 ([9e12137](https://github.com/KarinJS/Karin/commit/9e12137b6cf0e778a28df78daaeea77d5e325f4c))