Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.59.0
Browse files Browse the repository at this point in the history
# [14.59.0](v14.58.0...v14.59.0) (2023-12-12)

### Bug Fixes

* Add filter in Workspace Card Links Block (backport [#23578](#23578)) ([#23685](#23685)) ([29bcf7b](29bcf7b))
* Avoid duplicate contact names ([#23731](#23731)) ([#23733](#23733)) ([78aecd7](78aecd7))
* correct error message ([#23746](#23746)) ([#23747](#23747)) ([7b608e2](7b608e2))
* dont stop next unattached file from being attached if file_url of first file is invalid ([e6dacf0](e6dacf0))
* dont stop next unattached file from being unattached ([394fd77](394fd77))
* ecsape search string ([#23717](#23717)) ([#23719](#23719)) ([6d670fd](6d670fd))
* escape username on avatar control ([#23713](#23713)) ([#23715](#23715)) ([2bc4261](2bc4261))
* german translations for navbar toggles (backport [#23478](#23478)) ([#23502](#23502)) ([da4606c](da4606c))
* get users for leaderboard ([#23739](#23739)) ([33b7066](33b7066))
* ignore if controller doesn't have `get_list` attr ([#23736](#23736)) ([#23741](#23741)) ([649876c](649876c))
* ignore rtlcss for cropperjs ([bf784f9](bf784f9))
* Modified Number system for Nepal ([#23613](#23613)) ([#23633](#23633)) ([fd6cc46](fd6cc46))
* only update primary action if it is new action is provided ([06f5611](06f5611))
* pass filter to formatter to handle custom logic ([eda3dd2](eda3dd2))
* prioritize link_title if value != link_title ([268a2d7](268a2d7))
* remove redundant breadcrumbs ([#23654](#23654)) ([0c4288d](0c4288d))
* **Report View:** clear checked items ([293cd3c](293cd3c))
* undefined variable name fixed in dark.scss (backport [#23646](#23646)) ([#23694](#23694)) ([c2daee6](c2daee6))
* use encoded filename for arabic (latin) language while exporting ([df165dd](df165dd))
* **Virtual DocType:** don't call db get_value in link field validation ([#23620](#23620)) ([1d240a2](1d240a2))

### Features

* add sender_name_field ([eec8e1e](eec8e1e))
* **minor:** child table field as standard filter in list view ([#23625](#23625)) ([40b32ab](40b32ab))
* **minor:** child table field as standard filter in list view (backport [#23625](#23625)) ([#23687](#23687)) ([7342b6d](7342b6d))
* set sender_name_field in reference doc ([5de64d8](5de64d8))
  • Loading branch information
frappe-bot committed Dec 12, 2023
1 parent 3248669 commit 89df19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "14.58.0"
__version__ = "14.59.0"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit 89df19c

Please sign in to comment.