Yuri Karamian
6b165059cc
Refine note info path and history
2026-08-03 02:03:58 +02:00
Yuri Karamian
54e051ba02
Add configurable startup view
2026-08-03 00:12:55 +02:00
Yuri Karamian
0e5b380f8c
Sync detached window typography
2026-07-24 20:55:57 +02:00
Yuri Karamian
9c53b3b594
Fix iOS Files vault transitions
2026-07-24 15:54:12 +02:00
Yuri Karamian
d497ff8aaf
Add iOS Files vault selection
2026-07-24 02:19:00 +02:00
Yuri Karamian
c4d1f12b2e
fix: use vault-relative paths in wikilinks for cross-device sync
2026-07-10 11:30:06 +02:00
Yuri Karamian
6098dd01b4
Add macOS notarization entitlements + iOS mobile guards
...
- Add entitlements.plist for Developer ID hardened runtime (JIT,
unsigned memory, library validation, network client)
- Reference entitlements in tauri.conf.json bundle.macOS
- Guard get_install_type() with early mobile return (avoids
std::process::Command in iOS binary)
- Add cfg(mobile) no-op branch to xdg_open()
2026-07-09 16:46:59 +02:00
Yuri Karamian
479c957698
Robust Obsidian importer: frontmatter normalization, syntax conversion, deprecated property renaming, same-note heading links
2026-06-30 22:10:22 +02:00
Yuri Karamian
13fd70f944
Fix Android note creation delay: throttle file watcher IPC ( #191 )
2026-06-30 19:48:19 +02:00
Yuri Karamian
b643eeb884
Gate set_mobile_config_dir behind cfg(mobile) to fix desktop dead-code warning ( #183 )
2026-06-28 19:08:01 +02:00
Yuri Karamian
a43bf05bf0
WebDAV sync: make config per-vault so switching vaults no longer cross-contaminates remotes; migrate existing global config
...
to the active vault
2026-06-27 01:08:02 +02:00
Yuri Karamian
30c3523722
Parallelize vault-stats and tasks scanning for faster Info/Tasks loads on Android
2026-06-25 12:37:32 +02:00
blake
7b3609afbb
Added custom themes, import/export option with json ( #159 )
...
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/159
2026-06-23 20:19:23 +02:00
Yuri Karamian
84ff75f223
Fix #157 : don't flag notebook folder icons as orphaned attachments
2026-06-23 14:03:29 +02:00
Yuri Karamian
3d28665e1e
Add settings to hide unused sidebar items ( #153 )
2026-06-22 12:52:07 +02:00
Yuri Karamian
1c46935cc5
Add Note Width setting to cap editor content width ( #137 )
2026-06-20 15:01:01 +02:00
Yuri Karamian
93e96829f4
Add setting to toggle link arrows ( #128 )
2026-06-19 11:06:49 +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
15c6e6388a
Attachments: manual 'Find orphaned attachments' tool in the Info panel - scans all notes incl. trash, previews unreferenced files with sizes, moves to vault trash (recoverable); conservative raw+decoded matching, re-verified before moving, with a loading spinner ( #52 )
2026-06-11 23:16:59 +02:00
Yuri Karamian
db924f7352
Disable in-app updater for repo builds (HELIXNOTES_INSTALL_TYPE), open tel:/sms: links in the system handler ( #98 ), label AI button \"OpenAI Compatible\"
2026-06-11 21:24:42 +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
67d5ae87c3
Daily note title format setting (Localized/ISO/Long/US/EU); filenames stay ISO ( #40 )
2026-06-10 20:44:29 +02:00
Yuri Karamian
92e8422cb0
Add 'Start week on' setting (Monday default / Sunday) for daily and tasks calendars
2026-06-08 20:56:28 +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
6115ad4ab6
Add 'Show dates' setting to toggle the note-list date
2026-06-08 01:00:25 +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
a28e514ed4
Fix Windows wiki-link/graph showing duplicate and old-version notes (path separators)
2026-06-07 18:55:12 +02:00
Yuri Karamian
139ecc8176
Add Interface Scale setting to zoom the whole app (80-200%)
2026-06-04 19:27:00 +02:00
qyrhal and midhun kumar
4b82d51f6c
Added openai compatible v1 completions and ollama api key compatibility ( #73 ) ( #74 )
...
Added:
- v1 completions (OpenAI compatible) and testing connection
- Add API key handling for Ollama and v1 completions if required
Co-authored-by: midhun kumar <midh0001@student.monash.edu >
Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/74
2026-06-03 18:49:11 +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
9f595212dd
add unfiled notes
2026-03-17 21:45:51 +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
fffea45c50
v1.2.3
2026-03-06 20:20:15 +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
d098066899
v1.1.7 - Fix Untitled note rename, Ollama support, replace Sonnet 4.5 with Sonnet 4.6
2026-02-24 22:15:32 +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
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
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
a88fcbefba
notebook drag-and-drop, nested list fix, macOS updates, search bar auto-close
2026-02-13 23:35:30 +01:00
Yuri Karamian
f688cf4bd4
v1.0.4 - Quick Access reorder, performance improvements, search fixes
...
- Quick Access drag-to-reorder: drag notes to rearrange, order persists
- Quick Access preserves order when moving notes between notebooks
- In-note search: debounced input, proper scroll-to-match
- Panel resize: RAF-batched updates, editor containment during resize
- Thinner resize handles (3px)
- Note list: removed transition, added CSS containment for 1200+ notes
- Escape closes Settings and Info panels
- Fix Quick Access cache invalidation on remove
2026-02-10 21:14:50 +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
6a40f553f1
v1.0.2 - Update banner, smart updater, install type detection
2026-02-10 01:31:54 +01:00