Skip to content

Commit 3da7bb4

Browse files
chore(release): 8.7.0
1 parent 3d84dbc commit 3da7bb4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
## Pre-release
44

5+
## 8.7.0 (2025-08-08)
6+
57
### Features
68

79
- configurable indent extmark priority [1327150](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/1327150da9b272863355f28e523050ab5450412f)
810
- more anti_conceal.ignore elements [b8c3d47](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/b8c3d474d4da14fa1a5f9a0a18955c6e7db88f65)
911
- allow users to disable code block delimiter concealing [7620d4e](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/7620d4e96eb5cf8d12e76c6fcaf1267628564ba9)
1012
- improve completions [#474](https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/474)
1113
[3254863](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/3254863eb91fed3d9a7433b54327716528f1eacc)
14+
- use background for thick code border [5df2eab](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5df2eab599e06c48d04ea7e89cbaa3cdb4e09538)
15+
- add tree-sitter ABI version info to health check [3d84dbc](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/3d84dbc1f80a2a02e560ddbd5ab29f99f88bbeda)
1216

1317
### Bug Fixes
1418

doc/render-markdown.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For NVIM v0.11.3 Last change: 2025 August 07
1+
*render-markdown.txt* For NVIM v0.11.3 Last change: 2025 August 08
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*

lua/render-markdown/health.lua

Lines changed: 1 addition & 1 deletion
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.6.12'
8+
M.version = '8.7.0'
99

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

0 commit comments

Comments
 (0)