diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index c3eed9340..dd65f4374 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -163,6 +163,7 @@ jobs: with: python-version: "3.10" - name: Poetry publish + continue-on-error: true run: | poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN }} @@ -203,7 +204,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: FTP upload windows package if: matrix.os == 'windows-2022' && github.repository == 'dynobo/normcap' - uses: SamKirkland/FTP-Deploy-Action@4.3.4 + uses: SamKirkland/FTP-Deploy-Action@v4.3.4 with: server: ${{ secrets.WEBGO_FTP_HOST }} username: ${{ secrets.WEBGO_FTP_USER }} diff --git a/README.md b/README.md index a958b8a47..05b5fc7b4 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ macOS and Windows._** Install a prebuilt release: - **Windows**: - [NormCap-0.4.1-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64-Windows.msi) + [NormCap-0.4.2-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.4.2/NormCap-0.4.2-x86_64-Windows.msi) - **Linux**: - [NormCap-0.4.1-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64.AppImage) + [NormCap-0.4.2-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.4.2/NormCap-0.4.2-x86_64.AppImage) - **macOS** (x86) ¹: - [NormCap-0.4.1-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64-macOS.dmg) + [NormCap-0.4.2-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.2/NormCap-0.4.2-x86_64-macOS.dmg) - **macOS** (M1) ¹·²: - [NormCap-0.4.1-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-arm64-macOS.dmg) + [NormCap-0.4.2-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.2/NormCap-0.4.2-arm64-macOS.dmg) \ 1: On macOS, allow the unsigned application on first start: "System Preferences" → "Security & Privacy" → "General" → "Open anyway". You might also need diff --git a/bundle/normcap.wxs b/bundle/normcap.wxs index 3ada760df..5bea5a4d2 100644 --- a/bundle/normcap.wxs +++ b/bundle/normcap.wxs @@ -1,5 +1,5 @@ - + diff --git a/docs/index.html b/docs/index.html index c4f361059..03b3027e3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -53,7 +53,7 @@ >
-

NormCap v0.4.1

+

NormCap v0.4.2

  • Download for Windows x86_64, ~120 MB @@ -82,7 +82,7 @@

  • Download for Linux x86_64, ~90 MB @@ -90,7 +90,7 @@

  • Download for macOS x86_64, ~80 MB @@ -102,7 +102,7 @@

  • Download for macOS (M1) arm64, ~65 MB diff --git a/normcap/__init__.py b/normcap/__init__.py index cb87265a1..8909863d3 100644 --- a/normcap/__init__.py +++ b/normcap/__init__.py @@ -1,3 +1,3 @@ """Normcap Package.""" -__version__ = "0.4.1" +__version__ = "0.4.2" diff --git a/pyproject.toml b/pyproject.toml index 326804a31..626ecab4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "normcap" -version = "0.4.1" +version = "0.4.2" description = "OCR-powered screen-capture tool to capture information instead of images." keywords = ["screenshot", "ocr", "capture", "clipboard"] license = "GPLv3" @@ -160,7 +160,7 @@ no_show = true [tool.briefcase] project_name = "NormCap" bundle = "eu.dynobo" -version = "0.4.1" +version = "0.4.2" url = "https://github.com/dynobo/normcap" license = "GPLv3" author = 'dynobo' @@ -252,7 +252,7 @@ template_branch = "main" [tool.tbump] [tool.tbump.version] -current = "0.4.1" +current = "0.4.2" regex = ''' (?P\d+) \.