mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-30 06:36:53 +00:00
33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
---
|
|
title: v0.1.5
|
|
---
|
|
|
|
## Release 0.1.6
|
|
|
|
[Release 0.1.5](https://github.com/inventree/InvenTree/releases/tag/0.1.5) (Febuary 2021) provides a number of major new features and improvements, as well as some crucial bug fixes:
|
|
|
|
## New Features
|
|
|
|
### Report Templates
|
|
|
|
Support for report templates has been greatly improved, moving towards "out of the box" support for various reports.
|
|
|
|
[#1270](https://github.com/inventree/InvenTree/pull/1270) represents a significant refactor of code, and tooling for report functionality.
|
|
|
|
[#1279](https://github.com/inventree/InvenTree/pull/1279) adds the following report features:
|
|
|
|
- Adjustable page size for generated reports
|
|
- Debug mode (renders reports as simple HTML files)
|
|
|
|
Refer to the [report documentation](../../report/report) for further information.
|
|
|
|
!!! warning "LaTeX Support"
|
|
LaTeX report templates are no longer supported for a number of technical and ideological reasons
|
|
|
|
## Major Bug Fixes
|
|
| PR | Description |
|
|
| --- | --- |
|
|
| [#1258](https://github.com/inventree/InvenTree/pull/1258) | Fixes bug causing part images to sometimes be deleted |
|
|
| [#1267](https://github.com/inventree/InvenTree/pull/1267) | Fixes issue with legacy migration file when upgrading from very old installation |
|
|
| [#1288](https://github.com/inventree/InvenTree/pull/1288) | Fixes bug which caused errors with table search |
|