2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00
Oliver 2ffd2354eb
Documentation integration (#4653)
* Add documentation under docs/ directory

* Add CI workflow for mkdocs configuration checking

* Add documentation issue template

* update pip-tools?

* Update .gitignore files

* Fix .gitignore rules

* Improve release notes page

* remove references to old repo
2023-04-22 22:40:29 +10:00

16 lines
557 B
Markdown

---
title: Release 0.4.6
---
## Release 0.4.6
### Form Groups
[#1956](https://github.com/inventree/InvenTree/pull/1956) adds collapsible groups to modal forms, which allows rendering of complex forms with dynamic control of grouped items. As part of this pull request, manufacturer and supplier details can now be added when creating a new part.
### Bug Fixes
| Pull Request | Description |
| --- | --- |
| [#1952](https://github.com/inventree/InvenTree/pull/1952) | Fixes bug in dockerfile which pointed to incorrect github branch on tagged release |