Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yafoo committed Sep 6, 2022
1 parent fc86bce commit 4614f63
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## v3.1.0(2022-09-06)
- [新增] 新增install模块,不用再手工导入数据库文件了
- [新增] 新增docker部署,部署方式见README.md
- [优化] 优化路由设置
- [优化] 优化专题页显示样式
- [优化] 优化前台tips函数逻辑
- [修改] 默认关闭调试模式
- [修改] 默认绑定ip改为0.0.0.0
- [依赖] 更新依赖jj.js版本到0.8.7
- [依赖] 更换依赖jimp为jimp-compact,大幅减小程序体积

## v3.0(2022-08-19)
> 注意v3.0改动较大,不兼容v2.x版本,升级时要先备份文件和数据库,建议使用git升级文件,然后运行v2_to_v3.sql升级数据库
- 更新依赖jj.js版本到0.8.2
- 新增专题功能(目前有markdown、html源码、文章列表、地图4个模块)
- 新增网站前台导航风格切换(cms或blog)
Expand All @@ -10,12 +20,15 @@
- 优化后台评论列表显示
- 优化静态资源路径
- 优化系统设置界面

> 数据库表字段调整:
- 数据库表字段调整:
```
1. article表:comment_total->comment_count, is_comment->comment_set;
2. link表: lname -> title
3. site表: kname -> key, intro -> title
4. user表: tname -> true_name
```

> 注意v3.0改动较大,不兼容v2.x版本,升级时要先备份文件和数据库,建议使用git升级文件,然后运行v2_to_v3.sql升级数据库
## v2.4.2(2022-05-27)
- 更新依赖jj.js版本到0.7.6,以修复文件上传bug
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "melog",
"version": "3.0.0",
"version": "3.1.0",
"description": "一个基于jj.js构建的简单轻量级blog系统",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 4614f63

Please sign in to comment.