InvenTree/CHANGELOG.md
2024-02-27 08:34:33 +01:00

3.8 KiB

Changelog

All notable changes to this project will be documented in this file (starting with 0.15.0).

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. InvenTree is currently considered to be in a pre-1.0 state, bumps to the minor version number signify new features. The roadmap to 1.0 is public.

[Unreleased]

Added

Changed

Removed

[0.14.0] - 2024-02-29

General

This release focused on furthering PUI, improving the API and enhancing the developer tooling.

We added machine integration, a feature that allows the user to connect more than 1 printer of the same manufacturer and model to an instance. It also enables integration of other machines, it is planned to develop this feature further in the next releases. This feature is PUI-only. #6486

A few quality of life improvements were made to the CI, such as the addition of API schema tracking, which ensures API versions are tracked and documented. We switched to ruff for CI linting, uv for installing packages and updated to the 4.2 LTS version of Django.

PUI was developed further, with the addition of support for SSO, user registration, and greatly improved tables among many additions. Especially administrative functions are improved compared to the classical UI (CUI).

PUI is enabled by default in this release and can be accessed by navigating to /platform/ on the instance. We appreciate feedback.

Added

Fixed

Changed

Removed

Old releases

Release notes are available https://docs.inventree.org/en/stable/releases/release_notes/