Yuri Karamian
b4bb3b89d6
Update project links for GitLab migration
2026-07-23 17:58:44 +02:00
Yuri Karamian
6251d96193
docs: bump README download links to 1.3.3
2026-06-28 14:49:54 +02:00
Yuri Karamian
b9ea14f330
README: document the macOS damaged-app fix (xattr)
2026-06-25 11:42:53 +02:00
Yuri Karamian
9f2e0ba8b6
README: add macOS Apple Silicon (aarch64) download link
2026-06-24 20:05:56 +02:00
Yuri Karamian
ac5ab2a27a
Release v1.3.2
2026-06-22 23:06:19 +02:00
Yuri Karamian
cea98cffde
update README
2026-06-16 23:20:22 +02:00
MF and ArkHost
bc7c985489
Add encrypted secret blocks ( #111 )
...
Adds /secret markdown blocks that store passphrase-protected secrets as helix-secret fences and unlock in the editor. Uses WebCrypto PBKDF2-HMAC-SHA256 with 600k iterations plus AES-256-GCM with salt, nonce, and AAD-bound metadata because it is dependency-free, portable to simple JS/Python decryptors, and supported by browser/webview WebCrypto. Tradeoff: PBKDF2 is not memory-hard like Argon2id/scrypt, so protection depends on strong passphrases and the high iteration count.
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/111
2026-06-15 18:47:42 +02:00
Yuri Karamian
fc7d34612d
Bump version to 1.3.1
2026-06-12 09:22:12 +02:00
clintre
3648a2dc90
Update README.md - Add Solus install
2026-06-11 01:41:47 +02:00
Yuri Karamian
8f250d1ab9
Update README.md
2026-06-10 22:44:27 +02:00
Yuri Karamian
08abbe25ef
update README
2026-06-10 18:03:50 +02:00
doceys and ArkHost
d275b0e783
Build on NixOS ( #49 )
...
feat: add Nix flake for NixOS/darwin builds (#49 )
2026-04-30 11:31:47 +02:00
Yuri Karamian
fedbdfd2a1
update README.md
2026-04-27 23:23:40 +02:00
Yuri Karamian
ed2fc87e86
update README.md
2026-03-27 15:04:51 +01:00
Yuri Karamian
d46012b650
update README.md v1.2.7
2026-03-19 21:34:52 +01:00
Yuri Karamian
5d11ae6ea0
update README.md
2026-03-19 20:45:53 +01:00
Yuri Karamian
bc372993c4
v1.2.7 - prefix search, keyboard shortcut fixes, GNOME AppImage fix
2026-03-19 19:19:26 +01:00
Yuri Karamian
4897703111
update README.md
2026-03-19 01:39:20 +01:00
Yuri Karamian
79f16b454a
update README.md
2026-03-12 01:06:53 +01:00
Yuri Karamian
0b17a7c458
update README.md
2026-03-09 18:03:50 +01:00
Yuri Karamian
e67ec21319
update README.md
2026-03-08 19:13:01 +01:00
Yuri Karamian
e87c8cbe1d
update README.md
2026-03-06 21:49:44 +01:00
Yuri Karamian
4fac6d05a7
update README.md
2026-03-06 21:46:45 +01:00
Yuri Karamian
283340a0f4
update README.md
2026-03-01 00:11:17 +01:00
Yuri Karamian
545d4aec3b
update README.md
2026-03-01 00:07:54 +01:00
Yuri Karamian
9315151a64
update README.md
2026-02-28 23:53:21 +01:00
Yuri Karamian
1e7fb248b2
v1.2.0 - Update README.md
2026-02-27 00:55:52 +01:00
Yuri Karamian
deeefaa849
v1.1.9 - Update README.md
2026-02-26 22:41:31 +01:00
Yuri Karamian
245935bab0
Update README.md to v1.1.8
2026-02-25 02:28:11 +01:00
Yuri Karamian
9e2f347a4b
Update README.md to v1.1.6
2026-02-23 12:34:32 +01:00
Yuri Karamian
73a53dcb85
Update README to v1.1.5, add screenshots
2026-02-21 23:40:18 +01:00
Yuri Karamian
abac0985bc
Update README to v1.1.5, add screenshots
2026-02-21 23:38:56 +01:00
Yuri Karamian
af394c0b43
Update README to v1.1.5, add screenshots
2026-02-21 23:37:44 +01:00
Yuri Karamian
8baa976a02
v1.1.4
2026-02-19 22:59:37 +01:00
Yuri Karamian
a3229d451e
v1.1.3 - Line numbers scroll fix, source mode undo/redo, Ctrl+K links, hard break fixes
2026-02-19 01:24:36 +01:00
Yuri Karamian
c1faf0b0f5
v1.1.3 - Line numbers scroll fix, source mode undo/redo, Ctrl+K links, hard break fixes
...
- Line numbers scroll fix: source mode line numbers now scroll properly with content
- Source mode undo/redo: custom history stack for Ctrl+Z / Ctrl+Shift+Z in markdown mode
- Shift+Enter hard breaks in source mode (inserts trailing spaces + newline)
- Ctrl+K link shortcut: global keybinding for inserting/editing links
- Link modal improvements: auto-prepends https://, preserves selection range
- Hard break serialization fix: trailing spaces preserved in markdown output
- Drag prevention: prevents native text drag (copy-instead-of-move issue in Tauri webview)
2026-02-18 19:30:02 +01:00
Yuri Karamian
564c28904f
Update README: add AUR and APT install instructions, bump to v1.1.2
2026-02-17 00:54:52 +01:00
ivankopylov6603 and ArkHost
d9fe358e6b
docs: update README ( #2 )
...
- Shorten tagline to 75 chars (was 96)
- Replace download table with list for better mobile view
- Absolute URL for LICENSE
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/2
Co-authored-by: ivankopylov6603 <ivankopylov6603@noreply.codeberg.org >
Co-committed-by: ivankopylov6603 <ivankopylov6603@noreply.codeberg.org >
2026-02-16 11:19:21 +01:00
Yuri Karamian
253449acc2
Update README download links to v1.1.1
2026-02-16 02:05:02 +01:00
Yuri Karamian
81dadd4be1
Update README for v1.1.0
2026-02-15 22:22:30 +01:00
Yuri Karamian
6e75468420
v1.1.0 - View mode, daily notes, tag management, math support, and more
2026-02-15 21:13:16 +01:00
Yuri Karamian
2697e10907
Update README: add macOS download link
2026-02-14 02:13:28 +01:00
Yuri Karamian
a88fcbefba
notebook drag-and-drop, nested list fix, macOS updates, search bar auto-close
2026-02-13 23:35:30 +01:00
Yuri Karamian
070590bd2a
Update README download links to v1.0.6
2026-02-11 00:34:35 +01:00
Yuri Karamian
8acbb872dd
Update README download links to v1.0.5
2026-02-10 22:47:17 +01:00
Yuri Karamian
f6eff80e43
Update README download links to v1.0.4
2026-02-10 21:46:45 +01:00
Yuri Karamian
a95e240bcd
Update README download links to v1.0.3
2026-02-10 20:17:49 +01:00
Yuri Karamian
6a40f553f1
v1.0.2 - Update banner, smart updater, install type detection
2026-02-10 01:31:54 +01:00
Yuri Karamian
c105b83570
v1.0.1 - Toolbar hotkeys, graph view improvements, close to tray, AI version snapshots, window resize fix
2026-02-09 23:13:57 +01:00
Yuri Karamian
d6caee38b2
v1.0.0 - Initial release
2026-02-09 02:08:46 +01:00