v1.0.7 - Virtual scroll, context menu fix, wiki-link cache fix

This commit is contained in:
Yuri Karamian
2026-02-11 15:08:28 +01:00
parent 070590bd2a
commit 6dfea864f3
6 changed files with 44 additions and 8 deletions
+1 -1
View File
@@ -1778,7 +1778,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "helixnotes"
version = "1.0.6"
version = "1.0.7"
dependencies = [
"chrono",
"dirs",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "helixnotes"
version = "1.0.6"
version = "1.0.7"
description = "Local-first markdown note-taking app"
authors = ["HelixNotes"]
license = "AGPL-3.0-or-later"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "HelixNotes",
"version": "1.0.6",
"version": "1.0.7",
"identifier": "com.helixnotes.app",
"build": {
"frontendDist": "../build",