Releases: baincd/vscode-markdown-color-plus
Releases · baincd/vscode-markdown-color-plus
v1.6.1
Changed
- Reorganized README
- Organized, grouped, and ordered configuration settings in settings editor
v1.6.0
Added
- Set text color and make bold alternate/setext-style headers (#4)
v1.5.1
Added
- Note to README about potential conflicts with "Markdown All in One" extension
Changed
- Rename primary branch to "main"
Fixed
- Remediate dependency vulnerabilities
v1.5.0
Added
- Horizontal Rule: Set horizontal rule lines background color and opacity
- Blockquote: Set blockquote line background color, blockquote text font style and opacity, and blockquote symbol background color and opacity
v1.4.1
Updated
- Updated settings configuration to provide color picker in settings editor
v1.4.0
- Add strikethrough feature: strikethrough text and set opacity on strikethrough sections
v1.3.2
- Fix bug causing lines starting with a list symbol but not followed with a space to be detected as a list
v1.3.1
- Fix bug detecting lists with leading spaces
v1.3.0
Changed
- Improved internal extension logic
Added
- Add support for indented code blocks immediately following horizontal rules
- Add support for indented code blocks immediately following alternate style headers
- Add logic for indented code blocks following lists
Fixed
- Fix bugs with highlighting headers using alternate header syntax
- Fix bug that highlighted invisible line breaks on headers
- Fix bug detecting starting code fence when preceded with tab
- Fix bug detecting ending code fence longer than starting code fence
- Fix bug detecting indented code blocks indented with spaces then a tab
- Fix bug that highlighted indented lines that immediately followed block quotes
v1.2.3
- Make delays between events and updating background colors configurable