Skip to content

Commit d53076e

Browse files
committed
1.4.2
1 parent 8a9b1e9 commit d53076e

File tree

6 files changed

+5
-47
lines changed

6 files changed

+5
-47
lines changed

.github/workflows/package.yml

+1-21
Original file line numberDiff line numberDiff line change
@@ -281,41 +281,21 @@ jobs:
281281
$env:TAURI_PRIVATE_KEY="${{ secrets.TAURI_PRIVATE_KEY }}"
282282
$env:TAURI_KEY_PASSWORD="${{ secrets.TAURI_KEY_PASSWORD }}"
283283
pnpm tauri build --target ${{ matrix.target }}
284-
# - name: touch config file
285-
# run: New-item src-tauri/target/${{ matrix.target }}/release/config.toml
286-
# - name: portable zip
287-
# uses: vimtor/action-zip@v1.1
288-
# with:
289-
# files: src-tauri/target/${{ matrix.target }}/release/pot.exe src-tauri/target/${{ matrix.target }}/release/config.toml
290-
# dest: pot_${{needs.change-version-for-windows.outputs.version}}_x64_portable.zip
291284
- name: Upload Artifacts
292285
uses: actions/upload-artifact@v3
293286
with:
294287
name: pot_${{ matrix.target }}.msi
295288
path: src-tauri/target/${{ matrix.target }}/release/bundle/msi/*.msi
296289
if-no-files-found: error
297-
# - name: Upload Artifacts
298-
# uses: actions/upload-artifact@v3
299-
# with:
300-
# name: pot_${{needs.change-version-for-windows.outputs.version}}_x64_portable.zip
301-
# path: pot_${{needs.change-version-for-windows.outputs.version}}_x64_portable.zip
302-
# if-no-files-found: error
303290
- name: Upload Release
304291
if: startsWith(github.ref, 'refs/tags')
305292
uses: softprops/action-gh-release@v1
306293
with:
307294
body_path: CHANGELOG
308295
token: ${{ secrets.TOKEN }}
309296
files: src-tauri/target/${{ matrix.target }}/release/bundle/msi/*.msi*
310-
# - name: Upload Release
311-
# if: startsWith(github.ref, 'refs/tags')
312-
# uses: softprops/action-gh-release@v1
313-
# with:
314-
# body_path: CHANGELOG
315-
# token: ${{ secrets.TOKEN }}
316-
# files: pot_${{needs.change-version-for-windows.outputs.version}}_x64_portable.zip
317297
- name: Upload WinGet
318-
if: startsWith(github.ref, 'refs/tags')
298+
if: startsWith(github.ref, 'refs/tags') && matrix.target == 'x86_64-pc-windows-msvc'
319299
uses: vedantmgoyal2009/winget-releaser@v2
320300
with:
321301
identifier: Pylogmon.pot

CHANGELOG

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
## 1.4.1 (2023-06-13)
1+
## 1.4.2 (2023-06-14)
22

33
### New feature:
44

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

97
### Bugs fixed:
108

11-
- Error of iFlytek OCR when image has no words([`22b2a87`](https://github.com/pot-app/pot-desktop/commit/22b2a870df25939c807fdb4aa31f40e371a5f719)) (by @ccslykx)
12-
- Image can't reload([`dff4adf`](https://github.com/pot-app/pot-desktop/commit/dff4adf746ad52be7143e277df139e000ce4095f)) (by @Pylogmon)
9+
- OpenAI Stream interrupted([`031935e`](https://github.com/pot-app/pot-desktop/commit/031935eb5cc10ee77d2919645b380003f8431ecd)) (by @Pylogmon)

actions/build-for-arm/Dockerfile

-5
This file was deleted.

actions/build-for-arm/action.yml

-7
This file was deleted.

actions/build-for-arm/entrypoint.sh

-7
This file was deleted.

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "pot",
11-
"version": "1.4.1"
11+
"version": "1.4.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)