Skip to content

Releases: frappe/frappe

v15.38.0

14 Aug 06:23
Compare
Choose a tag to compare

What's Changed

  • fix(grid): Hide backdrop when deleting row in modal (backport #27189) in #27334
  • feat: Workspace Settings - allow enabling and disabling of workspaces during setup (backport #27299) in #27338
  • fix: check to ensure field is defined (backport #27347) in #27349
  • fix(minor): Quick Entry now subclasses from Dialog (backport #27345) in #27350
  • fix: undue error printing (backport: #24329) by @blaggacao in #27369
  • feat: import scss from node_modules in apps also (backport #22519) by @blaggacao in #27367
  • backport/24317 by @blaggacao in #27368
  • fix: set no_feed_on_delete for Comment and Data Import Log (backport #27378) in #27380
  • fix: form breadcrumbs (backport #27339) in #27382
  • fix: incorrect parameters in frappe.db.set_value call in after_rename method (backport #27394) in #27395

Full Changelog: v15.37.0...v15.38.0

v14.79.1

14 Aug 06:41
Compare
Choose a tag to compare

What's Changed

  • fix: check to ensure field is defined (backport #27347) in #27348
  • fix: set no_feed_on_delete for Comment and Data Import Log (backport #27378) in #27379
  • fix: form breadcrumbs (backport #27339) in #27381
  • fix: incorrect parameters in frappe.db.set_value call in after_rename method (backport #27394) in #27397

Full Changelog: v14.79.0...v14.79.1

v15.37.0

07 Aug 05:42
Compare
Choose a tag to compare

What's Changed

  • fix(babel): not a valid locale identifier (backport #26749) in #27217
  • fix: extract translatable strings from .vue files (backport #27251) in #27252
  • fix: translation in form.js (backport #26907) in #27250
  • fix: remove context from translatable strings in Workspace (backport #27249) in #27255
  • fix: disable fuzzy matching while updating po files (backport #27257) in #27258
  • feat: Allow Setting email, share and print perms via User Type (backport #27096) in #27161
  • fix(query_report): don't crash if execution_time isn't defined (backport #27199) in #27265
  • fix: Email Sent Twice (backport #27227) in #27263
  • fix: make workspace buttons translatable (backport #27256) in #27260
  • fix: fetch from is not working in quick entry form (backport #27269) in #27275
  • fix: layout of checkboxes in print sidebar (backport #27259) in #27271
  • fix: translation of dashboard chart and number card label (backport #25793) in #27305
  • fix: default notification (backport #27294) in #27295
  • remove unsupported characters from sheet title (backport #27313) in #27315
  • fix: header block is not translatable (backport #27278) in #27289
  • fix: add translation function to route label text (backport #27175) in #27303
  • fix: fetch from select twice by @Nihantra-Patel in #27325
  • fix(auto_email_report): ensure that a report is selected before we try to apply filters (backport #27322) in #27324

Full Changelog: v15.36.1...v15.37.0

v14.79.0

07 Aug 06:29
Compare
Choose a tag to compare

What's Changed

  • feat: Allow Setting email, share and print perms via User Type (backport #27096) in #27160
  • fix(query_report): don't crash if execution_time isn't defined (backport #27199) in #27264
  • fix: Email Sent Twice (backport #27227) in #27262
  • fix(babel): not a valid locale identifier (backport #26749) in #27216
  • fix: add translation function to route label text (backport #27175) in #27302
  • system setting handling for error traceback by @sumitbhanushali in #27306
  • remove unsupported characters from sheet title (backport #27313) in #27314
  • fix(auto_email_report): ensure that a report is selected before we try to apply filters (backport #27322) in #27323

Full Changelog: v14.78.2...v14.79.0

v15.36.1

30 Jul 16:07
Compare
Choose a tag to compare

What's Changed

  • fix: check that query_string isn't null before trying to use it (backport #27200) in #27211
  • fix: Missing Quotation Mark in HTML class Attribute Listview by @Nihantra-Patel in #27231
  • fix: show edit button only to workspace managers for public workspaces (backport #26840) in #27232
  • fix: check if the route is "app" sooner (backport #25351) in #27246
  • fix(Web Form): enable no copy for 'Is Standard' flag (backport #27222) in #27224
  • fix(minor): move Create Workspace button to footer (backport #27221) in #27241
  • fix: http to https for url (backport #27228) in #27235

Full Changelog: v15.36.0...v15.36.1

v14.78.2

30 Jul 16:07
Compare
Choose a tag to compare

What's Changed

  • fix: check that query_string isn't null before trying to use it (backport #27200) in #27210
  • fix(sidebar): replace line break with middle dot by @barredterra in #27215
  • fix: http to https for url (backport #27228) in #27234
  • fix(Web Form): enable no copy for 'Is Standard' flag (backport #27222) in #27223

Full Changelog: v14.78.1...v14.78.2

v15.36.0

23 Jul 13:19
Compare
Choose a tag to compare

What's Changed

  • fix!: sort exported customizations by name for better diffs (backport #26927) in #27156
  • fix(Email Account): handle errors during error handling (backport #27152) in #27155
  • fix: migrate-to now works (backport #27115) in #27159
  • fix(newsletter): prevent UnboundLocalError when doc is not associated with a value (backport #27162) in #27165
  • fix: check df options for determining currency even if no doc is passed (backport #27170) in #27181
  • feat: allow disabling background print for a smaller number of documents (backport #27182) in #27183
  • fix: Avoid renaming language or changing title manually (backport #26710) in #26741

Full Changelog: v15.35.0...v15.36.0

v14.78.1

23 Jul 13:20
Compare
Choose a tag to compare

What's Changed

  • fix: handle invalid image (backport #27095) in #27132
  • fix(Email Account): handle errors during error handling (backport #27152) in #27154
  • fix: migrate-to now works (backport #27115) in #27158
  • refactor: get_linked_docs (backport #26872) in #27098
  • fix: check df options for determining currency even if no doc is passed (backport #27170) in #27180
  • fix: Add missing translate function call (backport #25747) in #27184

Full Changelog: v14.78.0...v14.78.1

v15.35.0

16 Jul 16:17
Compare
Choose a tag to compare

What's Changed

  • fix: cleanup user data on trash (backport #27068) in #27073
  • refactor(web list): use CSS class d-none instead of hidden (backport #26793) in #26795
  • feat: kanban style (backport #26538) in #26553
  • feat: nudge for all DocTypes that can be disabled, not deleted (backport #27067) in #27075
  • feat: allow creating Days Before / After notifications for child table (backport #26982) in #27081
  • fix: bulk_insert child tables malformed (backport #26876) in #27086
  • Revert "fix: use currency number format if present" (backport #27087) in #27089
  • fix(style): remove bg-color override for datatable (backport #26497) in #26745
  • refactor: get_linked_docs (backport #26872) in #27099
  • fix(List View): show escaped content for Code fields (backport #27079) in #27083
  • fix: Map icon color in dark mode (backport #27057) in #27117
  • fix: send 2FA OTP email synchronously (backport #27084) in #27130
  • fix: handle invalid image (backport #27095) in #27133
  • fix: don't trigger Value Change notifications for deleted documents (backport #27134) in #27136
  • fix: not showing actions menu (backport #27105) in #27140

Full Changelog: v15.34.1...v15.35.0

v14.78.0

16 Jul 16:22
Compare
Choose a tag to compare

What's Changed

  • fix: cleanup user data on trash (backport #27068) in #27072
  • feat: nudge for all DocTypes that can be disabled, not deleted (backport #27067) in #27074
  • feat: allow creating Days Before / After notifications for child table (backport #26982) in #27080
  • Revert "fix: use currency number format if present" (backport #27087) in #27088
  • fix: check both fields for determining prepared report status by @akhilnarang in #27077
  • fix: Map icon color in dark mode (backport #27057) in #27118
  • fix: send 2FA OTP email synchronously (backport #27084) in #27131
  • fix: don't trigger Value Change notifications for deleted documents (backport #27134) in #27135
  • fix: not showing actions menu by @RJPvT in #27105

Full Changelog: v14.77.7...v14.78.0