v14.40.0
版本发布时间: 2023-06-20 21:11:15
frappe/frappe最新发布版本:v15.40.6(2024-09-11 21:06:21)
14.40.0 (2023-06-20)
Bug Fixes
- "Remember Last Selected Value" not working (frappe#21364) (#21395) (9874c4a)
- add timestamp attr on timeline-item (3acbe51)
- convert string to int (494eaf5)
- Data Import: cast selected value to string (d1343b3)
- make sure number is not zero for
bankers_rounding
(#21431) (#21434) (bbf8341) - sort options by translated label (3e1d9db)
- UX: Indicate that list view is empty because of filters (#21427) (#21428) (2b24487)
Features
- allow no_smtp_authentication to be set from site config (#21344) (b498114)
- enable "Sort Options" for Type field (8b07c39)
- load more communications button in timeline (d10fc9a)
- make option sorting configurable (57f8076)
Performance Improvements
- cache document naming rule to avoid recurring db calls (backport #18491) (#21408) (03417ef)
- faster docshare queries (backport #21392) (#21402) (9af99ef)
- Faster report exporting logic (#21415) (5c2ac47)
- index for_user in Notification log (#21379) (#21380) (827b829)
Reverts
- temp fix to load communications (9ad8b60)