artifact v2.1.5 Release Notes

Release Date: 2019-01-25 // about 5 years ago
  • This release adds several unstable options to settings.toml which allows users to control how artifacts are parsed and formatted (in markdown mostly).

    ๐Ÿ‘ These features are part of an effort to support additional flavors of markdown and may change in the future as more is known about the design space.


Previous changes from v2.1.4

  • ๐Ÿš€ This release adds a new feature to art export, art export md.

    ๐Ÿš€ In addition, it allows for several settings to control how the markdown is exported, as well as add code links in the WebUI. Not all paths on the web yet render-able as code links, and the settings are not yet documented. Expect further improvements in future releases.

    ๐Ÿš€ This is the first release since before v2.0.0 (the complete rewrite) that was built and uploaded by Travis. Windows support is close as well.

    Internally, there were several changes:

    • ๐Ÿ”„ Changed the internal crates to use a workspace
    • ๐Ÿ”จ Refactored to add Project.settings, which will make it much easier to configure new settings via .art/settings.toml
    • General code cleanup