From b347d48f2e6aef5cc1b03e7a2333e23a9ab13aa9 Mon Sep 17 00:00:00 2001 From: dynobo Date: Wed, 8 May 2024 16:51:58 +0200 Subject: [PATCH] build(release): bump to 0.5.6 --- README.md | 8 ++++---- docs/index.md | 10 +++++----- normcap/__init__.py | 2 +- pyproject.toml | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4af12cdd..8482bde8 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ take a look at the [FAQs](https://dynobo.github.io/normcap/#faqs) or #### Windows -- [NormCap-0.5.5-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.5.5/NormCap-0.5.5-x86_64-Windows.msi) +- [NormCap-0.5.6-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.5.6/NormCap-0.5.6-x86_64-Windows.msi) (Installer) #### Linux -- [NormCap-0.5.5-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.5.5/NormCap-0.5.5-x86_64.AppImage) +- [NormCap-0.5.6-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.5.6/NormCap-0.5.6-x86_64.AppImage) (Binary) - [`normcap` @ AUR](https://aur.archlinux.org/packages/normcap) (Arch/Manjaro) - [com.github.dynobo.normcap @ FlatHub](https://flathub.org/apps/details/com.github.dynobo.normcap) @@ -49,9 +49,9 @@ Note: You have to allow the unsigned application on first start: "System Prefere "Security & Privacy" → "General" → "Open anyway". You also have to allow NormCap to take screenshots. ([#135](https://github.com/dynobo/normcap/issues/135)) -- [NormCap-0.5.5-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.5/NormCap-0.5.5-x86_64-macOS.dmg) +- [NormCap-0.5.6-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.6/NormCap-0.5.6-x86_64-macOS.dmg) (Installer for x86/64) -- [NormCap-0.5.5-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.5/NormCap-0.5.5-arm64-macOS.dmg) +- [NormCap-0.5.6-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.6/NormCap-0.5.6-arm64-macOS.dmg) (Installer for M1) ## Install Python package diff --git a/docs/index.md b/docs/index.md index c3972d8a..7455a4f4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ hide:
-# NormCap v0.5.5 {.md-title} +# NormCap v0.5.6 {.md-title}

OCR-powered screenshot tool to capture text
instead of images.

@@ -15,13 +15,13 @@ Packages with the [latest changes](https://github.com/dynobo/normcap/blob/main/CHANGELOG) for your system:
-- [Download for **Windows**](https://github.com/dynobo/normcap/releases/download/v0.5.5/NormCap-0.5.5-x86_64-Windows.msi) +- [Download for **Windows**](https://github.com/dynobo/normcap/releases/download/v0.5.6/NormCap-0.5.6-x86_64-Windows.msi) x86_64, ~120 MB -- [Download for **Linux**](https://github.com/dynobo/normcap/releases/download/v0.5.5/NormCap-0.5.5-x86_64.AppImage) +- [Download for **Linux**](https://github.com/dynobo/normcap/releases/download/v0.5.6/NormCap-0.5.6-x86_64.AppImage) x86_64, ~90 MB -- [Download for **macOS**](https://github.com/dynobo/normcap/releases/download/v0.5.5/NormCap-0.5.5-x86_64-macOS.dmg) +- [Download for **macOS**](https://github.com/dynobo/normcap/releases/download/v0.5.6/NormCap-0.5.6-x86_64-macOS.dmg) x86_64, ~80 MB -- [Download for **macOS (M1)**](https://github.com/dynobo/normcap/releases/download/v0.5.5/NormCap-0.5.5-arm64-macOS.dmg) +- [Download for **macOS (M1)**](https://github.com/dynobo/normcap/releases/download/v0.5.6/NormCap-0.5.6-arm64-macOS.dmg) arm64, ~65 MB
diff --git a/normcap/__init__.py b/normcap/__init__.py index 164a273d..b6bc079c 100644 --- a/normcap/__init__.py +++ b/normcap/__init__.py @@ -1,3 +1,3 @@ """Normcap Package.""" -__version__ = "0.5.5" +__version__ = "0.5.6" diff --git a/pyproject.toml b/pyproject.toml index e48b85ea..7474000b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "normcap" -version = "0.5.5" +version = "0.5.6" description = "OCR-powered screen-capture tool to capture information instead of images." keywords = ["screenshot", "ocr", "capture", "clipboard"] readme = "README.md" @@ -230,7 +230,7 @@ max_cluster_size = 1 [tool.briefcase] project_name = "NormCap" bundle = "eu.dynobo" -version = "0.5.5" +version = "0.5.6" url = "https://github.com/dynobo/normcap" license = "GPLv3" author = 'dynobo' @@ -345,7 +345,7 @@ use_full_install_path = false [tool.tbump.version] -current = "0.5.5" +current = "0.5.6" regex = ''' (?P\d+) \.