Skip to content

v15.42.0

Latest
Compare
Choose a tag to compare
@frappe-pr-bot frappe-pr-bot released this 24 Sep 19:57

What's Changed

  • We’ve updated form links to display the Title instead of the Name. #27768
  • We've added a new option to the site configuration to let users manage their database connections externally. Now, you can choose to handle user management and database setup outside the system. #27626
  • We’ve updated the translations for Turkish, Swedish, and Persian languages. #27678, #27837
  • We've improved the database restoration process to remove an incompatible comment for older MariaDB versions, ensuring smoother database operations. #27840
  • We have added a new button in the list view to allow users to clear assignments from multiple items at once. #27842
  • We’ve added "Keycloak" as a new option in the Social Login Provider field within the Social Login Key form, allowing you to use Keycloak for social login. #27834
  • We've corrected the error messages in system dialogs by replacing HTML <br> tags with newline characters for clearer readability in DocType import failures. #27861
  • We've fixed an issue in LDAP Settings to properly handle special characters in the entry_dn field, preventing errors when connecting to Active Directory. #27865
  • We have fixed an issue where the chart tooltip in a report now correctly shows the currency specified in the report, instead of the global default currency. #27845
  • We have fixed an issue to ensure that a new ToDo created via the interaction modal in Lead is now correctly assigned to the selected user. #27869
  • We’ve resolved an issue in S3 Backup Settings that ensures you will now receive an email notification if a backup fails to upload to S3. #27875
  • We’ve fixed an issue in the format_timedelta function so that it no longer crashes when a string is passed instead of a datetime.timedelta object. #27872
  • We have ensured that translatable strings are no longer extracted from git-ignored folders. #27847
  • We have ensured that translatable strings are now extracted from the entire repository, including frontend code. #27888

Full Changelog: v15.41.0...v15.42.0