v14.85.2
版本发布时间: 2024-11-19 20:41:09
frappe/frappe最新发布版本:v15.52.0(2025-01-14 20:30:57)
What's Changed
- Corrected the update mechanism to skip update checks if the detected version includes
develop
. https://github.com/frappe/frappe/pull/28451 - Fixed an issue where clicking "Get PDF" in the HTML print view did not generate a PDF with the selected print format and letterhead. https://github.com/frappe/frappe/pull/28454
- Fixed the tooltip value formatting in custom Dashboard Charts to display values according to their field types. https://github.com/frappe/frappe/pull/28474
- Added the
uploaded_file_url
to the system context so that custom methods can access it after attaching a file via URL. https://github.com/frappe/frappe/pull/28492 - Fixed an issue where the
summary
HTML element was being escaped in Comment; it now renders correctly. https://github.com/frappe/frappe/pull/28476 - Fixed an error that caused background jobs to fail due to a missing import. https://github.com/frappe/frappe/pull/28510
- Updated the user query function use
get_list()
instead of raw SQL. https://github.com/frappe/frappe/pull/28511
Full Changelog: https://github.com/frappe/frappe/compare/v14.85.1...v14.85.2