mf and ArkHost
ebf38e2281
Add notes list toggle shortcut ( #145 )
...
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/145
2026-06-21 12:50:31 +02:00
Yuri Karamian
11673bd8c4
Fix Android crash when swiping back with modal open ( #90 )
2026-06-19 10:47:39 +02:00
Yuri Karamian
856ac94a76
Centralize darkThemes list, fix dark themes reverting to light on restart
2026-06-18 13:50:33 +02:00
blake and ArkHost
50d27d5636
main ( #106 )
...
WIP: Themes, accents, dropdown
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/106
2026-06-12 17:19:14 +02:00
Yuri Karamian
4aa399e96e
Fix desktop showing the mobile layout: decide layout from the actual build platform (cfg!(mobile)) instead of sniffing the webview user-agent, which some WebKitGTK builds report mobile-looking ( #63 )
2026-06-11 23:35:24 +02:00
Yuri Karamian
2fea44bde6
Vault picker: remove a vault from the Recent list ( #93 ); fix Tasks view showing "All Notes" as the mobile header title
2026-06-11 20:48:20 +02:00
Yuri Karamian
784248f984
Tasks: per-vault persistence for the Flagged filter, Hide done, and sort mode (issue #94 )
2026-06-11 15:50:18 +02:00
Yuri Karamian
d8c391a480
v1.3.0
2026-06-10 09:25:18 +02:00
Yuri Karamian
bd59f6dbee
Enhance calendars: unify daily and Tasks calendars, remember List/Calendar choice per vault
2026-06-08 02:53:34 +02:00
Yuri Karamian
26fa22afaa
Add task management: aggregated Tasks view (list + calendar) with inline due/priority, check off, set from row, and drag-to-reschedule ( #62 )
2026-06-08 02:34:19 +02:00
Yuri Karamian
0d0ecee06e
Add 'Restore last session on launch' setting (reopen last note + view)
2026-06-08 01:12:32 +02:00
Yuri Karamian
f19ddee17d
Persist note-list sort mode across restarts; date follows sort + tooltip
2026-06-08 00:47:05 +02:00
Yuri Karamian
5b62302b3a
Refresh notebook note counts immediately after creating a note
2026-06-08 00:31:55 +02:00
Yuri Karamian
aeafd55491
Add WebDAV sync provider (manual + auto-sync, top-bar button)
2026-06-07 23:14:04 +02:00
Yuri Karamian
71a0b9c0a0
Show mobile AI button for all configured providers
2026-06-05 11:21:11 +02:00
blake and ArkHost
0436136533
Added Solarized, Github, Nord, Tokyo Night, Dracula, and Catppuccin themes. ( #76 )
...
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/76
2026-06-04 21:49:49 +02:00
Yuri Karamian
7cbd112585
Cross-platform groundwork: platform detection, iOS config, Windows drag-drop fix, Android 10 storage fix ( #72 ), bundled fonts
2026-06-03 14:11:10 +02:00
Yuri Karamian
90f6f315f9
v1.2.9: mermaid diagrams, math editor, external viewer, manual notebook sort, heading hotkeys
2026-04-27 20:22:40 +02:00
Yuri Karamian
7624c42e02
v1.2.8 - fix url links, tab indent, todo state, graph rework, collapsible sections, nav history, page breaks, folder/tag display
2026-03-27 14:05:59 +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
e87a2edc00
Add keyboard shortcuts for sidebar, theme, focus mode, read-only, and fullscreen toggles
2026-03-17 22:37:48 +01:00
Yuri Karamian
7be1b56b7c
v1.2.5 - calendar view for daily notes, trash notebook restore, attachment/link fixes
2026-03-12 00:12:45 +01:00
Yuri Karamian
4d93696028
v1.2.1 - Internal note links, mobile improvements, window state persistence
2026-02-28 23:20:19 +01:00
Yuri Karamian
19fd44b65d
v1.2.0 - Image toolbar, graph view fixes, mobile header improvements
2026-02-27 00:23:59 +01:00
Yuri Karamian
37a837a33a
v1.1.9 - Android version prep
2026-02-26 20:20:24 +01:00
Yuri Karamian
a26f047d2b
v1.1.9 - Android version prep
2026-02-26 18:19:11 +01:00
Yuri Karamian
1440bdcd90
v1.1.8 - Fix image paste persistence, save-flush on note switch, WebKitGTK clipboard fallback
2026-02-25 01:02:45 +01:00
Yuri Karamian
3453d406fc
v1.1.6 - Multi-window, single-instance file handling, line height setting
2026-02-23 11:16:16 +01:00
Yuri Karamian
8f4f6f5f0e
Scheduled backups, fixed settings/info panel sizing, added source mode shortcut, removed unused title mode setting
2026-02-21 22:46:52 +01:00
Yuri Karamian
b4824973a5
v1.1.4 - Hide asset folders, notebook path in All Notes, nested notebook creation UX
...
- Hide asset folders (_res, _resources, _attachments, _assets, assets) from notebook listing
- Show notebook path in "All Notes" view
- Sub-notebook context menu + smart parent detection for nested notebook creation
2026-02-19 21:47:22 +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
06d53cea66
v1.1.2 - Alt+Arrow move lines, Ctrl+Shift+M source toggle, code syntax highlighting, outline panel, image spacing fix, daily notes
2026-02-16 23:41:31 +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
ea323e508b
Add macOS native titlebar support
2026-02-13 01:30:10 +01:00
Yuri Karamian
bbcca553ce
v1.0.3 - In-note search, note history navigation, keyboard shortcuts
...
- Find in note (Ctrl+F): search within current note with match highlighting and navigation
- Global vault search moved to Ctrl+Shift+F
- Note history navigation: Alt+Left/Right and mouse back/forward buttons
- Search icon added to editor toolbar
- Escape closes Settings and Info panels
- Updated Info panel with new keyboard shortcuts
- Deb install type detection with APT upgrade instructions
2026-02-10 19:38:51 +01:00
Yuri Karamian
d6caee38b2
v1.0.0 - Initial release
2026-02-09 02:08:46 +01:00