2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-29 14:16:55 +00:00

22 lines
863 B
Markdown

---
title: Release 0.4.3
---
## Release 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 |