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

v1.17.2
2025-07-06Part-DB 1.17.2
[!IMPORTANT] If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8
[!TIP] There is a new experimental docker image, which is much faster. See this post for more info.
[!TIP] You can help to translate Part-DB to other languages. See this post for more info.
New features
- Added option to disable image overlay on part detail pages (#960, thanks @d-buchmann)
- Allow to use the percentage sign directly as unit in parameters, without needing to latex escape it
- Pass supplier part number info to KiCad as custom field (#955, thanks @barisgit)
- Add fields for KiCost KiCad plugin, so that you can easily create a BOM from the information (#910)
Bug fixes
- Fixed typos in info provider description (#942, thanks @d-buchmann)
- Link project root node to edit project page instead of listing all parts (#957, thanks @d-buchmann)
- Fixed problems if parameter value was 0 (#959, thanks @d-buchmann)
What’s Changed
- Fix typo and copy-paste error by @d-buchmann in https://github.com/Part-DB/Part-DB-server/pull/942
- fix sidebar root node links by @d-buchmann in https://github.com/Part-DB/Part-DB-server/pull/957
- Add env option to disable part image overlay by @d-buchmann in https://github.com/Part-DB/Part-DB-server/pull/960
- Update AbstractParameter.php by @d-buchmann in https://github.com/Part-DB/Part-DB-server/pull/959
- Add supplier information to KiCad part exports by @barisgit in https://github.com/Part-DB/Part-DB-server/pull/955
Miscellaneous
- Updated dependencies
New Contributors
- @barisgit made their first contribution in https://github.com/Part-DB/Part-DB-server/pull/955
Full Changelog: https://github.com/Part-DB/Part-DB-server/compare/v1.17.1…v1.17.2