diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b6c3ed..78fb73d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: echo need_create_release=$NEED_CREATE_RELEASE echo version_name=$versionN - if [[ $NEED_CREATE_RELEASE == 'true' ]];then + if [ $NEED_CREATE_RELEASE == 'true' -a ${{ github.ref }} == 'refs/heads/master' ];then echo ::set-output name=lanzou_folder_id::"1608604" echo ::set-output name=lanzou_share_url::"https://fycz.lanzoui.com/b00ngso7e" else diff --git a/app/release.md b/app/release.md index b8caf4c..b36dc1f 100644 --- a/app/release.md +++ b/app/release.md @@ -1,3 +1,6 @@ -* 1、修复软件无法打开的问题(超时时间为5s) -* 2、修复DIY书源重复显示订阅书源的问题 -* 3、优化动态插件加载 \ No newline at end of file +* 1、新增部分提示 +* 2、修复书籍无法导出缓存的问题 +* 3、修复部分书源bug +* 4、修复同名书籍详情页加载bug +* 5、修复搜索时当前分组不存在时无法搜索的问题 +* 6、Cookie支持备份&恢复 \ No newline at end of file diff --git a/app/src/main/assets/updatelog.fy b/app/src/main/assets/updatelog.fy index 28404c8..3e76db7 100644 --- a/app/src/main/assets/updatelog.fy +++ b/app/src/main/assets/updatelog.fy @@ -1,3 +1,4 @@ +2022.05.22 风月读书v2.4.5 更新内容: 1、新增部分提示 diff --git a/app/version_code.properties b/app/version_code.properties index 3a8dfa8..a50cefc 100644 --- a/app/version_code.properties +++ b/app/version_code.properties @@ -18,5 +18,4 @@ #Fri Jun 18 21:45:31 CST 2021 VERSION_CODE=245 -CREATE_RELEASE=false -BUILD_RELEASE=true \ No newline at end of file +CREATE_RELEASE=true \ No newline at end of file