From 6251d961932a7122f789e7014c25a8612adb59d9 Mon Sep 17 00:00:00 2001 From: Yuri Karamian Date: Sun, 28 Jun 2026 14:49:54 +0200 Subject: [PATCH] docs: bump README download links to 1.3.3 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dff21ee..0b3fa54 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HelixNotes [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](https://codeberg.org/ArkHost/HelixNotes/src/branch/main/LICENSE) -[![Latest Release](https://img.shields.io/badge/release-v1.3.2-green)](https://codeberg.org/ArkHost/HelixNotes/releases) +[![Latest Release](https://img.shields.io/badge/release-v1.3.3-green)](https://codeberg.org/ArkHost/HelixNotes/releases) [![Website](https://img.shields.io/badge/web-helixnotes.com-purple)](https://helixnotes.com) [![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20Windows%20%7C%20macOS%20%7C%20Android-lightgrey)]() @@ -10,7 +10,7 @@ A local markdown note-taking app built with Tauri, SvelteKit, and Rust. Your notes are stored as standard Markdown files on your local filesystem. No cloud, no lock-in. -## Download (v1.3.2) +## Download (v1.3.3) ### Linux @@ -92,21 +92,21 @@ sudo eopkg it helixnotes #### AppImage (Arch, Fedora 43+, openSUSE Tumbleweed) -[Download AppImage](https://download.helixnotes.com/releases/v1.3.2/HelixNotes_1.3.2_amd64.AppImage) +[Download AppImage](https://download.helixnotes.com/releases/v1.3.3/HelixNotes_1.3.3_amd64.AppImage) #### .deb (manual) -[Download .deb](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.2/HelixNotes_1.3.2_amd64.deb) (Ubuntu 22.04+) +[Download .deb](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.3/HelixNotes_1.3.3_amd64.deb) (Ubuntu 22.04+) ### Windows -[Download Installer](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.2/HelixNotes_1.3.2_x64-setup.exe) (Windows 10/11) +[Download Installer](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.3/HelixNotes_1.3.3_x64-setup.exe) (Windows 10/11) ### macOS -[Download .dmg (Apple Silicon)](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.2/HelixNotes_1.3.2_aarch64.dmg) (M-series Macs) +[Download .dmg (Apple Silicon)](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.3/HelixNotes_1.3.3_aarch64.dmg) (M-series Macs) -[Download .dmg (Intel)](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.2/HelixNotes_1.3.2_x64.dmg) (older Macs, or Apple Silicon via Rosetta) +[Download .dmg (Intel)](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.3/HelixNotes_1.3.3_x64.dmg) (older Macs, or Apple Silicon via Rosetta) > **"HelixNotes is damaged and can't be opened"?** The app isn't damaged. The macOS build isn't notarized by Apple yet, so Gatekeeper blocks it on Apple Silicon. Run this once in Terminal, then open it normally (you'll need to redo it after each update): > @@ -116,7 +116,7 @@ sudo eopkg it helixnotes ### Android -[Download APK](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.2/HelixNotes_1.3.2_android.apk) +[Download APK](https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.3.3/HelixNotes_1.3.3_android.apk) ---