File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
#+OPTIONS: H:9 ^:nil
2
2
* Changelog
3
+ ** [[https://github.com/nvim-orgmode/orgmode/compare/0.5.3...0.6.0][0.6.0]] (2025-05-11)
4
+ *** Breaking changes
5
+ - *links*: allow granular highlighting of links (#965) ([[https://github.com/nvim-orgmode/orgmode/commit/b371b9e][b371b9e]])
6
+
7
+ *** Features
8
+ - *search*: add ability to search on LEVEL (#959) ([[https://github.com/nvim-orgmode/orgmode/commit/08873bf][08873bf]])
9
+ - *todos*: support file-specific todo definitions (#956) ([[https://github.com/nvim-orgmode/orgmode/commit/689f20a][689f20a]])
10
+ - *validator*: use new vim.validator structure for neovim 0.11 ([[https://github.com/nvim-orgmode/orgmode/commit/2929054][2929054]])
11
+
12
+ *** Bug fixes
13
+ - *treesitter*: Allow tree-sitter grammar installation outside of orgmode folder (#979) ([[https://github.com/nvim-orgmode/orgmode/commit/b22523c][b22523c]])
14
+ - indent an item's content when entering a new line from normal mode (#950) ([[https://github.com/nvim-orgmode/orgmode/commit/15d66ea][15d66ea]])
15
+ - *images*: manually load images with snacks in ftplugin ([[https://github.com/nvim-orgmode/orgmode/commit/27ab1cf][27ab1cf]])
16
+ - *images*: add svg to list of supported image types (#968) ([[https://github.com/nvim-orgmode/orgmode/commit/59593cf][59593cf]])
17
+ - *checkbox*: Go to correct location after adding new checkbox list item ([[https://github.com/nvim-orgmode/orgmode/commit/e66a641][e66a641]])
18
+ - *global*: require at least one argument for Org command ([[https://github.com/nvim-orgmode/orgmode/commit/83df5bf][83df5bf]])
19
+ - handle empty :Org arguments. (#952) ([[https://github.com/nvim-orgmode/orgmode/commit/6df9314][6df9314]])
20
+
3
21
** [[https://github.com/nvim-orgmode/orgmode/compare/0.5.2...0.5.3][0.5.3]] (2025-03-26)
4
22
*** Breaking changes
5
23
- *indent*: Add `Org indent_mode` command in favor of toggling `vim.b.org_indent_mode` (#932) ([[https://github.com/nvim-orgmode/orgmode/commit/5368c0b][5368c0b]])
You can’t perform that action at this time.
0 commit comments