Releases: nvim-orgmode/orgmode
Releases Β· nvim-orgmode/orgmode
0.3.9
What's Changed
- feat(agenda)!: rewrite agenda rendering and fix filters by @kristijanhusak in #848
- feat(agenda): Add custom agenda commands by @kristijanhusak in #850
- feat(docs): Add orgmode docs by @kristijanhusak in #864
Full Changelog: 0.3.8...0.3.9
0.3.8
What's Changed
- fix: fix autocomplete for tags search prompt by @hasansujon786 in #812
- feat(archive): set outline path when archiving by @andreaswachowski in #746
- feat(priority): improve priority cycling by @seflue in #817
- feat(refile): improve ux by matching files more fuzzily by @BreitbandModem in #815
- Fix stale clocked header references when making edits to headers by @ReeceStevens in #759
- fix(virtual indent): handle invalid buffer gracefully by @seflue in #825
- fix(refile): Autocomplete nested paths by @kristijanhusak in #835
- feat(log-state): align with the emacs orgmode format by @milanglacier in #837
- fix: retain direct tags even if they are excluded from inheritance by @kpabijanskas in #839
- fix(help): ignore disabled mappings by @olexsmir in #840
- fix(template): expandable variables in lua expr by @moreka in #841
New Contributors
- @hasansujon786 made their first contribution in #812
- @BreitbandModem made their first contribution in #815
- @ReeceStevens made their first contribution in #759
- @kpabijanskas made their first contribution in #839
- @olexsmir made their first contribution in #840
- @moreka made their first contribution in #841
Full Changelog: 0.3.7...0.3.8
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