❌

Normale weergave

Voile, the Magic Library

Door: 9001
3 Oktober 2025 om 00:36

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-09-07)

recent important news

πŸ§ͺ new features

🩹 bugfixes

  • #842 could not navpane into webroot if webroot is unmapped 0941fd4
  • upload-resume becomes funky when the OS/network is overloaded to the point where it starts dropping connections left and right -- the issue was reported on discord and I don't have a good way to reproduce it, but these changes may help and/or fix it:
    • b136a5b panic and drop chunk reservations if client or connection glitches out
    • 38df223 also drop reservations if subchunk logic hits an edgecase

πŸ”§ other changes

🌠 fun facts


⚠️ not the latest version!

  •  

Version 2.2.0

Door: jbtronics
23 September 2025 om 23:49

Part-DB 2.2.0

Warning

After upgrade, you need to run php bin/console doctrine:migrations:migrate (or equivalent) as webserver user after upgrade.. If you are running a docker container, use sudo docker exec --user=www-data partdb php bin/console doctrine:migrations:migrate, or sudo -E inside the docker container, to ensure that the migrations are applied to the correct database.

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

You can help to translate Part-DB to other languages. See this post for more info.

New features

  • Added xlsx/xls import/export for parts (thanks to @barisgit, PR #1036)
  • Allow to update many parts at once from information providers (thanks @barisgit, PR #1036)
  • Optimized part tables performance

Bug fixes

  • Fixed problem with mouser and chinese yuan as currency (#1045)

Miscellaneous

  • Improved translations
  • Updated dependencies
  • Use php's native lazy objects on PHP8.4+, this should help to reduce performance overheads

Full Changelog: v2.1.2...v2.2.0

  •  
❌