2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-12-14 16:19:54 +00:00
Files
inventree-docs/docs/releases/0.2.5.md

59 lines
1.9 KiB
Markdown

---
title: Release 0.3.0
---
## Release 0.3.0
[Release 0.3.0](https://github.com/inventree/InvenTree/releases/tag/0.3.0) provides a number of major new features and improvements, as well as some crucial bug fixes:
## New Features
### Version Numbering
Release 0.3.0 introduces a formalized release numbering scheme for the InvenTree project, according to the [semantic versioning specification](https://semver.org/). Each release will be numbered `MAJOR.MINOR.PATCH`:
#### MAJOR
Major release number will be incremented for large, incompatible changes to the API or other features.
#### MINOR
Minor release number will be incremented when new features are added in a backwards compatible manner
#### PATCH
Patch release number will be incremented when making bug fixes or small changes to existing features.
### Pricing
Multiple new pricing features have been added:
#### Purchase Price in BOM Table
[#1726](https://github.com/inventree/InvenTree/pull/1726) re-introduces display of purchase price information into the BOM table
### UX Improvements
#### Supplier Part Column
[#1750](https://github.com/inventree/InvenTree/pull/1750) introduces a "Supplier Part" column to the Stock Item table.
#### Purchase Price Filter
[#1744](https://github.com/inventree/InvenTree/pull/1744) adds a "Has Purchase Price" filter to the Stock Item table.
#### Hide Related Parts
[#1734](https://github.com/inventree/InvenTree/pull/1734) adds an option to hide "Related Parts" feature.
#### Sortable Allocations
[#1731](https://github.com/inventree/InvenTree/pull/1731) allows sorting by "allocated" quantity in Build Order display
## Major Bug Fixes
| Pull Request | Description |
| --- | --- |
| [#1729](https://github.com/inventree/InvenTree/pull/1729) | Fixes a bug in the HTML browsable API |
| [#1736](https://github.com/inventree/InvenTree/pull/1736) | Fixes an ongoing issue with currency support |