mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-13 10:45:32 +00:00
.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.7.0.md
release_notes.md
report
settings
start
stock
stylesheets
webfonts
0.6.2.md
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
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
---
|
|
title: Release 0.4.4
|
|
---
|
|
|
|
## Release 0.4.4
|
|
|
|
### Label and Report Options
|
|
|
|
[#1920](https://github.com/inventree/InvenTree/pull/1920) adds a user-configurable setting to select if generated PDF labels are displayed inline in the browser, or downloaded as an attachment. The same option can be configured separately for generated PDF reports.
|
|
|
|
### Secondary Modals
|
|
|
|
[#1922](https://github.com/inventree/InvenTree/pull/1922) reintroduces the concept of "secondary" modal forms, implemented within the new API forms framework.
|
|
|
|
### Bug Fixes
|
|
|
|
| Pull Request | Description |
|
|
| --- | --- |
|
|
| [#1916](https://github.com/inventree/InvenTree/pull/1916) | Fixes bug on the *Part Settings* page which prevented editing of part parameter templates |
|
|
| [#1918](https://github.com/inventree/InvenTree/pull/1918) | Adds check for InvenTree version number before publishing releases to docker hub |
|
|
| [#1919](https://github.com/inventree/InvenTree/pull/1919) | Prevents problematic characters from being used for part parameter template names |
|
|
| [#1925](https://github.com/inventree/InvenTree/pull/1925) | Fixes bug in part pricing display |
|