Skip to content

Releases: nvim-orgmode/orgmode

Release 0.5.3

26 Mar 15:30
Compare
Choose a tag to compare

Breaking changes

  • indent: Add Org indent_mode command in favor of toggling vim.b.org_indent_mode (#932) (5368c0b)

Features

  • luarocks: remove dependency on tree-sitter-orgmode (7684799)
  • image: match latex code tag for math preview (#945) (3f8114e)
  • images: add support for rendering latex math expressions (#935) (0ebe2e3)
  • support headline's cookie from TODOs (#926) (abf8890)
  • global: Add store_link command to Org global (98776eb)
  • support updating a headline's cookie from multiple lists (#925) (22094c4)
  • babel: add directory creation support with :mkdirp header argument (#928) (fb9580c)

Bug fixes

  • meta_return on a link item (#943) (b42236a)
  • statistics cookie: count only TODO headlines (#938) (5d7c03a)
  • links: Allow storing links from agenda with org_use_id enabled (2c95512)
  • template: Use env variable USERNAME in Windows (#931) (8b4555b)

Release 0.5.2

07 Mar 18:44
Compare
Choose a tag to compare

Bug fixes

  • calendar: fix custom date input (2aa966f)
  • windows: normalize parser path (de15ddf)
  • agenda: respect start on weekday from custom agenda command (bad7aaa)

Release 0.5.1

05 Mar 14:02
Compare
Choose a tag to compare

Features

  • ts: install parser if not installed in correct location (dca37ff)
  • health: report any conflicting parsers (52ff9cf)

Bug fixes

  • agenda: make spans work like emacs (#915) (88c71f3)
  • ts: correctly highlight table headings (#914) (4a405fb)
  • links: allow any value after http protocol (e5b800e)

Release 0.5.0

02 Mar 14:39
Compare
Choose a tag to compare

Breaking changes

  • ts: add link and timestamp tree-sitter captures (#912) (aaa327a)

Features

  • links: Open non-editable links with vim.ui.open (2eebc98)

Bug fixes

  • treesitter: remove unnecessary git checkout on tree-sitter install (998035a)
  • refile: allow slash to be omitted when refiling to file (585190e)

Release 0.4.32

23 Feb 13:26
Compare
Choose a tag to compare

Features

  • treesitter: track installed tree-sitter parser version (54aeadb)

Bug fixes

  • nightly: fix checkbox issues with nightly (#908) (62366c7)

Release 0.4.31

20 Feb 11:11
Compare
Choose a tag to compare

Bug fixes

  • images: Ignore image link matches that does not have valid extension (e4a89b8)

Release 0.4.3

20 Feb 10:32
Compare
Choose a tag to compare

Features

  • images: add support for image previewing with Snacks (#907) (80ca17e)
  • health: Add healthcheck (a802d2e)
  • files: add methods for tag addition/removal/toggling (#894) (09c1595)
  • #895: //github.com/nvim-orgmode/orgmode/commit/ba7e04e))
  • utils: add optional flag to utils.writefile() for exclusive writes (#893) (500004f)
  • hyperlinks: add ability to add custom hyperlink sources (#892) (356ff3f)
  • tests: add tests for utils.fs and utils.current_file_path() (#890) (3583fac)
  • properties: add option org_use_property_inheritance (#880) (48f32e6)

Bug fixes

  • ui: allow built-in completions in orgmode.ui.input (#903) (af90f8f)

0.4.2

01 Feb 17:10
Compare
Choose a tag to compare

Features

Bug fixes

  • default to current time when switching to time input (c68a87c)
  • Set correct archive category on archived headline (63d2cbb)
  • remove unnecessary escaping for refile autocompletion (d56c691)
  • remove double ts parsing (b587545)

0.4.1

28 Jan 19:51
Compare
Choose a tag to compare

What's Changed

Warning

This is last release that still supports Neovim < 0.10.0. We will start removing backward compatibility

Full Changelog: 0.4.0...0.4.1

0.4.0

25 Jan 16:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.9...0.4.0