diff --git a/docs/new.md b/docs/new.md new file mode 100644 index 0000000..bfde54b --- /dev/null +++ b/docs/new.md @@ -0,0 +1,37 @@ +--- +title: What's New +--- + +## What's New + +### Release 0.1.4 + +#### Build Management System + +Improved build management system: + +- Partial builds +- Batch tracking + +!!! TODO + More information to come soon + +#### InvenTree Settings +##### Dedicated sections + +Dedicated sections were added for: + +- Category +- Build +- Purchase Order +- Sales Order + +!!! TODO + More information to come soon + +##### Category Parameter Templates + +Added support for configuring parameter templates defined by categories. + +!!! TODO + More information to come soon diff --git a/mkdocs.yml b/mkdocs.yml index d08af7a..fb5f1e3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,7 @@ extra_javascript: nav: - InvenTree: - About InvenTree: index.md + - What's New: new.md - Contribute: contribute.md - Getting Started: - Installation: start/install.md