github-actions[bot]
c62fb2227e
Merge branch 'main' into pr-736
2026-05-24 09:01:10 +00:00
lucaronin
194cebdfe0
fix: clamp selection toolbar to viewport
alpha-v2026.5.24-alpha.0003
2026-05-24 10:48:14 +02:00
github-actions[bot]
38b336357f
Merge branch 'main' into pr-736
2026-05-24 08:44:21 +00:00
lucaronin
d8e0524613
test: cover immediate new note editing
alpha-v2026.5.24-alpha.0002
2026-05-24 10:30:16 +02:00
github-actions[bot]
80e685cc33
Merge branch 'main' into pr-736
2026-05-24 08:22:25 +00:00
lucaronin
e4afa7cfa5
fix: ratchet codescene thresholds
alpha-v2026.5.24-alpha.0001
2026-05-24 10:08:24 +02:00
lucaronin
c6faf005b5
fix: prefer Windows OpenCode cmd shims
2026-05-24 00:06:53 +02:00
github-actions[bot]
3efa44df6d
Merge branch 'main' into pr-736
2026-05-23 21:49:27 +00:00
lucaronin
2e9f07bab4
fix: use custom chrome on Windows
alpha-v2026.5.23-alpha.0014
2026-05-23 23:36:22 +02:00
lucaronin
39159b9b1e
fix: detect installed Codex on Windows
2026-05-23 23:25:38 +02:00
github-actions[bot]
a9f38fb372
Merge branch 'main' into pr-736
2026-05-23 21:01:32 +00:00
lucaronin
770fdee881
fix: preserve AI session when panel closes
alpha-v2026.5.23-alpha.0013
2026-05-23 22:39:02 +02:00
github-actions[bot]
56e5c98a84
Merge branch 'main' into pr-736
2026-05-23 20:30:11 +00:00
lucaronin
0979c0664c
fix: derive AI agent targets from registry
alpha-v2026.5.23-alpha.0012
2026-05-23 22:09:39 +02:00
github-actions[bot]
69000f205a
Merge branch 'main' into pr-736
2026-05-23 20:08:06 +00:00
lucaronin
ce237039c9
fix: preserve editor focus during active note refresh
alpha-v2026.5.23-alpha.0011
2026-05-23 21:53:21 +02:00
github-actions[bot]
c1cd894516
Merge branch 'main' into pr-736
2026-05-23 19:46:28 +00:00
lucaronin
1c8207eeb5
refactor: split vault loader workspace tests
alpha-v2026.5.23-alpha.0010
2026-05-23 21:26:03 +02:00
github-actions[bot]
d03c780180
Merge branch 'main' into pr-736
2026-05-23 19:06:35 +00:00
lucaronin
35d258c0ba
fix: keep active vault folder roots visible
alpha-v2026.5.23-alpha.0009
2026-05-23 21:01:36 +02:00
github-actions[bot]
b8b07a0310
Merge branch 'main' into pr-736
2026-05-23 18:17:57 +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]
58f703e0a7
Merge branch 'main' into pr-736
2026-05-23 17:26:43 +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]
a89416e9a5
Merge branch 'main' into pr-736
2026-05-23 16:30:07 +00:00
lucaronin
ae529f64cd
fix: persist property-only frontmatter edits
2026-05-23 18:12:58 +02:00
github-actions[bot]
ec286e98d2
Merge branch 'main' into pr-736
2026-05-23 16:00:36 +00:00
lucaronin
2a3ecf7270
fix: recover invalid editor block joins
alpha-v2026.5.23-alpha.0006
2026-05-23 17:49:00 +02:00
lucaronin
12646d4e98
fix: recover stale editor block references
alpha-v2026.5.23-alpha.0005
2026-05-23 16:53:43 +02:00
github-actions[bot]
86e88a3d43
Merge branch 'main' into pr-736
2026-05-23 14:28:29 +00:00
lucaronin
f0fb7b7418
fix: recover invalid insertion depth transforms
alpha-v2026.5.23-alpha.0004
2026-05-23 16:11:20 +02:00
github-actions[bot]
ec20c02784
Merge branch 'main' into pr-736
2026-05-23 13:45:08 +00:00
lucaronin
5bb3fe0550
fix: recover stale table editor transforms
alpha-v2026.5.23-alpha.0003
2026-05-23 15:28:35 +02:00
github-actions[bot]
7c231b08d7
Merge branch 'main' into pr-736
2026-05-23 12:57:04 +00: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
Elias Stiffel
5dd3b98fec
fix: avoid duplicate H1 when template begins with one
...
`buildNoteBody` unconditionally prepended an empty `# ` placeholder
whenever `initialEmptyHeading` was true, which collided with templates
whose first line is already an H1 (e.g. a Weekly Notes type whose
template starts with `# Woche 2026.21`). The placeholder is now
suppressed when the template's first non-whitespace line is `# `.
Fixes: https://github.com/refactoringhq/tolaria/issues/736
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 13:35:37 +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