v15.50.0
版本发布时间: 2024-12-10 20:05:17
frappe/frappe最新发布版本:v15.52.0(2025-01-14 20:30:57)
What's Changed
- Added exception printing when asset linking has failed during the build process. https://github.com/frappe/frappe/pull/28653
- Fixed an issue where emails containing empty image tags caused processing errors; content-less image tags are now left unchanged. https://github.com/frappe/frappe/pull/28672
- Updated translations in multiple languages, including Swedish, Spanish, German, Persian, French, Arabic, Turkish, Russian, and Esperanto. https://github.com/frappe/frappe/pull/28634
- Added a Sent Folder Name field to Email Account and Email Domain to allow specifying the folder used for storing sent emails via IMAP. https://github.com/frappe/frappe/pull/28683
- Added the
frappe.db.bulk_update
method to perform efficient bulk updates of multiple documents with different values. https://github.com/frappe/frappe/pull/28685 - Fixed an issue where the "Insert Below" button was visible in submitted documents; it is now hidden to prevent unintended edits. https://github.com/frappe/frappe/pull/28689
- A "Select All" button has been added to the child table column picker, allowing users to select all columns at once. https://github.com/frappe/frappe/pull/28706
- Corrected the data export functionality to enforce owner-based permissions when Export is set to If Owner, ensuring users can only export records they own. https://github.com/frappe/frappe/pull/28663
Full Changelog: https://github.com/frappe/frappe/compare/v15.49.1...v15.50.0