Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 05:21
7eca0dd

1.0.0 (2026-07-21)

Features

  • add a treesitter HTML parser (with regex fallback) (3efe371)
  • auto-close the TOC on non-markdown buffers (9445fdb)
  • auto-open the TOC for HTML files (185c5f1)
  • detect >lang code blocks in help and auto-open help files (04aab05)
  • dispatch the parser by filetype and support Vim help files (d683ffb)
  • index ~ subheadings, tags, code and callouts in Vim help files (abd8da0)
  • index HTML details/summary, tables and definition lists (960d4e9)
  • initial toc.nvim implementation (b316278)
  • start cursor on the first entry and restrict the TOC to vertical moves (c9794ff)
  • unify HTML extraction via a shared scanner and expand the parser (61052a0)
  • validate config and harden table parsing and health checks (b82dce7)

Bug Fixes

  • clean markdown syntax from HTML titles and stop table-cell leaks (bc915d6)
  • nest inline links under bullets and lift the beacon above markview (ff1cc85)
  • type layout.build marks as TocMark[] so the fg field resolves (a25cc83)