Skip to content

Commit

Permalink
build(release): bump to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed May 8, 2024
1 parent b92e4ce commit b347d48
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ hide:
<div class="grid" markdown>

<div markdown>
# NormCap v0.5.5 {.md-title}
# NormCap v0.5.6 {.md-title}

<p class="md-subtitle">OCR-powered screenshot tool to capture text<br> instead of images.</p>

Packages with the
[latest changes](https://github.com/dynobo/normcap/blob/main/CHANGELOG) for your system:

<div class="annotate" markdown>
- [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)
<small>x86_64, ~120 MB</small>
- [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)
<small>x86_64, ~90 MB</small>
- [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)
<small>x86_64, ~80 MB</small>
- [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)
<small>arm64, ~65 MB</small>
</div>

Expand Down
2 changes: 1 addition & 1 deletion normcap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Normcap Package."""

__version__ = "0.5.5"
__version__ = "0.5.6"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -345,7 +345,7 @@ use_full_install_path = false


[tool.tbump.version]
current = "0.5.5"
current = "0.5.6"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit b347d48

Please sign in to comment.