Skip to content

Commit

Permalink
Make Semantic Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Aug 28, 2024
1 parent 32896d4 commit bad3569
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# 1.0.4
# 2.0.1
* 规范版本号
* 调整渲染出图类型为webp格式,减小发送图片消息带宽压力

# 2.0.0
* 优化代码,npm 包增加 typescript 类型定义文件
* 统一配置文件目录:yunzai/data/yuki-plugin/config/,更新后如需使用旧配置文件,请自行移动旧配置文件到新目录

# 1.4.0
* 优化哔哩登录日志
* 优化渲染
* 增加哔哩 MAJOR_TYPE_DRAW MAJOR_TYPE_ARTICLE 动态子类型

# 1.0.3
# 1.3.0
* 修复群组与好友动态推送混淆问题
* 更新获取B站up信息api
* 优化动态字体样式
* 优化文字动态内容排版
* 修复转发动态内容缺失

# 1.0.2
# 1.2.0
* 新增支持获取完整文章动态内容
* 修复宫格样式

# 1.0.1
# 1.1.0
* 修复了一些bug
* 优化了一些功能
* 新增 Yunzai-v4.1 npm包方式安装支持,yarn add yz-yuki-plugin -W
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yz-yuki-plugin",
"version": "1.0.4",
"version": "2.0.1",
"description": "优纪插件,yunzaijs 关于 微博推送、B站推送 等功能的拓展插件",
"author": "snowtafir",
"type": "module",
Expand Down

0 comments on commit bad3569

Please sign in to comment.