v15.47.0
版本发布时间: 2024-11-05 22:40:57
frappe/frappe最新发布版本:v15.52.0(2025-01-14 20:30:57)
What's Changed
- We’ve improved the Energy Point Settings to automatically clear the cache when the enabled status is toggled, eliminating the need for admins to manually run the
bench clear-cache
command. https://github.com/frappe/frappe/pull/28329 - We've improved the performance of concurrent writes when using hash-naming. https://github.com/frappe/frappe/pull/28350
- We've fixed an issue to format the default workspace route correctly, so now special characters in workspace names are handled and displayed more consistently. https://github.com/frappe/frappe/pull/28361
- We’ve fixed the default currency setting so that it is now stored during the setup process and set to "USD" if no other default is found. https://github.com/frappe/frappe/pull/28365
- We’ve implemented a fix to ensure write permissions on a document are checked while attaching a file to it. https://github.com/frappe/frappe/pull/28344
- We have stopped automatically adding the "System Manager" role to users without privileges during setup in the User form, as this could unintentionally elevate their access. Existing Administrators can still assign this role if needed. https://github.com/frappe/frappe/pull/28342
- We’ve updated the system to include the latest Turkish, Swedish, and Spanish translations. https://github.com/frappe/frappe/pull/28330
- We have added a permission check to ensure that only users with appropriate rights can delete a public Workspace. https://github.com/frappe/frappe/pull/28321
- We have enhanced filter labels to provide clearer descriptions, such as "Greater Than" and "Less Than," and introduced specific labels for date fields, including "Before" and "After". https://github.com/frappe/frappe/pull/28346
- Users can now see link targets in the search suggestions from the Awesome Bar, with support for opening links in new tabs using the middle mouse button. https://github.com/frappe/frappe/pull/28345
- We have added a feature that will help preventing the "Send SMS" button from displaying when the SMS gateway is not configured, avoiding non-functional attempts to send messages. https://github.com/frappe/frappe/pull/28370
- We have enforced user permissions on report filters, ensuring that only authorized data is accessed within linked DocTypes through strict validation of filter inputs. https://github.com/frappe/frappe/pull/28371
- We have fixed the Work Order alternative item dialog. https://github.com/frappe/frappe/pull/28374
- We've added a new feature that allows you to retrieve the current month or a specific month's name by using the
get_month
function in templates and python scripts. https://github.com/frappe/frappe/pull/27513 - Hidden filters are no longer displayed in the export or print formats, which previously caused confusion. https://github.com/frappe/frappe/pull/28373
- We have improved the translatability of messages in various places. https://github.com/frappe/frappe/pull/28375
Full Changelog: https://github.com/frappe/frappe/compare/v15.46.0...v15.47.0