Releases: nvim-neorg/neorg
Releases · nvim-neorg/neorg
v9.3.0
9.3.0 (2025-03-29)
Features
Bug Fixes
- docgen: load buffers after opening them (#1657) (18d1a18)
- expand tangle paths (#1622) (10bf607)
- iter_matches returns list of nodes now (#1674) (a48166d)
- pin to 0.10.4 for doc gen (#1676) (79ffd34)
- Tangle should close fd for files (#1618) (cd3056e)
- tangle: create missing dirs (#1644) (e1b4bb4)
- tangle: proper error handling for fs_close (#1647) (1a4c20a)
- tree-sitter-norg parser builds on MacOS (#1587) (71cd029)
v9.2.0
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
v9.1.0
v9.0.3
v9.0.2
v9.0.1
v9.0.0
9.0.0 (2024-07-16)
⚠ BREAKING CHANGES
- tangle files relative to norg file (#1415)
- remove
traverse-link
andtraverse-heading
modes - remove all references to
core.mode
- remove
core.mode
- move rest of modules to new keybind system
- move core.pivot to new keybind system
- migrate core.promo to new keybind system
- move esupports.hop to the new keybind schema
- move qol.todo_items to new keybind API
- keybind refactor, update core.itero to new changes
- make Neovim 0.10 a requirement for Neorg
- simplify code in preparation of lazy.nvim luarocks support
- remove
ftdetect
file as Neorg is now natively recognized by Neovim (#1083)
Features
- add
core.ui.calendar
to the default list of modules (52a37e0) - add descriptions to all Neorg keybinds (a042515)
- add dotrepeat to all common commands (6b49397)
- auto tangle (#1413) (0f24e4a)
- calendar: unify exit keybind to always be
q
instead of a mix ofq
/<Esc>
(582d7b6) - completion: allow custom completion engines (04d201d)
- docgen: add default keybinds list (d762f6d)
- docgen: add more links to sidebar (5bef42a)
- health: check for keybind clashes in checkhealth (bbe4243)
- intergrations.otter: update to use otter 2.0 (1347eeb)
- keybind refactor, update core.itero to new changes (3dd946a)
- keybinds: add
extend_preset
function (4f09926) - keybinds: don't try to forcefully override user keys (591b883)
- keybinds: split presets into norg and non-norg, move to buffer-local mappings instead (113c21b)
- support multi-line values in metagen (#1514) (321c435)
Bug Fixes
- better formatting, properly handle complex keybind descriptions (c087db0)
- calendar not working with the latest breakages (c659b09)
- docgen: beautify keybind output in <details> tag (7a9d54c)
- docgen: better mnemonic rendering (b3bf963)
- docgen: broken wiki (e23d0d3)
- docgen: display keybind data in the form of a dropdown (572de72)
- docgen: invalid github markdown (75edcdc)
- error in hasmapto() (dfcc78a)
- feed keys without remaps (ecf5f41)
- improve startup time by removing pcall on every module load (7d9bd33)
- itero keybind not functioning, add fallback functions to core.keybinds (cd950aa)
- make core.promo keybinds functional again (8a48172)
- properly error when failing to load module using
:Neorg module load
(721fd28) - remove all references to
core.mode
(53429c4) - set global keybinds only once, set keys on filetype (e00042a)
- set keybinds for the appropriate buffer (fixes telescope issues) (b49c214)
- tangle files relative to norg file (#1415) (3c3b977)
Code Refactoring
- make Neovim 0.10 a requirement for Neorg (c916501)
- migrate core.promo to new keybind system (faad665)
- move core.pivot to new keybind system (0c1222b)
- move esupports.hop to the new keybind schema (cdfbe19)
- move qol.todo_items to new keybind API (b71d8ba)
- move rest of modules to new keybind system (94b860b)
- remove
core.mode
(49e8710) - remove
ftdetect
file as Neorg is now natively recognized by Neovim (#1083) (5c32056) - remove
traverse-link
andtraverse-heading
modes (da3e062) - simplify code in preparation of lazy.nvim luarocks support (12b7cf2)