github-actions[bot]
f2bbcef7f0
Merge branch 'main' into pr-734
2026-05-23 18:17:55 +00:00
lucaronin
2df076f834
fix: bound code-block clipboard copies
alpha-v2026.5.23-alpha.0008
2026-05-23 19:59:13 +02:00
github-actions[bot]
2172719f3e
Merge branch 'main' into pr-734
2026-05-23 17:26:40 +00:00
lucaronin
49008eb79c
fix: recover empty startup vault reloads
alpha-v2026.5.23-alpha.0007
2026-05-23 19:10:10 +02:00
lucaronin
454181456d
fix: insert emoji shortcode suggestions
2026-05-23 19:06:07 +02:00
lucaronin
e07dab2310
docs: record app preferences context ADR
2026-05-23 19:06:03 +02:00
github-actions[bot]
5b275629be
Merge branch 'main' into pr-734
2026-05-23 16:30:05 +00:00
lucaronin
ae529f64cd
fix: persist property-only frontmatter edits
2026-05-23 18:12:58 +02:00
github-actions[bot]
66b1a2b301
Merge branch 'main' into pr-734
2026-05-23 16:00:34 +00:00
lucaronin
2a3ecf7270
fix: recover invalid editor block joins
alpha-v2026.5.23-alpha.0006
2026-05-23 17:49:00 +02:00
Elias Stiffel
3403c56394
test: align desktop_remote_commands_report_no_remote with has_remote fix
...
The test's name says "report_no_remote" but its push assertion still
expected the pre-fix behavior ("error"). After 6d97335d made has_remote
URL-aware, git_push on a vault with no URL-bearing remote short-circuits
with "no_remote" — matching the test name and the pull assertion above.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 17:47:58 +02:00
Elias Stiffel
2b368dc8f0
fix(git): list_remotes ignores name-only inherited remote sections
...
Sibling to the has_remote fix on this branch (6d97335d ). Plain `git remote`
lists remote names defined in any config layer, so a [remote "origin"]
section inherited from ~/.gitconfig (e.g. with `prune = true`) made
list_remotes return ["origin"] for fresh local vaults. That broke
git_add_remote (returned "already_configured") and silently neutered
disconnect_all_remotes.
Reuse remote::remote_line_has_url to parse `git remote -v` output and
keep only remotes with a non-empty URL column. Dedupe by name across
the (fetch)/(push) line pair.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 17:46:54 +02:00
Elias Stiffel
6d97335d68
fix: treat name-only remote sections as no remote
...
`has_remote()` ran bare `git remote`, which lists every remote name from
any config layer — so a `[remote "origin"]` section inherited from the
user's `~/.gitconfig` (e.g. with only `prune = true`) made every vault
look remote-backed. `git_pull` then ran `git pull --no-rebase`, hit
"no tracking information", and the status bar surfaced "Sync failed".
Parse `git remote -v` and require at least one line with a non-empty URL
column. Mirror the guard on `git_push` so direct callers return
`no_remote` instead of issuing a doomed push. Handle `no_remote`
explicitly in `useAutoSync.performPull` / `pullAndPush` / `handlePushResult`
so the frontend short-circuits the push step and keeps a neutral status.
Fixes: https://github.com/refactoringhq/tolaria/issues/734
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 17:19:34 +02:00
lucaronin
12646d4e98
fix: recover stale editor block references
alpha-v2026.5.23-alpha.0005
2026-05-23 16:53:43 +02:00
lucaronin
f0fb7b7418
fix: recover invalid insertion depth transforms
alpha-v2026.5.23-alpha.0004
2026-05-23 16:11:20 +02:00
lucaronin
5bb3fe0550
fix: recover stale table editor transforms
alpha-v2026.5.23-alpha.0003
2026-05-23 15:28:35 +02:00
lucaronin
7709ad1002
fix: recover missing note frontmatter writes
alpha-v2026.5.23-alpha.0002
2026-05-23 14:41:11 +02:00
lucaronin
948b1501bf
fix: route sync to selected git repository
alpha-v2026.5.23-alpha.0001
2026-05-23 14:07:56 +02:00
lucaronin
806df2c586
feat: create notes from quick open
alpha-v2026.5.22-alpha.0003
2026-05-21 19:03:13 +02:00
Luca Rossi
3bed1f9235
Merge pull request #717 from mvanhorn/fix/710-numeric-property-rendered-as-ipv4
...
fix: do not treat pure-numeric property values as bare-domain URLs (#710 )
alpha-v2026.5.22-alpha.0002
2026-05-21 16:20:10 +02:00
Luca Rossi
07248fb868
Merge pull request #711 from mvanhorn/fix/705-mcp-node-discovery-linuxbrew-fallback
...
fix: include linuxbrew node path in MCP runtime fallbacks (#705 )
2026-05-21 16:19:46 +02:00
github-actions[bot]
8f948d4c41
Merge branch 'main' into fix/705-mcp-node-discovery-linuxbrew-fallback
2026-05-21 14:19:12 +00:00
github-actions[bot]
cfb8e0aa4f
Merge branch 'main' into fix/710-numeric-property-rendered-as-ipv4
2026-05-21 14:19:08 +00:00
lucaronin
fa9de47729
Merge remote-tracking branch 'refs/remotes/origin/pr-711'
2026-05-21 16:04:56 +02:00
lucaronin
fe84ed91ac
Merge remote-tracking branch 'refs/remotes/origin/pr-716'
2026-05-21 16:00:58 +02:00
lucaronin
b5e0c9d890
Merge remote-tracking branch 'refs/remotes/origin/pr-717'
2026-05-21 15:56:29 +02:00
github-actions[bot]
5d9deb3028
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-21 13:30:12 +00:00
lucaronin
600ddccff4
docs: align stable release notes filename
v2026-05-21
alpha-v2026.5.22-alpha.0001
2026-05-21 15:29:37 +02:00
github-actions[bot]
e3e7981d8a
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-21 13:25:11 +00:00
lucaronin
bf1feb204b
docs: add stable release notes
2026-05-21 15:24:35 +02:00
github-actions[bot]
2f4d52e53a
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-21 12:08:49 +00:00
lucaronin
2c9b897430
docs: add Portent templates page
alpha-v2026.5.21-alpha.0005
2026-05-21 13:57:23 +02:00
github-actions[bot]
e1486959bb
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-21 10:13:52 +00:00
lucaronin
74dac301d3
fix: speed up note window startup
alpha-v2026.5.21-alpha.0004
2026-05-21 12:01:14 +02:00
github-actions[bot]
2011acf1e2
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-21 08:33:24 +00:00
github-actions[bot]
50c46f9924
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-21 08:22:15 +00:00
lucaronin
ecfc76af59
fix: restore note window opening
alpha-v2026.5.21-alpha.0003
2026-05-21 10:19:49 +02:00
lucaronin
b2a94b482e
chore: tighten eslint pipeline
alpha-v2026.5.21-alpha.0002
2026-05-21 10:08:15 +02:00
github-actions[bot]
425393b4a2
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-21 08:03:06 +00:00
lucaronin
ac196bec58
feat: expand note list context menu
...
Co-authored-by: Brian Lee <engbrianlee@gmail.com >
alpha-v2026.5.21-alpha.0001
2026-05-21 09:49:38 +02:00
github-actions[bot]
4e3dfaad55
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-20 21:32:53 +00:00
lucaronin
d5b2773436
fix: satisfy release project build
alpha-v2026.5.20-alpha.0001
2026-05-20 23:19:52 +02:00
github-actions[bot]
695c8423f5
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-20 18:02:43 +00:00
lucaronin
c7c53cafa2
feat: add note item context menu
2026-05-20 19:50:42 +02:00
github-actions[bot]
6c29a01a69
Merge branch 'main' into fix/705-mcp-node-discovery-linuxbrew-fallback
2026-05-20 17:42:41 +00:00
github-actions[bot]
7a72df1c2f
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-20 17:42:38 +00:00
lucaronin
5f87debecb
fix: support go code block highlighting
2026-05-20 19:30:32 +02:00
github-actions[bot]
57c61a1ddd
Merge branch 'main' into fix/705-mcp-node-discovery-linuxbrew-fallback
2026-05-20 17:27:45 +00:00
github-actions[bot]
08abcd5eff
Merge branch 'main' into fix/695-claude-codex-windows-spawn-shim
2026-05-20 17:27:42 +00:00
github-actions[bot]
bb47cf875d
Merge branch 'main' into fix/710-numeric-property-rendered-as-ipv4
2026-05-20 17:27:39 +00:00