diff --git a/app/release.md b/app/release.md index 523d408..ba0add5 100644 --- a/app/release.md +++ b/app/release.md @@ -1,2 +1,3 @@ -* 1、修复从[文档或最近]导入书源时文件读取失败的问题 -* 2、新增实验性功能:书籍字数计算(书籍详情页菜单) \ No newline at end of file +* 1、新增书籍内容搜索(阅读界面菜单) +* 2、修复内容替换bug +* 3、修复书源导入bug \ No newline at end of file diff --git a/app/src/main/assets/updatelog.fy b/app/src/main/assets/updatelog.fy index b6c7252..81d0c40 100644 --- a/app/src/main/assets/updatelog.fy +++ b/app/src/main/assets/updatelog.fy @@ -1,7 +1,7 @@ 2021.12.06 风月读书v2.2.4 更新内容: -1、新增书籍内容搜索 +1、新增书籍内容搜索(阅读界面菜单) 2、修复内容替换bug 3、修复书源导入bug diff --git a/app/version_code.properties b/app/version_code.properties index 0f63650..465d718 100644 --- a/app/version_code.properties +++ b/app/version_code.properties @@ -1,3 +1,3 @@ #Fri Jun 18 21:45:31 CST 2021 VERSION_CODE=224 -NEED_CREATE_RELEASE=false +NEED_CREATE_RELEASE=true