Skip to content

Latest commit

 

History

History
199 lines (70 loc) · 6.25 KB

CHANGELOG.md

File metadata and controls

199 lines (70 loc) · 6.25 KB

0.5.9 (2022-02-13)

build

  • Update rant to new version v4.0.0-alpha.29 (bb6d2d0)
  • Update rant to new version v4.0.0-alpha.31 (eda86db)

docs

0.5.8 (2022-01-30)

build

  • Update rant to new version v4.0.0-alpha.28 (84d154a)

feat

  • Add detailed rant compiler messages to console log in case of compiler errors (92f866c)
  • Provide global rant functions for common markdown stylings (bold, italic, bold-italic, highlight, link) (9049b21)

0.5.7 (2022-01-27)

build

  • Update rant to new version v4.0.0-alpha.27 (f67ee4b)

docs

0.5.6 (2022-01-25)

build

  • Update rant to new version v4.0.0-alpha.26 (aace7c0)

0.5.5 (2022-01-24)

build

  • Update rant to new version v4.0.0-alpha.25 (e8ccfa0)

0.5.4 (2022-01-18)

0.5.3 (2022-01-15)

Features

  • Display Rant errors in output directly, disable require function (module loading does not work anyway) (01c18a7)

0.5.2 (2022-01-12)

0.5.1 (2022-01-11)

0.5.0 (2022-01-10)

Features

  • Allow importing rant codeblocks via BlockLink into other rant codeblocks using 'import: [[File#^block-id]]' statements at the top of the program (3f625b7)

0.4.0 (2022-01-07)

Bug Fixes

  • Fix markdown processing of code blocks (e.g. dice roller) within inline rant block and block links (adc2a09)

Features

  • Allow embedding block links in inline rant blocks (fcb9646)

0.3.3 (2022-01-04)

Bug Fixes

  • Properly unload rant processors (e56a29f)

0.3.2 (2021-12-31)

Features

  • Allow Markdown parsing of inline rant blocks as well, enabling styling, links, etc. (c726232)

0.3.1 (2021-12-30)

Bug Fixes

  • properly remove rant processors on unload, to avoid re-running rant on all programs that existed in the currently active file's history (247024b)
  • re-rant was not working properly on inline rant blocks (f494222)

0.3.0 (2021-12-29)

Features

  • enable markdown processing within Rant codeblocks (f1182c1)

0.2.5 (2021-12-29)

Features

  • add bold/italic styling options to rant codeblocks (87e7d55)

0.2.4 (2021-12-28)

Features

  • add setting to disable/enable rant block styling (164bf68)

0.2.3 (2021-12-28)

Bug Fixes

0.2.2 (2021-12-28)

Bug Fixes

  • remove empty styles.css and remove styles.css from release workflow (f0f2504)

0.2.1 (2021-12-28)

Bug Fixes

0.2.0 (2021-12-28)

Features

  • add initial support for inline rant blocks (5a81955)

0.1.0 (2021-12-27)