Skip to content

Releases: facelessuser/sublime-markdown-popups

3.4.0

16 Jan 01:23
Compare
Choose a tag to compare

3.4.0

  • NEW: Add support for parsing hwb() and alpha()/a() in color schemes.

3.3.4

30 Nov 04:29
Compare
Choose a tag to compare

3.3.4

  • FIX: Update code highlight languages.

3.3.3

21 Apr 14:19
Compare
Choose a tag to compare

3.3.3

  • FIX: Fix tab logic inside st_code_highlight.
  • FIX: Upgrade internal SuperFences to latest.

3.3.2

18 Mar 23:33
Compare
Choose a tag to compare

3.3.2

  • FIX: Bring extensions up to the latest version.

3.3.1

02 Jan 04:06
0b66ab7
Compare
Choose a tag to compare

3.3.1

Jan 1, 2018

  • FIX: Allow - in variables names. Write color translations to main scheme object and ensure filtering is done after color translations.

3.3.0

04 Dec 03:30
Compare
Choose a tag to compare

3.3.0

Dec 3, 2017

  • NEW: Add tabs2spaces to process text and convert tabs to spaces according to tab stops. Use case would include formatting text for syntax_highlight.

3.2.0

21 Nov 16:28
8d3dd62
Compare
Choose a tag to compare

3.2.0

Nov 21, 2017

  • NEW: pymdownx and pyyaml are now required for use of mdpopups (#51).
  • NEW: Add support for .hidden-color-scheme (#50).

3.1.3

09 Nov 03:46
Compare
Choose a tag to compare

3.1.3

Nov 8, 2017

  • FIX: Create fallback file read for resource race condition.

3.1.2

08 Nov 01:22
Compare
Choose a tag to compare

3.1.2

Nov 7, 2017

  • FIX: Parse legacy foregroundSelection properly.

3.1.1

04 Nov 17:43
Compare
Choose a tag to compare

3.1.1

Nov 4, 2017

  • FIX: Color matcher library should only return gradients when one is actually found.