Part-DB 1.13.2
If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.
Database schema changed (for MySQL/MariaDB): 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
- Show the method used for natural sorting under the "Server info" page in the database tab
Bug fixes
- Fixed errors with the MySQL natural sort emulation function, which was caused by improper escaping of the SQL functions code
- Fixed problem with parameter values form, when inputing strings like "1E-3" as value (#649)
- Format small parameter values in exponential notation, instead of rounding it to 0 in parameter forms
Miscellaneous
- Include postgres PHP extension and postgres client in docker images
- Updated dependencies
- Updated translations
Full Changelog: v1.13.1...v1.13.2