What's Changed
- Add relative directive support to Daily notes command by @Feel-ix-343 in #315
- Add CLI for opening daily notes and config files by @Feel-ix-343 in #320
- Fix outdated source name in diagnostics by @Feel-ix-343 in #326
- fix: use
CompletionItemLabelDetails.descriptionfor Aliases and unr… by @chrisgrieser in #333 - feat: support client-side workspace symbol filtering by @tlvince in #345
- docs: add Kakoune setup instructions by @Yus314 in #342
- Support completion of tags with dashes, underscores by @lutzky in #339
- fix log levels by @drewzemke in #337
- Fix vault indexing for hidden root directories and improve LSP client compatibility by @tenyoru in #328
- fix(vault): use MAIN_SEPARATOR for path splitting by @ras0q in #318
- Add CI workflow to sync docs to Obsidian Publish by @devin-ai-integration[bot] in #350
- Add separate CI workflows for test and format checks by @devin-ai-integration[bot] in #349
- Simplify Obsidian Publish theme to plain black and white with Trump Mediaeval font by @devin-ai-integration[bot] in #360
- Remove rustfmt check from build CI action by @devin-ai-integration[bot] in #353
- Embed Trump Mediaeval font in publish.css via base64 WOFF2 by @devin-ai-integration[bot] in #361
- Add Devin playbook for testing markdown-oxide in Zed by @devin-ai-integration[bot] in #362
- Add Neovim/Helix playbooks and add reproduce-then-validate recording workflow to all playbooks by @devin-ai-integration[bot] in #364
- Add GitHub Actions workflow to trigger Devin sessions from issue labels by @devin-ai-integration[bot] in #368
- Fix devin-on-label workflow: support service user tokens via v3 API fallback by @devin-ai-integration[bot] in #370
- Use v3 API with create_as_user_id so sessions appear under your Devin user by @devin-ai-integration[bot] in #373
- fix: improve Neovim >= 0.11 vim.lsp.config/enable support by @devin-ai-integration[bot] in #379
- Fix link completion when filename includes .md extension by @devin-ai-integration[bot] in #378
- fix: wrap package manager items in
- Convert *.devin.md testing docs into .agents/skills/ by @devin-ai-integration[bot] in #380
- Fix: normalize heading links by replacing spaces with dashes by @devin-ai-integration[bot] in #377
- fix: reorder installation items so plain items render correctly on Obsidian Publish by @devin-ai-integration[bot] in #385
- fix: handle unknown commands gracefully in execute_command by @devin-ai-integration[bot] in #384
- Fix go-to-definition for files with dots in names by @devin-ai-integration[bot] in #367
- fix: remove stray dash bullets between collapsible sections on Obsidian Publish by @devin-ai-integration[bot] in #388
- docs: add heading_slug config option to configuration reference by @devin-ai-integration[bot] in #389
- fix: use day names instead of 'next ' for daily note commands by @devin-ai-integration[bot] in #383
- feat: implement server-side moxide.findReferences for non-VSCode clients by @devin-ai-integration[bot] in #387
- Support tags in YAML frontmatter (list and string formats) by @devin-ai-integration[bot] in #365
- feat: add
excluded_folderssetting to exclude folders from vault indexing by @devin-ai-integration[bot] in #371 - docs: add excluded_folders configuration option by @devin-ai-integration[bot] in #391
- docs: add admonition that config reflects latest main version by @devin-ai-integration[bot] in #392
- Add callout_completions setting to selectively disable callout completions by @Feel-ix-343 in #321
- Add required YAML frontmatter to SKILL.md files by @devin-ai-integration[bot] in #394
- Add testing meta-skill that routes to editor-specific testing skills by @devin-ai-integration[bot] in #395
- #263 Add aliases to workspace symbols (from fork PR #298 by @Thehbadger) by @devin-ai-integration[bot] in #354
- fix: skip YAML frontmatter comments when parsing headings by @devin-ai-integration[bot] in #390
- fix: prevent LSP crash loop under sustained editing load by @Feel-ix-343 in #473
New Contributors
- @chrisgrieser made their first contribution in #333
- @tlvince made their first contribution in #345
- @Yus314 made their first contribution in #342
- @lutzky made their first contribution in #339
- @drewzemke made their first contribution in #337
- @tenyoru made their first contribution in #328
- @ras0q made their first contribution in #318
- @devin-ai-integration[bot] made their first contribution in #350
Full Changelog: v0.25.10...v0.25.11