Skip to content

Commit

Permalink
del fulltext search
Browse files Browse the repository at this point in the history
  • Loading branch information
phachon committed Sep 16, 2020
1 parent 465362d commit 0b22243
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# 更新日志:

## v0.2.1(2020-09)

### Fix Bug & Add Feature
#### 修复bug
1. 暂时去掉全文搜索功能

#### 新增功能

### 升级(Upgrade)
1. 下载新版本到部署该项目的根目录
2. 覆盖解压 (tar -zxvf mm-wiki-v0.2.0-linux-amd64.tar.gz)
3. 执行升级命令
```
./mm-wiki --conf conf/mm-wiki.conf --upgrade
```
4. 重新启动
```
./mm-wiki --conf conf/mm-wiki.conf
```

## v0.2.0(2020-06)

### Fix Bug & Add Feature
Expand Down

0 comments on commit 0b22243

Please sign in to comment.