diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml deleted file mode 100644 index 79bd86b4b2..0000000000 --- a/.github/workflows/winget.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Publish to WinGet -on: - workflow_dispatch: - release: - types: [released] -jobs: - publish: - # Action can only be run on windows - runs-on: windows-latest - steps: - - name: Publish to WinGet - if: startsWith(github.ref, 'refs/tags') - uses: vedantmgoyal2009/winget-releaser@v2 - with: - identifier: Pylogmon.pot - max-versions-to-keep: 5 - installers-regex: '\.msi$' - token: ${{ secrets.RELEASE_TOKEN }} \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 007d2aef53..2704a66e2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,6 @@ -## 0.1.9 (2023-03-31) +## 0.1.10 (2023-04-01) -### New feature: +### Bugs fixed: -- 添加接口启用开关([`9c5dd51`](https://github.com/Pylogmon/pot/commit/9c5dd517839b29bc82cce0e82c937401873a9e83)) (by 派了个萌) - -### Refactor: - -- 重构部分代码 \ No newline at end of file +- 修复接口设置无法保存的问题([`96cf0af`](https://github.com/Pylogmon/Pot/commit/96cf0af6cb739b77960bae756f352bd9064f004f)) (by 派了个萌) +- 修复Wayland取词失败([`07138f1`](https://github.com/Pylogmon/Pot/commit/07138f10e585b1d2f3572e886d3c15df2e2f6e44)) (by 派了个萌) \ No newline at end of file