lucaronin
0331b40ae2
fix: persist layout panel widths
2026-04-30 15:53:32 +02:00
lucaronin
e49af5855b
fix: ignore stale vault refreshes after note switch
2026-04-30 10:54:16 +02:00
lucaronin
1f4889fe66
fix: keep vault loading shell visible
2026-04-29 23:12:33 +02:00
lucaronin
2624d32b50
fix: keep large vault startup responsive
2026-04-29 21:47:29 +02:00
lucaronin
cb9ebaadad
fix: keep manual selection after inbox organize
2026-04-29 19:53:33 +02:00
lucaronin
6ee7f219f5
feat: add gemini cli agent support
2026-04-29 11:16:52 +02:00
lucaronin
2fe6c5b580
fix: respect selected ai agent in right panel
2026-04-28 07:36:22 +02:00
lucaronin
9c05e17d37
fix: sanitize custom view filenames
2026-04-28 05:39:41 +02:00
lucaronin
c72d833624
feat: add pi ai agent support
2026-04-28 03:41:04 +02:00
lucaronin
49717dc671
feat: add opencode ai agent option
2026-04-28 01:26:21 +02:00
lucaronin
a2f8ba72a2
fix: complete app localization pass
2026-04-26 19:37:21 +02:00
lucaronin
f523099854
feat: add vault loading skeleton
2026-04-26 17:35:09 +02:00
lucaronin
15f38f096f
feat: support non-git vaults
2026-04-26 17:08:14 +02:00
lucaronin
5fd8f8fb40
feat: add markdown math support
2026-04-26 03:52:10 +02:00
lucaronin
51010ca578
fix: show manual update feedback
2026-04-25 17:15:19 +02:00
lucaronin
944efada94
fix: load note windows without vault scan
2026-04-25 10:53:09 +02:00
lucaronin
05896bde19
fix: restore editor external link toolbar actions
2026-04-24 23:25:22 +02:00
lucaronin
d6b3c0aef3
feat: add windows desktop release support
2026-04-24 19:23:55 +02:00
Brian Lee
05156ca793
feat: add inbox auto-advance setting
2026-04-24 15:04:08 +09:00
lucaronin
98ade7411a
fix: avoid duplicate onboarding vault writes
2026-04-24 01:23:16 +02:00
lucaronin
18776341f8
fix: persist onboarding vault selections
2026-04-24 01:08:13 +02:00
lucaronin
accc6270d3
fix: restore vault images and default folders
2026-04-23 23:11:46 +02:00
lucaronin
c9623d5ca8
feat: add arrow ligatures in both editors
2026-04-23 22:06:01 +02:00
lucaronin
b0b476c9e5
fix: harden external AI tool setup
2026-04-22 19:18:52 +02:00
lucaronin
1b3a444368
fix: show welcome on fresh install without missing vault
2026-04-21 23:34:07 +02:00
lucaronin
dbaf361878
test: fix starter-vault app shell coverage
2026-04-20 11:32:44 +02:00
lucaronin
d3741c82f5
test: fix starter-vault shell regression
2026-04-20 11:20:27 +02:00
lucaronin
44f0c7cb74
feat: open favorites in neighborhood mode
2026-04-19 21:27:32 +02:00
lucaronin
8019c4fb2d
fix: defer missing vault startup state
2026-04-19 20:08:10 +02:00
lucaronin
e0594820f0
fix: unwind neighborhood history on escape
2026-04-19 18:46:10 +02:00
lucaronin
f5cc5ffb4f
fix: satisfy clippy and stabilize app startup test
2026-04-19 16:28:02 +02:00
lucaronin
00cb938766
fix: add cmd o quick-open alias
2026-04-19 13:47:02 +02:00
lucaronin
86adf860b5
fix: restore bottom bar vault switching
2026-04-18 15:59:34 +02:00
lucaronin
b78dfad384
fix: resume onboarding after telemetry on fresh start
2026-04-18 03:10:41 +02:00
lucaronin
9ac51bab9a
test: pin app test active vault
2026-04-18 02:35:41 +02:00
lucaronin
1fee994863
test: cover mock vault config path
2026-04-18 02:21:48 +02:00
lucaronin
764bbf0e4c
test: scope inbox sidebar assertion
2026-04-18 02:10:54 +02:00
lucaronin
7536169508
fix: resume onboarding after telemetry consent
2026-04-18 00:21:52 +02:00
lucaronin
fb55ed2f6d
fix: remove unsupported block colors menu
2026-04-17 17:48:12 +02:00
lucaronin
905754e0c5
fix: reduce editor-only window width floor
2026-04-16 09:38:34 +02:00
lucaronin
d469f220e7
fix: make main window min width follow visible panes
2026-04-16 05:03:01 +02:00
lucaronin
9041246a32
test: stabilize CI vault defaults
2026-04-14 17:04:23 +02:00
lucaronin
f50d9127d1
fix: restore editor code block highlighting
2026-04-13 22:00:50 +02:00
lucaronin
fd9de04275
feat: add first-launch Claude Code onboarding
2026-04-12 19:56:10 +02:00
lucaronin
e2745d96eb
refactor: remove github auth integration
2026-04-12 17:08:07 +02:00
lucaronin
361898b187
refactor: rename app branding from Laputa to Tolaria
2026-04-12 01:35:34 +02:00
lucaronin
7bc74432ac
feat: add explicit note organization setting
2026-04-10 13:52:39 +02:00
lucaronin
de8a246521
feat: remove AI Provider Keys section from Settings
...
The OpenAI and Google AI key fields were unused — no feature reads them.
Removes the UI section, KeyField component, and all related state/storage
code across frontend (types, hooks, mock handlers, tests) and Rust backend.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-05 01:34:30 +02:00
lucaronin
0be1060d81
fix: remove Update channel from Settings, keep only Release channel
...
Update channel (Stable/Canary) was redundant since builds are flat.
Removed the UI dropdown, canary update logic in useUpdater, and
update_channel field from Settings type (TS + Rust). Release channel
(Alpha/Beta/Stable) remains as the sole selector.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-04 12:11:26 +02:00
lucaronin
790ef77a75
feat: add Custom Views UI — create dialog, filter builder, sidebar integration
...
CreateViewDialog with FilterBuilder for constructing filter conditions
(field/operator/value rows). Wire onCreateView and onDeleteView in App.tsx
with Tauri command integration. Sidebar VIEWS section shows "+" button
for discoverability even when empty, and delete buttons on hover.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-02 20:54:06 +02:00