Skip to content

Commit

Permalink
build(release): bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Dec 12, 2023
1 parent 77717f1 commit e91c810
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,13 +32,13 @@ take a look at the [FAQs](https://dynobo.github.io/normcap/#faqs) or

#### Windows

- [NormCap-0.5.1-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.5.1/NormCap-0.5.1-x86_64-Windows.msi)
- [NormCap-0.5.2-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.5.2/NormCap-0.5.2-x86_64-Windows.msi)
(Installer)
- [Normcap @ Microsoft Store](https://apps.microsoft.com/store/detail/normcap/XPDLJNB4B6C2ZR)\*

#### Linux

- [NormCap-0.5.1-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.5.1/NormCap-0.5.1-x86_64.AppImage)
- [NormCap-0.5.2-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.5.2/NormCap-0.5.2-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 @@ -50,9 +50,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.1-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.1/NormCap-0.5.1-x86_64-macOS.dmg)
- [NormCap-0.5.2-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.2/NormCap-0.5.2-x86_64-macOS.dmg)
(Installer for x86/64)
- [NormCap-0.5.1-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.1/NormCap-0.5.1-arm64-macOS.dmg)
- [NormCap-0.5.2-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.2/NormCap-0.5.2-arm64-macOS.dmg)
(Installer for M1)\*

<small>\* _Might be available delayed, as it is currently build/uploaded manually. (Thx,
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
></a>
<div>
<div class="hgroup">
<h1>NormCap v0.5.1</h1>
<h1>NormCap v0.5.2</h1>
<h2>
<a
href="https://en.wikipedia.org/wiki/Optical_character_recognition"
Expand All @@ -74,23 +74,23 @@ <h2>
<ul>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.5.1/NormCap-0.5.1-x86_64-Windows.msi"
href="https://github.com/dynobo/normcap/releases/download/v0.5.2/NormCap-0.5.2-x86_64-Windows.msi"
>Download for <strong>Windows</strong></a
>
<small>x86_64, ~120 MB</small>
<span data-tooltip="Run installer and start through start menu">🛈</span>
</li>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.5.1/NormCap-0.5.1-x86_64.AppImage"
href="https://github.com/dynobo/normcap/releases/download/v0.5.2/NormCap-0.5.2-x86_64.AppImage"
>Download for <strong>Linux</strong></a
>
<small>x86_64, ~90 MB</small>
<span data-tooltip="Make the file executable and run it">🛈</span>
</li>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.5.1/NormCap-0.5.1-x86_64-macOS.dmg"
href="https://github.com/dynobo/normcap/releases/download/v0.5.2/NormCap-0.5.2-x86_64-macOS.dmg"
>Download for <strong>macOS</strong></a
>
<small>x86_64, ~80 MB</small>
Expand All @@ -102,7 +102,7 @@ <h2>
</li>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.5.1/NormCap-0.5.1-arm64-macOS.dmg"
href="https://github.com/dynobo/normcap/releases/download/v0.5.2/NormCap-0.5.2-arm64-macOS.dmg"
>Download for <strong>macOS (M1)</strong></a
>
<small>arm64, ~65 MB</small>
Expand Down
2 changes: 1 addition & 1 deletion normcap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Normcap Package."""
__version__ = "0.5.1"
__version__ = "0.5.2"
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.1"
version = "0.5.2"
description = "OCR-powered screen-capture tool to capture information instead of images."
keywords = ["screenshot", "ocr", "capture", "clipboard"]
readme = "README.md"
Expand Down Expand Up @@ -214,7 +214,7 @@ max_cluster_size = 1
[tool.briefcase]
project_name = "NormCap"
bundle = "eu.dynobo"
version = "0.5.1"
version = "0.5.2"
url = "https://github.com/dynobo/normcap"
license = "GPLv3"
author = 'dynobo'
Expand Down Expand Up @@ -328,7 +328,7 @@ use_full_install_path = false


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

0 comments on commit e91c810

Please sign in to comment.