Skip to content

Commit a2c2493

Browse files
chore(release): 8.3.0
1 parent 51da7d1 commit a2c2493

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

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

33
## Pre-release
44

5+
## 8.3.0 (2025-04-15)
6+
57
### Features
68

79
- padding character for inline code [#389](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/389)
@@ -14,6 +16,9 @@
1416
- ignore option, checked before attaching [05e6a6d](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/05e6a6d119f90b99829ecb7eb85428a226c0c05f)
1517
- on.initial option, called before adding marks for the first time [#396](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/396)
1618
[91d40c2](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/91d40c2f37a4373ec29a47fcf3ce656408d302dc)
19+
- ability to conceal text based on lua patterns [#397](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/397)
20+
[51da7d1](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/51da7d186f3f3be0ea00944c827293bc1dc5af8a)
21+
- better anti-conceal for multi-line decorations [8355c85](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/8355c85e4a34c2071fb9c78295aedf877116648b)
1722

1823
## 8.2.0 (2025-03-31)
1924

Diff for: 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.2.12'
8+
M.version = '8.3.0'
99

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

0 commit comments

Comments
 (0)