Skip to content

Commit bfbb46a

Browse files
chore(release): 8.2.0
1 parent 17b839b commit bfbb46a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Pre-release
44

5+
## 8.2.0 (2025-03-31)
6+
57
### Features
68

79
- enabled flag for link footnote [#362](https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/362)
@@ -20,6 +22,11 @@
2022
- use builtin extends query in vim.treesitter.query.set for injections [c91fa46](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/c91fa46fc8d79f5577beac70a459f30ec17a60c2)
2123
- completion filter for callouts and checkboxes [#380](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/380)
2224
[84d413b](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/84d413b0c432adaeaf3dcaac646638bd99d06aa6)
25+
- separate code border highlight, allow false value [a1fc4e5](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/a1fc4e559252baa128c471adadf0be045abd542d)
26+
- ability to enable and disable atx and setext heading rendering [#381](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/381)
27+
[a020c88](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/a020c88e9552b50916a78dec9eeb4656c6391e6d)
28+
- reduce height of LSP hover doc window based on concealed lines [#384](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/384)
29+
[17b839b](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/17b839bba4c5c0c791fec0f7015c7d0e4eac30b8)
2330

2431
### Bug Fixes
2532

lua/render-markdown/health.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local state = require('render-markdown.state')
55
local M = {}
66

77
---@private
8-
M.version = '8.1.25'
8+
M.version = '8.2.0'
99

1010
function M.check()
1111
M.start('version')

0 commit comments

Comments
 (0)