Skip to content

Commit

Permalink
release: v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Feb 24, 2024
1 parent 26d2c03 commit 8773026
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 732 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.3.2](https://github.com/kotorijs/kotori/compare/v1.3.1...v1.3.2) (2024-02-24)


### Bug Fixes

* cli version view and fucking packages ([cbaf26d](https://github.com/kotorijs/kotori/commit/cbaf26d43afa5b4dfef003cbf5f8fc2ef209cc51))
* linux database install ([26d2c03](https://github.com/kotorijs/kotori/commit/26d2c03f32097ac5ab8d5a4e63e3444735f94c4f))



## [1.3.1](https://github.com/kotorijs/kotori/compare/v1.2.0...v1.3.1) (2024-02-21)


Expand Down
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
- [ ] ctx.filter()
- [ ] message.schedule()
- [ ] decorator plugin form
- [ ] @kotori-bot/tools Events: protected list
- [ ] @kotori-bot/i18n Node.js env: getLanguage(): LocaleType;

## Styles

- [ ] Class member public
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kotori-bot/root",
"description": "ChatBot Framework",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"license": "GPL-3.0",
"author": "Hotaru <biyuehuya@gmail.com>",
Expand Down
5 changes: 3 additions & 2 deletions packages/kotori/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- markdownlint-disable -->

<div align="center">
<img src="https://kotori.js.org/favicon.svg" width="200px" height="200px" alt="logo"/>

Expand All @@ -13,7 +15,6 @@
![GitHub](https://img.shields.io/github/license/biyuehu/kotori-bot?color=deepgreen)
![npm](https://img.shields.io/npm/v/kotori-bot)
[![wakatime](https://wakatime.com/badge/user/018dc603-712a-4205-a226-d4c9ccd0d02b/project/018dc605-aa92-43d3-b2a7-ed9829c0212e.svg)](https://wakatime.com/badge/user/018dc603-712a-4205-a226-d4c9ccd0d02b/project/018dc605-aa92-43d3-b2a7-ed9829c0212e)
<!-- ![GitHub contributors](https://img.shields.io/github/contributors/biyuehu/kotori-bot) -->

</div>

Expand All @@ -25,7 +26,7 @@ kotori 是一个**跨平台、解耦合、现代化**于一体的聊天机器人

## 🚀 Summary

「Kotori」是一个罗马字,在日语中是「ことり」(小鳥)的意思,发音为 `/kotoɾʲi‾/` <Voice />,该名字取自于 [Key 公式](http://key.visualarts.gr.jp/) 的游戏 [《Rewrite》](https://bgm.tv/subject/4022) 及其衍生作品中的主要女性角色之一的 [神户小鸟](https://bgm.tv/character/12063) (神戸(かんべ) 小鳥(ことり))。
「Kotori」是一个罗马字,在日语中是「ことり」(小鳥)的意思,发音为 `/kotoliː/` 提交,该名字取自于 [Key 公式](http://key.visualarts.gr.jp/) 的游戏 [《Rewrite》](https://bgm.tv/subject/4022) 中主要女性角色之一:神户小鸟 (神戸(かんべ) 小鳥(ことり))。借助 Kotori,可快速搭建一个多平台、功能强大的聊天机器人应用,通过安装不同模块为 Kotori 扩展功能、玩法和个性化配置等。同时,Kotori 为开发者提供了现成的 Cli 用于模块开发与 Kotori 二次开发

### Advantage

Expand Down
2 changes: 1 addition & 1 deletion packages/kotori/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kotori-bot",
"version": "1.3.1",
"version": "1.3.2",
"description": "Cross-platform chatbot framework base on Node.js and TypeScript",
"main": "lib/index.js",
"license": "GPL-3.0",
Expand Down

0 comments on commit 8773026

Please sign in to comment.