2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-12 18:23:00 +00:00
Matthias Mair c9e9ef1754
Bump pre commit versions (#7255)
* bump pre-commit tools

* move uv config to pyproject

* style fix

* bump pre-commit deps again

* add config for code spell

* spelling fixes

* bump regex

* bump pre-commit

* bump versions again

* roll back regex version

* reverse uv bump

* compile for 3.12

* use 3.12 for ci

* remove unused env vars

* only cache main version

* set caching dep path

* remove caching distinction

* pip installl regex

* switch back to 3.9 default

* remove install test

* reset versions

* remove tomli

* Update playwright.config.ts

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2024-06-25 20:52:34 +10:00

1.7 KiB

title
title
Release 0.4.0

Release 0.4.0

Release 0.4.0 provides a number of major new features and improvements, as well as some crucial bug fixes:

Dynamic Reloading

#1811 provides dynamic loading of detail views via the left-hand navigation menu. This significantly improves perceived speed by the user, as the entire page does not have to be reloaded.

Test Report

#1842 adds "installed items" to the available context data for a StockItem TestReport template.

#1838 adds a "live autocomplete" feature to the search bar. Typing a search query into the search bar will now reveal a drop-down menu showing the matching parts. The default search results page can still be accessed by pressing "Enter" to complete the query.

Settings

#1859 introduces the concept of "per-user settings". These settings do not apply globally, only to the current user.

#1863 refactors the existing settings display with a more moden feel.

Major Bug Fixes

Pull Request Description
#1823 Fixes link formatting issues for ManufacturerParts
#1824 Selects correct currency code when creating a new PurchaseOrderLineItem
#1867 Fixes long-running bug when deleting sequential items via the API