2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 18:25:27 +00:00
Files
_includes
docs
admin
app
assets
build
companies
extend
javascripts
part
releases
0.1.4.md
0.1.5.md
0.1.6.md
0.1.7.md
0.1.8.md
0.2.0.md
0.2.1.md
0.2.2.md
0.2.3.md
0.2.4.md
0.3.0.md
0.4.0.md
0.4.1.md
0.4.2.md
0.4.3.md
0.4.4.md
0.4.5.md
0.4.6.md
0.5.0.md
release_notes.md
report
start
stock
stylesheets
webfonts
contribute.md
credits.md
faq.md
features.md
index.md
upcoming.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
inventree-docs/docs/releases/0.4.0.md
2021-08-02 22:12:53 +10:00

34 lines
1.7 KiB
Markdown

---
title: 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:
### 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.
### Search Bar
[#1838](https://github.com/inventree/InvenTree/pull/1838) adds a "live autocomplete" feature to the search bar. Typing a search query into the search bar will now reveal a drop-down menu showing the matching parts. The default search results page can still be accessed by pressing "Enter" to complete the query.
### Settings
[#1859](https://github.com/inventree/InvenTree/pull/1859) introduces the concept of "per-user settings". These settings do not apply globally, only to the current user.
[#1863](https://github.com/inventree/InvenTree/pull/1863) refactors the existing settings display with a more moden feel.
## 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 |
| [#1867](https://github.com/inventree/InvenTree/pull/1867) | Fixes long-running bug when deleting sequential items via the API |