|
1 | 1 | #+OPTIONS: H:9 ^:nil |
2 | 2 | * Changelog |
| 3 | +** [[https://github.com/nvim-orgmode/orgmode/compare/0.7.1...0.7.2][0.7.2]] (2025-12-03) |
| 4 | +*** Breaking changes |
| 5 | +- *agenda*: Add time grid (#1038) ([[https://github.com/nvim-orgmode/orgmode/commit/d59c7b2][d59c7b2]]) |
| 6 | + |
| 7 | +*** Features |
| 8 | +- *latex*: Add support for inline math (#1059) ([[https://github.com/nvim-orgmode/orgmode/commit/e4e48b5][e4e48b5]]) |
| 9 | +- *treesitter*: Compile parser using tree-sitter if available (#1062) ([[https://github.com/nvim-orgmode/orgmode/commit/c1005a0][c1005a0]]) |
| 10 | +- *files*: Use TS string parser for non-nightly versions (#1060) ([[https://github.com/nvim-orgmode/orgmode/commit/b525c77][b525c77]]) |
| 11 | +- *agenda*: Add `org-agenda-show-future-repeats` ([[https://github.com/nvim-orgmode/orgmode/commit/1f41121][1f41121]]) |
| 12 | +- *agenda*: use todo hl group for range grid ([[https://github.com/nvim-orgmode/orgmode/commit/b7bcb90][b7bcb90]]) |
| 13 | +- *agenda*: Add option to hide custom agenda views that are empty ([[https://github.com/nvim-orgmode/orgmode/commit/090965e][090965e]]) |
| 14 | +- *agenda*: Show grid without times for remove-range-match ([[https://github.com/nvim-orgmode/orgmode/commit/9bfba3d][9bfba3d]]) |
| 15 | +- allow to define multiple todo keyword sequences (#974) ([[https://github.com/nvim-orgmode/orgmode/commit/1531650][1531650]]) |
| 16 | +- *agenda*: Add remove-range-match option for time grid ([[https://github.com/nvim-orgmode/orgmode/commit/a3ce79c][a3ce79c]]) |
| 17 | +- *agenda*: Highlight links and dates using extmarks ([[https://github.com/nvim-orgmode/orgmode/commit/f4dde88][f4dde88]]) |
| 18 | +- *agenda*: Allow opening links from agenda headlines ([[https://github.com/nvim-orgmode/orgmode/commit/de701e8][de701e8]]) |
| 19 | + |
| 20 | +*** Bug fixes |
| 21 | +- *notifications*: ignore repeater dates that are same as original date ([[https://github.com/nvim-orgmode/orgmode/commit/03863e9][03863e9]]) |
| 22 | +- *files*: Disable swapfile for buffers loaded in background ([[https://github.com/nvim-orgmode/orgmode/commit/638b2b4][638b2b4]]) |
| 23 | +- *highlighter*: return early if buffer is detached during async parse ([[https://github.com/nvim-orgmode/orgmode/commit/f37b31b][f37b31b]]) |
| 24 | +- *agenda*: Do not exclude grid end time in agenda ([[https://github.com/nvim-orgmode/orgmode/commit/0bde64c][0bde64c]]) |
| 25 | +- *files*: Disable modeline when loading buffers ([[https://github.com/nvim-orgmode/orgmode/commit/5f6eb90][5f6eb90]]) |
| 26 | +- *agenda*: Reload agenda when headline range is updated ([[https://github.com/nvim-orgmode/orgmode/commit/46cd1df][46cd1df]]) |
| 27 | +- *files*: Add default value for file lines ([[https://github.com/nvim-orgmode/orgmode/commit/266888a][266888a]]) |
| 28 | +- *files*: remove string tree-sitter parser (#1041) ([[https://github.com/nvim-orgmode/orgmode/commit/63ace3c][63ace3c]]) |
| 29 | +- *windows*: handle Windows file paths correctly in refile (#1042) ([[https://github.com/nvim-orgmode/orgmode/commit/03777ca][03777ca]]) |
| 30 | +- *stars*: Ignore stars node that end on column 0 ([[https://github.com/nvim-orgmode/orgmode/commit/4775d1a][4775d1a]]) |
| 31 | +- *formatting*: Prevent infinite loop on formatting closed folds ([[https://github.com/nvim-orgmode/orgmode/commit/b6907d5][b6907d5]]) |
| 32 | +- *datetree*: Use current date and time as default value for datetree ([[https://github.com/nvim-orgmode/orgmode/commit/ad5d652][ad5d652]]) |
| 33 | +- *autocompletion*: Fix insert link autocompletion ([[https://github.com/nvim-orgmode/orgmode/commit/a49d5d4][a49d5d4]]) |
| 34 | + |
3 | 35 | ** [[https://github.com/nvim-orgmode/orgmode/compare/0.7.0...0.7.1][0.7.1]] (2025-09-06) |
4 | 36 | *** Breaking changes |
5 | 37 | - *version*: Drop support for Neovim < 0.11.0 ([[https://github.com/nvim-orgmode/orgmode/commit/7987478][7987478]]) |
|
0 commit comments