mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-10-10 02:42:18 +00:00
_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
25 lines
992 B
Markdown
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 |
|