Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Jun 14, 2023
1 parent 8a9b1e9 commit d53076e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 47 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,41 +281,21 @@ jobs:
$env:TAURI_PRIVATE_KEY="${{ secrets.TAURI_PRIVATE_KEY }}"
$env:TAURI_KEY_PASSWORD="${{ secrets.TAURI_KEY_PASSWORD }}"
pnpm tauri build --target ${{ matrix.target }}
# - name: touch config file
# run: New-item src-tauri/target/${{ matrix.target }}/release/config.toml
# - name: portable zip
# uses: vimtor/action-zip@v1.1
# with:
# files: src-tauri/target/${{ matrix.target }}/release/pot.exe src-tauri/target/${{ matrix.target }}/release/config.toml
# dest: pot_${{needs.change-version-for-windows.outputs.version}}_x64_portable.zip
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: pot_${{ matrix.target }}.msi
path: src-tauri/target/${{ matrix.target }}/release/bundle/msi/*.msi
if-no-files-found: error
# - name: Upload Artifacts
# uses: actions/upload-artifact@v3
# with:
# name: pot_${{needs.change-version-for-windows.outputs.version}}_x64_portable.zip
# path: pot_${{needs.change-version-for-windows.outputs.version}}_x64_portable.zip
# if-no-files-found: error
- name: Upload Release
if: startsWith(github.ref, 'refs/tags')
uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG
token: ${{ secrets.TOKEN }}
files: src-tauri/target/${{ matrix.target }}/release/bundle/msi/*.msi*
# - name: Upload Release
# if: startsWith(github.ref, 'refs/tags')
# uses: softprops/action-gh-release@v1
# with:
# body_path: CHANGELOG
# token: ${{ secrets.TOKEN }}
# files: pot_${{needs.change-version-for-windows.outputs.version}}_x64_portable.zip
- name: Upload WinGet
if: startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags') && matrix.target == 'x86_64-pc-windows-msvc'
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Pylogmon.pot
Expand Down
9 changes: 3 additions & 6 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
## 1.4.1 (2023-06-13)
## 1.4.2 (2023-06-14)

### New feature:

- Add Incremental Translation (#230)([`56810bc`](https://github.com/pot-app/pot-desktop/commit/56810bcd985b424bee01db50bb2a6583bcc438e7)) (by @Pylogmon)
- Add QR code recognition support([`b629769`](https://github.com/pot-app/pot-desktop/commit/b62976989b86327a65e99f72861c5cfa0a2a787a)) (by @Pylogmon)
- Add linux x86 target support(#227)([`e9bb9c3`](https://github.com/pot-app/pot-desktop/commit/e9bb9c30c628a99c86bebd253db6fe03eda4d441)) (by @liudonghua123)
- Add arm target support for linux(#234)([`dccf209`](https://github.com/pot-app/pot-desktop/commit/dccf20972c99fc96d51b335cc77f33be16f7a679)) (by @liudonghua123)

### Bugs fixed:

- Error of iFlytek OCR when image has no words([`22b2a87`](https://github.com/pot-app/pot-desktop/commit/22b2a870df25939c807fdb4aa31f40e371a5f719)) (by @ccslykx)
- Image can't reload([`dff4adf`](https://github.com/pot-app/pot-desktop/commit/dff4adf746ad52be7143e277df139e000ce4095f)) (by @Pylogmon)
- OpenAI Stream interrupted([`031935e`](https://github.com/pot-app/pot-desktop/commit/031935eb5cc10ee77d2919645b380003f8431ecd)) (by @Pylogmon)
5 changes: 0 additions & 5 deletions actions/build-for-arm/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions actions/build-for-arm/action.yml

This file was deleted.

7 changes: 0 additions & 7 deletions actions/build-for-arm/entrypoint.sh

This file was deleted.

2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pot",
"version": "1.4.1"
"version": "1.4.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit d53076e

Please sign in to comment.