Skip to content

Releases: nvim-neorg/neorg

v9.6.4

09 Apr 22:53

Choose a tag to compare

9.6.4 (2026-04-09)

Bug Fixes

v9.6.2

09 Apr 02:13

Choose a tag to compare

9.6.2 (2026-04-09)

Bug Fixes

  • ci: back to luarocks publish but add compiler (a17ad0f)

v9.6.1

09 Apr 02:02

Choose a tag to compare

9.6.1 (2026-04-09)

Bug Fixes

v9.6.0

09 Apr 01:41

Choose a tag to compare

9.6.0 (2026-04-09)

Features

v9.5.0

09 Apr 01:24

Choose a tag to compare

9.5.0 (2026-04-09)

Features

  • add parsers from rocks to rtp (b6dbd18)
  • configurable orderd list icons (9fd7bf9)
  • remove plenary as a dependency (5fbc674)
  • use lux for tests (14c59fb)
  • use vim.ui.open instead of custom plenary job (5645505)

Bug Fixes

  • all of the linter errors and warnings (dc8853d)
  • ci: pin nvim-treesitter to v0.9.3 (ba7d86b)
  • ci: try manually skip nvim-treesitter-legacy-api luarock in gendoc action (800fe61)
  • concealer: hide virtual text when it goes off-screen due to horizontal scrolling (e22744a)
  • correct cursor position when moving to a line by its number (119d79a)
  • journal: Remove empty line when using templates (d4e6b36)
  • metagen (c47bdf0)
  • remove nvim treesitter legacy api from test deps (312957a)
  • variable shaddowing is a crime. I guess (95ce1b6)

v9.4.0

10 Jan 15:27

Choose a tag to compare

9.4.0 (2025-12-03)

Features

  • export ranged table tag correctly in core.export.markdown (#1697) (233fe1d)
  • foldable lists and ranged verbatim (#1690) (431de0a)
  • todo_items: configurable parent update behavior (91db472)
  • winfixwidth for toc (1dd99ed)

Bug Fixes

  • ci: typo in gendoc workflow (9d75ae8)
  • ci: update actions version (7cac123)
  • ci: update Ubuntu runner version (f720f55)
  • ci: use macos-13 to run integration tests on Intel macOS, macos-11 has been deprecated a long time ago (a849204)
  • clipboard: yank to use correct regtype instead of always 'line-wise' (de0bf99)
  • compatibility with nvim-treesitter main branch (87242d4)
  • esupports.indent: keep indentation of verbatim blocks without an injected TS parser (#1685) (aa35325)
  • journal: journal index generation (#1680) (35da593)
  • load buffer before parsing with TS (#1689) (8fdd9b2)
  • replace deprecated vim.tbl_islist with vim.islist (#1723) (1ebab96)
  • rockspec: add nvim-treesitter-legacy-api dependency (208f7ca)
  • todo_items: update parent node when child state is changed (4b8e64a)
  • todo-instrospector: use combine hl_mode (#1733) (c429af2)
  • ts module bug (1f40253)

v9.3.0

29 Mar 17:08
e206c96

Choose a tag to compare

9.3.0 (2025-03-29)

Features

Bug Fixes

v9.2.0

23 Jan 01:11
ed43ed5

Choose a tag to compare

9.2.0 (2025-01-22)

Features

  • automatically typed module.required dependencies (#1537) (1985f2d)
  • dirman: dynamically set default workspace (#1623) (29993a7)
  • dirman: in_workspace function (#1615) (62671a7)
  • esupports.hop: Add tab drop as option for open_mode (#1580) (c7ada78)
  • export: copy to clipboard (#1627) (1783928)
  • introspector: implement introspector customizability and improvements (#1539) (fd11950)
  • keybinds: add back keybind "gO" for ToC (#1633) (bed58f8)
  • make journal methods public (8b59db7)
  • support ranges in Neorg command, (c04bd96)

Bug Fixes

  • coq_nvim completion integration (#1597) (488507b)
  • don't suggest leading chars for file completions (ba35900)
  • intuitive default undone icon (#1578) (13d1d54)
  • Neorg return to most recent file (e5e797e)
  • summary: unpack summary category list (#1637) (41aa380)
  • toc: only capture first detached modifier (#1631) (399832e)
  • ToC: only try to open when still in norg buffer (#1549) (88dbab5)
  • weird tangle file path logic (#1604) (993f077)

v9.1.1

24 Jul 10:59
81ee90c

Choose a tag to compare

9.1.1 (2024-07-24)

Bug Fixes

v9.1.0

23 Jul 17:33

Choose a tag to compare

9.1.0 (2024-07-23)

Features

  • add <LocalLeader>cm keybind for code block magnification (c52c00f)
  • concealer: properly display blockquotes, allow entities to set their own clear functions (28bbefc)

Bug Fixes

  • :h neorg: remove |example blocks until parser is fixed (a93190d)
  • insert-date not working in insert mode (7af14b3)
  • concealer: don't overflow folds into other, non-norg files (19e4bea)
  • concealer: properly render quotes (08277bb)
  • concealer: quote and list rendering bugs (e292cf5)