2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-05-09 10:58:54 +00:00

Merge pull request #285 from inventree/0.7.x

0.7.x
This commit is contained in:
Oliver 2022-05-26 18:25:40 +10:00 committed by GitHub
commit 26317def9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 0 deletions

View File

@ -6,6 +6,18 @@ title: Release 0.7.0
0.7.0 is a major feature release of the InvenTree software project. For a comprehsive list of changes associated with this release, please refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/10). 0.7.0 is a major feature release of the InvenTree software project. For a comprehsive list of changes associated with this release, please refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/10).
### Plugins
In addition to providing a slew of new features and stability improvements (as listed below), this version focuses heavily on improvements to the [plugin system](../extend/plugins.md). The plugin ecosystem has received a major overhaul, and now provides a number of new plugin "mixins" for supporting custom functionality. The plugin system will continue to receive attention over the next major release cycle.
!!! warning "Plugin Changes"
Version `0.7.0` introduces some major changes (improvements) to the plugin interface. If you are updating from a previous version, any custom plugins you have installed may also need to be updated.
### Unit Testing
This release also provides a marked improvement in unit testing and code coverage. The project is now above 85% code coverage! This is a great milestone, but we can do better! We will continue to improve our unit testing to ensure that InvenTree remains a high quality, stable software product.
## New Features ## New Features
### Order Target Dates ### Order Target Dates

15
docs/releases/0.7.1.md Normal file
View File

@ -0,0 +1,15 @@
---
title: Release 0.7.0
---
## Release: 0.7.1
Release 0.7.1 is a bug-fix release on the 0.7.x stable branch.
For a comprehensive list of changes associated with this release, refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/19).
## Bug Fixes
| Pull Request | Description |
| --- | --- |
| [#3075](https://github.com/inventree/InvenTree/pull/3075) | Fixes an unhandled exception when converting currency without any available exchange rate data |

View File

@ -24,6 +24,12 @@ The head of the *master* code branch represents the "latest and greatest" workin
Specific tagged releases are shown below. Click on the release notes for each version to learn more. Specific tagged releases are shown below. Click on the release notes for each version to learn more.
### 0.7.x
| <span class='fas fa-clipboard-list'></span> Release | <span class='fas fa-calendar-alt'></span> Date | <span class='fab fa-github'></span> GitHub | <span class='fab fa-docker'></span> Docker |
| --- | --- | --- | --- |
| [0.7.0](./0.7.0.md) | 2022-05-24 | [0.7.0](https://github.com/inventree/InvenTree/releases/tag/0.7.0) | [inventree:0.7.0](https://hub.docker.com/layers/inventree/inventree/inventree/0.7.0/images/sha256-b15d2970e1577cc8e2429487636f07576912cec8d3c7ee0227c3e51711f0042a?context=explore) |
### 0.6.x ### 0.6.x
| <span class='fas fa-clipboard-list'></span> Release | <span class='fas fa-calendar-alt'></span> Date | <span class='fab fa-github'></span> GitHub | <span class='fab fa-docker'></span> Docker | | <span class='fas fa-clipboard-list'></span> Release | <span class='fas fa-calendar-alt'></span> Date | <span class='fab fa-github'></span> GitHub | <span class='fab fa-docker'></span> Docker |
| --- | --- | --- | --- | | --- | --- | --- | --- |