Releases: nvim-orgmode/orgmode
Releases Β· nvim-orgmode/orgmode
0.3.7
Full Changelog: 0.3.61...0.3.7
0.3.61
Full Changelog: 0.3.6...0.3.61
0.3.6
What's Changed
- feat(links): Add unused refactored links structure by @kristijanhusak in #802
- feat(links)!: Use refactor links structure by @kristijanhusak in #803
Full Changelog: 0.3.5...0.3.6
0.3.5
What's Changed
- update doc to use correct highlight name by @ktsujister in #728
- feature: support org_toggle_timestamp_type by @seflue in #651
- feat(api): Allow to insert links through API by @seflue in #731
- Add tests for archiving subtree by @andreaswachowski in #734
- fix(date): persist all attributes passed by options by @seflue in #735
- feature: enhance calendar widget with time picker by @seflue in #650
- Reformat docs by @seflue in #737
- feat: Add support for org log repeat by @kristijanhusak in #738
- Migrate from README.md to README.org by @ChausseBenjamin in #739
- Fix date arithmetic issues with month by @seflue in #748
- fix(links): insert id link properly by @seflue in #742
- fix(calendar): fix bug with empty date by @seflue in #744
- refactor(date): improve type hints by @seflue in #751
- Fix subtree move (fixes #752) by @seflue in #753
- fix: fix file type detection in
org-edit-special
on macOS. by @milanglacier in #757 - feat: support cursor keys for calendar navigation by @seflue in #767
- Extend API to get links to headline and org file by @seflue in #768
- docs: add telescope-orgmode.nvim to plugins section by @seflue in #770
- feat(core): enhance org-insert-link, add completion for
~/
prefix. by @PannenetsF in #749 - Little improvements to #749 by @seflue in #771
- bug(core) Ignore invisible headings by @SlayerOfTheBad in #773
- Increment/Decrement indentation of list items by @seflue in #779
- Add dynamic query for coloring n-depth headlines by @qaptoR in #780
- Links for README.org + increase timeout for load_sync by @massix in #782
- docs: fix readme links to notification issue by @codeluggage in #772
- ci(luarocks): fix luarocks upload by @mrcjkb in #787
- Fix priorities (#784) by @seflue in #785
- feat: allow configuring keymap descriptions by @snoblenet in #789
- fix: explicitly pass treesitter language to
get_node()
by @troiganto in #795 - ci: Set up dev and tag luarocks release workflow by @kristijanhusak in #801
New Contributors
- @ktsujister made their first contribution in #728
- @andreaswachowski made their first contribution in #734
- @ChausseBenjamin made their first contribution in #739
- @PannenetsF made their first contribution in #749
- @SlayerOfTheBad made their first contribution in #773
- @qaptoR made their first contribution in #780
- @codeluggage made their first contribution in #772
- @snoblenet made their first contribution in #789
Full Changelog: 0.3.4...0.3.5
0.3.4
Full Changelog: 0.3.3...0.3.4
0.3.1
This is the last version that depends on https://github.com/nvim-treesitter/nvim-treesitter. New versions will install tree-sitter grammar automatically if it's missing.
If you are "migrating" from nvim-treesitter, follow instructions mentioned in #217 (comment)
v0.3
This is the last release that has a mix of tree-sitter parsing and old parsing.
Update to latest tree sitter grammar version
What's Changed
- Fix open_template_by_shortcut by @jgollenz in #231
- fix custom highlight queries by @gerritvreeman in #240
New Contributors
- @gerritvreeman made their first contribution in #240
Full Changelog: 0.2...0.2.1
Initial version not depending on tree-sitter
This is initial release that is not depending on the Neovim's treesitter. No new features or bug fixes will be addressed as part of this release. All new bug fixes and releases will be done with dependency on tree-sitter.