diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 2a20da51ade..0d31ce49562 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -200,7 +200,7 @@ jobs: shell: bash -l {0} run: | cd quard_star_tools - git describe --always --long --dirty --abbrev=10 --exclude '*' | awk '{print "\""$0"\""}' > git_tag.inc + git describe --always --long --abbrev=10 --exclude '*' | awk '{print "\""$0"\""}' > git_tag.inc sed -i 's/git_tag.inc/git_tag.ci.inc/g' quard_star_tools.pro sed -i 's/upx-ucl/cp $$DESTDIR\/$$TARGET $$DESTDIR\/quard_star_tools_temp; upx-ucl/g' quard_star_tools.pro lrelease quard_star_tools.pro @@ -241,7 +241,7 @@ jobs: - name: Build all run: | cd quard_star_tools - git describe --always --long --dirty --abbrev=10 --exclude '*' | ./tools/awk/awk.exe '{print \"\\\"\"$0\"\\\"\"}' > git_tag.inc + git describe --always --long --abbrev=10 --exclude '*' | ./tools/awk/awk.exe '{print \"\\\"\"$0\"\\\"\"}' > git_tag.inc ./tools/sed/sed.exe -i "s/git_tag.inc/git_tag.ci.inc/g" quard_star_tools.pro lrelease quard_star_tools.pro qmake -makefile @@ -277,7 +277,7 @@ jobs: shell: bash -l {0} run: | cd quard_star_tools - git describe --always --long --dirty --abbrev=10 --exclude '*' | awk '{print "\""$0"\""}' > git_tag.inc + git describe --always --long --abbrev=10 --exclude '*' | awk '{print "\""$0"\""}' > git_tag.inc sed -i'.original' -e 's/git_tag.inc/git_tag.ci.inc/g' quard_star_tools.pro lrelease quard_star_tools.pro qmake -makefile diff --git a/CHANGELOG.md b/CHANGELOG.md index acbb6e4513d..e956b897d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unrelease] +## [0.1.0] - 2021-11-05 + +- 优化大量脚本提高可读性和易用性 +- 完善GUI tools工具,基础功能完善 + ## [0.0.3] - 2021-07-12 - rootfs更新为2G空间