Part-DB
Open-source inventory management system for electronic components
Alternative to: partsbox, sortly

v1.8.0
2023-10-15Part-DB 1.8.0
If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.
Database schema changed: You need to run php bin/console doctrine:migrations:migrate after upgrade!
New features
- Added an REST API, which allows external applications to access Part-DB. See this announcement and the documentation for more info.
- Added an information provider integration for mouser (thanks to @pdo59, see #329)
- Added a “new part” button to the navbar (#394)
- Allow to configure the default part table column visibility and order via an env option (thanks to @misaz, #390, #360)
Bugfixes
- Fixed initial rendering of default currency entry in currency selectors
- Escape spaces in attachment URLs (#401)
- Show proper validation message if you are not allowed to create a new element using an entity selector instead of throwing an exception.
Miscellaneous
- Updated dependencies
- Fixed typos in documentation
New Contributors
- @misaz made their first contribution in https://github.com/Part-DB/Part-DB-server/pull/390
- @tacman made their first contribution in https://github.com/Part-DB/Part-DB-server/pull/405
- @pdo59
Full Changelog: https://github.com/Part-DB/Part-DB-server/compare/v1.7.3…v1.8.0