mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
23 lines
962 B
Markdown
23 lines
962 B
Markdown
---
|
|
title: 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.
|
|
|
|
### Test Report
|
|
|
|
[#1842](https://github.com/inventree/InvenTree/pull/1842) adds "installed items" to the available context data for a StockItem TestReport template.
|
|
|
|
## Major Bug Fixes
|
|
|
|
| Pull Request | Description |
|
|
| --- | --- |
|
|
| [#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 |
|