From 3c3f5209860d496a4b74dae0d3912a1bc19a6a3b Mon Sep 17 00:00:00 2001 From: eeintech Date: Wed, 4 Nov 2020 15:48:23 -0500 Subject: [PATCH] Added What's New page --- docs/new.md | 37 +++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 38 insertions(+) create mode 100644 docs/new.md 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