From c02213fd007536e02b005ce77dd49864ddcc5a37 Mon Sep 17 00:00:00 2001 From: Oliver Walters <oliver.henry.walters@gmail.com> Date: Tue, 22 Nov 2022 21:05:39 +1100 Subject: [PATCH] Framework for blog post about new features --- _posts/2022-11-22-0.9.0-release.md | 58 ++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 _posts/2022-11-22-0.9.0-release.md diff --git a/_posts/2022-11-22-0.9.0-release.md b/_posts/2022-11-22-0.9.0-release.md new file mode 100644 index 00000000..d6f989a4 --- /dev/null +++ b/_posts/2022-11-22-0.9.0-release.md @@ -0,0 +1,58 @@ +--- +author: oliver +title: 0.9.0 Stable Release +--- + +The InvenTree team is very excited to announce the InvenTree **0.9.0 Stable Release**! This release is the culmination of many hours of work from multiple developers, providing numerous new features and bug fixes. We extend our thanks to the contributors who have helped on this release, as well as the users who have suggested new features or helped us track down outstanding software issues. + + +## New Features + +The 0.9.0 release introduces many new features - some of the major ones are outlined briefly below: + +### Installer + +### Backup and Restore + +### Pricing Overhaul + +### Barcode Refactor + +### Builtin Plugins + +### Validation Plugins + +### News Reader + +### Part Scheduling + +- New features + +### Supplier Pack Size + +- New feature description +- Pricing integration + +### Input Sanitization + +- Remove invisible chars +- Sanitize SVG +- Blean cleaning of form fields + +### Iconic + +- Custom icons + +### Make a Splash + +- Custom splash screen +- Custom logo + +### Bug Fixes + +- Lots of bug fixes +- Refer to the release notes + +### Release Notes + +You can view the [full release notes](https://github.com/inventree/InvenTree/releases/tag/0.9.0) on our GitHub page. \ No newline at end of file