Skip to content

Commit 1cd546e

Browse files
chore: update change log
1 parent 90d188a commit 1cd546e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
[6d446de](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/6d446de33937633bc2104f45c943f4fae632b822)
1111
- `autocommand` events and wiki link `body` customization [#228](https://github.com/MeanderingProgrammer/render-markdown.nvim/discussions/228)
1212
[#345](https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/345) [0df6719](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/0df6719abc3b547bc5b7111a750d8d7e035a7234)
13+
[#350](https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/350)
1314
- indent mode icon support [#343](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/343)
1415
[21623a9](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/21623a9ded5a5f3d1fbd8626a69c174fbeb0543e)
16+
[33673e6](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/33673e630187669d52ec4f813b84d1d808e4619d)
17+
- bullet `left_pad` & `right_pad` support functions [#349](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/349)
18+
[98a3b7d](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/98a3b7d3a5befe495f0ab6ca967068f5f1da4421)
1519
- use default `render_modes = true` (all) for LSP docs [#326](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/326)
1620
[17a7746](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/17a77463f945c4b9e4f371c752efd90e3e1bf604)
1721
- update troubleshooting doc [f6c9e18](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/f6c9e1841cf644a258eb037dae587e3cf407d696)

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.0.11'
8+
M.version = '8.0.12'
99

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

Diff for: scripts/update.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def is_optional(self, field: str) -> bool:
2727
class_to_optional: dict[str, list[str]] = {
2828
"Handler": ["extends"],
2929
"HeadingCustom": ["icon", "background", "foreground"],
30+
"LinkContext": ["alias"],
3031
"UserCode": ["highlight_language"],
3132
"UserCustomCheckbox": ["scope_highlight"],
3233
"UserCheckboxComponent": ["scope_highlight"],

0 commit comments

Comments
 (0)