artifact v2.0.0 Release Notes

Release Date: 2018-07-16 // almost 6 years ago
  • ๐Ÿš€ > This release only contains linux binaries. I am still working on getting CI/Build working for other platforms. Stay tuned!

    ๐Ÿ“š Artifact is the simple, linkable and trackable design documentation tool for everybody. It allows anyone to write and link their design documents both to each other and to source code, making it easy to know how complete their project is. Documents are revision controllable, can be edited in the browser and have a full suite of command line tools for searching, displaying, checking, exporting and formatting them.

    ๐Ÿ‘€ For more information on artifact, see the project homepage

    This release marks a major milestone for artifact, mainly a complete rewrite of both the backend and frontend of the tool. Notably, the frontend was rewritten from elm -> rust (using Yew).

    ๐Ÿ†• New features from 1.0 (non beta):

    • ๐Ÿ’ป Graphviz graphs in the Web UI
    • Sub artifacts ([[.subart]] in text that can then be implemented in code)
    • โœ… Sub test artifacts ([[.tst-subart]] that contribute to spc% and tst%)
    • Fewer restrictions: you can link TST -> REQ now
    • Markdown format for writing artifacts.

    This should also contribute to major speedups, as all processing pipelines are now done in parallel.

    ๐Ÿš€ You can also view a release announcement outlining what technologies were levereaged in my blog post