github Part-DB/Part-DB-server v1.4.0
Version v1.4.0

latest releases: v1.12.0, v1.11.3, v1.11.2...
11 months ago

Part-DB 1.4.0

If you are using Part-DB, it would be nice when you participate in this (Google Forms) user survey.

Attention: This release introduces (and enables by default) which saves more details into log entries on element changes. This increases the database size, when you often change elements. This behavior can be disabled, by setting the environment variable (in .env.local file) HISTORY_SAVE_NEW_DATA to 0 (see here for more details)

Please note: This release is most likely the last version compatible with PHP 7.4 and PHP 8.0. Newer versions will require at least PHP 8.1, if you still use an old version of PHP, you should look into how to update it. If you are using the docker container, no action is required.

New features

  • Added detail page for log entries, where you can view changes to parts in detail
  • Added basic possibility to delete individual log entries
  • When elements are changed, the new data is saved to log entries too, to make it easier to compare the difference.

Bugfixes

  • Show proper error message, when using an invalid regex (issue #289)
  • Search options now properly work (defaults can be unselected now)
  • Fixed error when reverting or undoing log
  • Fixed various errors with PartKeepr import (issue #291)

Miscellaneous

  • Updated dependencies
  • Updated translations

Full Changelog: v1.3.3...v1.4.0

Don't miss a new Part-DB-server release

NewReleases is sending notifications on new releases.