Skip to content

Part-DB 1.13.0

Latest
Compare
Choose a tag to compare
@jbtronics jbtronics released this 23 Jun 17:18
· 2 commits to master since this release

Part-DB 1.13.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!

There is a new experimental docker image, which is much faster. See this post for more info.

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

New features

  • Support for PostgreSQL as database
  • Support for natural sorting of tables and trees, on MariaDB 10.7 and PostgreSQL. On other platforms, a (slow) emulation is possible. See here for more information
  • Support for importing parameters and attachments
  • Added scan button to navbar in mobile view (PR #626, thanks @RaptorDE)

Bugfixes

  • Show correct data in partUnit column in part tables (fixes #630)
  • Fixed error message, when using datetime filters with a range
  • Use correct frontend translations, when using a locale with subregion (see #563)
  • Fixed --overwrite option of backup command not working (issue #635)
  • Hide tooltip after clicking navbar visibility toggler (#628)
  • Hide mouser parts with an invalid product id (#616)
  • Handle export of recursive datastructures better
  • Fixed some issues with the timetravel feature

Miscellaneous

  • Updated dependencies
  • Fixed some deprecations
  • Improvements of code quality

New Contributors

Full Changelog: v1.12.1...v1.13.0