Warning
Part-DB now requires PHP 8.2 or higher. It is recommended that you read the upgrade guide from v1 to v2 before upgrading.
Part-DB 2.0.0
This upgrade introduces a new web based configuration system. Existing configuration using environment variables will continue to work. If you want to configure these parameters via the WebUI in the future, an additional migration step is required. See the upgrade guide for more information.
Breaking changes
- Part-DB now requires at least PHP 8.2 or higher. If you are still using PHP 8.1 you need to upgrade PHP first
- Nodejs 20 or higher is now required
- The
config/banner.md
file does not exist anymore. If you wanna customize the banner, either do it via the WebUI or theBANNER
env. - The parameters
partdb.sidebar.items
,partdb.sidebar.root_node_enable
andpartdb.sidebar.root_expanded
inconfig/parameters.yaml
,
were removed. You can configure them now directly in the admin interface.
New features
- Introduced capability to configure system settings and info providers via the WebUI. No need to work with environment variables anymore
- Improved emoji dialog for rich text editor
Miscellaneous
- Updated dependencies
Full Changelog: v1.17.4...v2.0.0