2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +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

25 lines
992 B
Markdown

---
title: Release 0.4.3
---
## Release 0.4.3
!!! warning
Release 0.4.3 was issued with an incorrect version number, and reports in the "About InvenTree" screen as 0.4.2
### Installing Stock Items
[#1892](https://github.com/inventree/InvenTree/pull/1892) re-introduces a feature which had disappeared due to a regression. Serialized stock items can now (again) be "manually" installed into other stock items by the user.
### Searchable Thumbnails
[#1900](https://github.com/inventree/InvenTree/pull/1900) adds a search input to the Part thumbnail selection dialog
### Bug Fixes
| Pull Request | Description |
| --- | --- |
| [#1894](https://github.com/inventree/InvenTree/pull/1894) | Fixes bug in StockItem template when dealing with non-integer serial numbers |
| [#1895](https://github.com/inventree/InvenTree/pull/1895) | Bug fix for part API |
| [#1909](https://github.com/inventree/InvenTree/pull/1909) | Pins specific version of weasyprint library due to incompatibility |