8000 Release v15.68.0 Β· frappe/frappe Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v15.68.0

86D0
Compare
Choose a tag to compare
@frappe-pr-bot frappe-pr-bot released this 06 May 12:32
· 155 commits to version-15 since this release

What's Changed

  • Prevents fields linked to other records from triggering actions multiple times when their value is changed. (#32347)
  • Improves performance of ToDo list and form views by optimizing how item identifiers are handled in database queries. (#32366)
  • Improves filtering speed for fields using dynamic links by handling them more efficiently. (#32365)
  • Improves database performance by converting document names to text, which reduces unnecessary searches and slows down less queries when looking up records. (#32363)
  • Improves loading speed for assignment lists by optimizing how filters are processed. (#32367)
  • Improves the way child table entries are loaded for documents with numeric IDs as their primary key, making related information in forms and lists appear faster in some cases. (#32364)
  • Adds browser caching for private files, allowing them to load faster and use less data when accessed repeatedly. (#29860)
  • Stops unnecessary updates to your personal list view settings when viewing lists; your preferences are now only saved when you explicitly make changes. (#32383)
  • Stops the creation of example email domains and blank email accounts during setup, so only valid email configurations are added. (#32344)
  • Fixes a formatting issue in Number Card so that currency symbols now appear when a currency is selected. (#32407)
  • Allows documents to be created with a specified Name when using the API, even if the naming rule is not set to "Set By User: Prompt". (#32406)
  • Adds the print format name to each entry in the Access Log when a document is printed, making it clear which print format was used. (#32423)

Full Changelog: v15.67.0...v15.68.0
Authors: @akhilnarang, @UmakanthKaspa, @sokumon, @ankush
Reviewers: @akhilnarang, @gavindsouza, @ankush

0