Skip to content

Releases: baincd/vscode-markdown-color-plus

v1.6.1

05 Mar 00:17
Compare
Choose a tag to compare

Changed

  • Reorganized README
  • Organized, grouped, and ordered configuration settings in settings editor

v1.6.0

03 Mar 15:35
Compare
Choose a tag to compare

Added

  • Set text color and make bold alternate/setext-style headers (#4)

v1.5.1

27 Nov 23:51
Compare
Choose a tag to compare

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

07 Nov 04:19
Compare
Choose a tag to compare

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

17 Jul 14:20
Compare
Choose a tag to compare

Updated

  • Updated settings configuration to provide color picker in settings editor

v1.4.0

18 Jun 03:21
Compare
Choose a tag to compare
  • Add strikethrough feature: strikethrough text and set opacity on strikethrough sections

v1.3.2

30 Mar 03:05
Compare
Choose a tag to compare
  • Fix bug causing lines starting with a list symbol but not followed with a space to be detected as a list

v1.3.1

23 Mar 00:20
Compare
Choose a tag to compare
  • Fix bug detecting lists with leading spaces

v1.3.0

22 Mar 02:49
Compare
Choose a tag to compare

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

17 Mar 00:55
Compare
Choose a tag to compare
  • Make delays between events and updating background colors configurable