2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 18:25:27 +00:00
Files
.github
_includes
ci
docs
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
0.5.1.md
0.5.2.md
0.5.3.md
0.5.4.md
0.6.0.md
0.6.1.md
0.6.2.md
0.6.3.md
0.7.0.md
release_notes.md
report
settings
start
stock
stylesheets
webfonts
contribute.md
credits.md
demo.md
faq.md
features.md
hooks.py
index.md
privacy.md
terminology.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
inventree-docs/docs/releases/0.2.3.md
2021-06-16 23:09:30 +10:00

31 lines
1.4 KiB
Markdown

---
title: Release 0.2.3
---
## Release 0.2.3
[Release 0.2.3](https://github.com/inventree/InvenTree/releases/tag/0.2.3) provides a number of major new features and improvements, as well as some crucial bug fixes:
## New Features
### Part Tile Display
[#1622](https://github.com/inventree/InvenTree/pull/1622) introduces a "tile" display for part data.
### BOM Line Variants
[#1626](https://github.com/inventree/InvenTree/pull/1626) adds functionality which allows variants of parts to be optionally substituted in Bills of Material. This option is individually configurable per BOM line item.
### Docker Improvements
[#1664](https://github.com/inventree/InvenTree/pull/1664) provides major improvements to the InvenTree docker images. In particular, running in "production" mode (`INVENTREE_DEBUG=false`) now correctly handles serving of static and media files using the nginx reverse proxy.
## Major Bug Fixes
| PR | Description |
| --- | --- |
| [#1632](https://github.com/inventree/InvenTree/pull/1632) | Fixes navbar icon rendering issues |
| [#1633](https://github.com/inventree/InvenTree/pull/1633) | Fixes currency rendering issues |
| [#1644](https://github.com/inventree/InvenTree/pull/1644) | Fixes rendering issue for stock test result table |
| [#1647](https://github.com/inventree/InvenTree/pull/1647) | Fixes exception when image does not have a rendered thumbnail |