diff --git a/docs/releases/0.4.0.md b/docs/releases/0.4.0.md index 84c50d7..801741d 100644 --- a/docs/releases/0.4.0.md +++ b/docs/releases/0.4.0.md @@ -2,12 +2,10 @@ title: Release 0.4.0 --- -# Release 0.4.0 +## Release 0.4.0 [Release 0.4.0](https://github.com/inventree/InvenTree/releases/tag/0.4.0) provides a number of major new features and improvements, as well as some crucial bug fixes: -## New Features - ### Dynamic Reloading [#1811](https://github.com/inventree/InvenTree/pull/1811) provides dynamic loading of detail views via the left-hand navigation menu. This significantly improves perceived speed by the user, as the entire page does not have to be reloaded. @@ -33,23 +31,3 @@ title: Release 0.4.0 | [#1823](https://github.com/inventree/InvenTree/pull/1823) | Fixes link formatting issues for ManufacturerParts | | [#1824](https://github.com/inventree/InvenTree/pull/1824) | Selects correct curreny code when creating a new PurchaseOrderLineItem | | [#1867](https://github.com/inventree/InvenTree/pull/1867) | Fixes long-running bug when deleting sequential items via the API | - -# Release 0.4.1 - -## Bug Fixes - -| Pull Request | Description | -| --- | --- | -| [#1874](https://github.com/inventree/InvenTree/pull/1874) | Ensure static files are copied when launching development server under docker | -| [#1878](https://github.com/inventree/InvenTree/pull/1878) | Ensure that "static" javascript files do not contain any dynamic templated code | -| [#1879](https://github.com/inventree/InvenTree/pull/1879) | Allows the number of gunicorn workers to be specified by an environment variable in docker configuration | - -# Release 0.4.2 - -## Bug Fixes - -| Pull Request | Description | -| --- | --- | -| [#1887](https://github.com/inventree/InvenTree/pull/1887) | Fixes bugs in new javascript settings rendering | -| [#1890](https://github.com/inventree/InvenTree/pull/1890) | Catch connection errors when updating exchange rates | - diff --git a/docs/releases/0.4.1.md b/docs/releases/0.4.1.md new file mode 100644 index 0000000..98387c1 --- /dev/null +++ b/docs/releases/0.4.1.md @@ -0,0 +1,13 @@ +--- +title: Release 0.4.0 +--- + +## Release 0.4.1 + +### Bug Fixes + +| Pull Request | Description | +| --- | --- | +| [#1874](https://github.com/inventree/InvenTree/pull/1874) | Ensure static files are copied when launching development server under docker | +| [#1878](https://github.com/inventree/InvenTree/pull/1878) | Ensure that "static" javascript files do not contain any dynamic templated code | +| [#1879](https://github.com/inventree/InvenTree/pull/1879) | Allows the number of gunicorn workers to be specified by an environment variable in docker configuration | \ No newline at end of file diff --git a/docs/releases/0.4.2.md b/docs/releases/0.4.2.md new file mode 100644 index 0000000..3abb1df --- /dev/null +++ b/docs/releases/0.4.2.md @@ -0,0 +1,13 @@ +--- +title: Release 0.4.2 +--- + +## Release 0.4.2 + +### Bug Fixes + +| Pull Request | Description | +| --- | --- | +| [#1887](https://github.com/inventree/InvenTree/pull/1887) | Fixes bugs in new javascript settings rendering | +| [#1890](https://github.com/inventree/InvenTree/pull/1890) | Catch connection errors when updating exchange rates | + diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 0c9bb38..a695131 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -1,43 +1,48 @@ --- -title: What's New +title: InvenTree Release Notes --- ## Releases -### Version Numbering +The InvenTree project follows the formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/). -The InvenTree project follows the formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/). Each release will be numbered `MAJOR.MINOR.PATCH`: +### 0.5.x -#### MAJOR +*Version 0.5.x is in developement.* -Major release number will be incremented for large, incompatible changes to the API or other features. +### 0.4.x -#### MINOR +| Release | Date | +| --- | --- | +| [0.4.2](./0.4.2.md) | 2021-08-02 | +| [0.4.1](./0.4.1.md) | 2021-07-31 | +| [0.4.0](./0.4.0.md) | 2021-07-28 | -Minor release number will be incremented when new features are added in a backwards compatible manner - -#### PATCH - -Patch release number will be incremented when making bug fixes or small changes to existing features. - -### Release Notes - -For information on the latest and greatest InvenTree features, refer to the release documentation below: +### 0.3.x | Release | Date | | ------- | ---- | -| [0.4.0](./0.4.0.md) | July 2021 | -| [0.3.0](./0.3.0.md) | July 2021 | -| [0.2.4](./0.2.4.md) | June 2021 | -| [0.2.3](./0.2.3.md) | June 2021 | -| [0.2.2](./0.2.2.md) | May 2021 | -| [0.2.1](./0.2.1.md) | April 2021 | -| [0.2.0](./0.2.0.md) | April 2021 | -| [0.1.8](./0.1.8.md) | April 2021 | -| [0.1.7](./0.1.7.md) | March 2021 | -| [0.1.6](./0.1.6.md) | February 2021 | -| [0.1.5](./0.1.5.md) | January 2021 | -| [0.1.4](./0.1.4.md) | November 2020 | +| [0.3.0](./0.3.0.md) | 2021-07-15 | + +### 0.2.x + +| Release | Date | +| --- | --- | +| [0.2.4](./0.2.4.md) | 2021-06-27 | +| [0.2.3](./0.2.3.md) | 2021-06-16 | +| [0.2.2](./0.2.2.md) | 2021-05-29 | +| [0.2.1](./0.2.1.md) | 2021-04-18 | +| [0.2.0](./0.2.0.md) | 2021-04-11 | + +### 0.1.x + +| Release | Date | +| --- | --- | +| [0.1.8](./0.1.8.md) | 2021-04-10 | +| [0.1.7](./0.1.7.md) | 2021-03-04 | +| [0.1.6](./0.1.6.md) | 2021-02-21 | +| [0.1.5](./0.1.5.md) | 2021-01-19 | +| [0.1.4](./0.1.4.md) | 2020-11-15 | ## Upcoming Features