Releases: leam-tech/frappe
Releases · leam-tech/frappe
v13.7.0
v13.6.0
Features
- additional filter support (frappe#14102) #14,#15911 (Gavin D'souza)
- toolbar.js model.js: Add freeze message when renaming document #15912 (coffee-dev-sl)
- Allow users to customize their own reports #15951 (Daizy)
- always show charts even if onboarding enabled #15929 (hrwx)
- minor: No Copy attribute for custom fields (backport frappe#15915) (frappe#16129) #16129 (HENRY Florian)
- testing utilities #16163 (Ankush Menat)
- add German translations #16293 (Samuel Danieli)
- MySQL TIMESTAMP functionality for QB (backport frappe#16295) #16303 (mergify[bot])
- add hook process_request_hook (#19) #19 (Elton Lobo)
- Add workflow_dispatch #20 (Assem Marwan)
- Introduce back create-release workflow #20 (Assem Marwan)
Bug Fixes
- Handle missing pluck functionality in frappe.db.get_values #14,#15911 (Gavin D'souza)
- Revert ported aggregate qb functions #14,#15911 (Gavin D'souza)
- executing non-select qb code from whitelisted methods #14,#15911 (Ankush Menat)
- Merge conflict #14,#15911 (Gavin D'souza)
- validate doc naming when set via prompt or by passing
set_name
#15917 (Rucha Mahabal) - remove redundant test record deletions and resetting #15917 (Rucha Mahabal)
- conflicts #15917 (Rucha Mahabal)
- remove import for non-existing function #15917 (Rucha Mahabal)
- translate default msgprint title in backend #15926 (barredterra)
- Wrap timeout getting for custom queues in function #15933 (Lev Vereshchagin)
- Python 3.7 compatibility? #15933 (Lev Vereshchagin)
- Check if valid file instead of path #15936 (Gavin D'souza)
- Check if valid file instead of path #14,#15937 (Gavin D'souza)
- improved validations #15951 (Sagar Vora)
- sider issues #15951 (Sagar Vora)
- docstring #15951 (Sagar Vora)
- access to
this
and better UX #15951 (Sagar Vora) - use correct indicator #15951 (Sagar Vora)
- added regex for alerts #15961 (shadrak gurupnor)
- Updated translations (backport frappe#15879) (frappe#15966) #15966 (mergify[bot])
AttributeError
invalidate_links_table_fieldnames
(backport frappe#15832) (frappe#15942) #15942 (mergify[bot])- UI: Image action not in center of image in mobile view (backport frappe#15969) (frappe#15974) #15974 (mergify[bot])
- libsass issue with
min()
(frappe#15982) #15982 (Sagar Vora) - limit without filter #15985 (Pruthvi Patel)
- ignore
doctype
in setter #15979 (Pruthvi Patel) - remove
ignore_in_getter
; cleaner implementation #15979 (Sagar Vora) - load more button loads only 20 records at a time (frappe#15931) #15989 (Shariq Ansari)
- add try except for splitting email (backport frappe#15892) (frappe#15941) #15941 (mergify[bot])
- pass
print_heading_template
as render args #15996 (Pruthvi Patel) - Always set
doctype
fromoptions
for child Document (backport frappe#15957) (frappe#15994) #15994 (mergify[bot]) - libsass issue with
min()
(frappe#15982) #14,#15999 (Sagar Vora) - Update Translations (backport frappe#15878) (frappe#16000) #16000 (mergify[bot])
- Permission Manager: Update client-side permission data (frappe#15945) #16001 (smehata)
- after load more on refresh gets duplicate data #15989 (Shariq Ansari)
- update child table row's linked field on creating new connection #16015 (Shariq Ansari)
- sider fix #16015 (Shariq Ansari)
- sider fix #16015 (Shariq Ansari)
- add new row with linked field only if table is mandatory [...
v13.5.0
Features
- add hook process_request_hook (#19) #19 (Elton Lobo)
Commits
- 428992c: Merge branch 'version-13-fixes' of https://github.com/leam-tech/frappe into version-13-fixes (yaacine)
v13.4.0
Release 13.4.0
v13.3.0
Bug Fixes
- check cache + prevent spam of sql get_non_standard_user_type_details (#16) #16 (Elton Lobo)
Code Refactoring
- check if vals match before clearing cache (#15) #15 (Elton Lobo)
- use at front kwarg for redis queue (#17) #17 (Elton Lobo)
Commits
- df21659: Merge branch 'version-13-fixes' of https://github.com/leam-tech/frappe into version-13-fixes (yaacine)
v13.2.0
Features
- additional filter support (frappe#14102) #14,#15911 (Gavin D'souza)
- toolbar.js model.js: Add freeze message when renaming document #15912 (coffee-dev-sl)
- Allow users to customize their own reports #15951 (Daizy)
- always show charts even if onboarding enabled #15929 (hrwx)
- minor: No Copy attribute for custom fields (backport frappe#15915) (frappe#16129) #16129 (HENRY Florian)
- testing utilities #16163 (Ankush Menat)
- add German translations #16293 (Samuel Danieli)
- MySQL TIMESTAMP functionality for QB (backport frappe#16295) #16303 (mergify[bot])
- release workflow (yaacine)
Bug Fixes
- test: Update test according to API behaviour #14,#15911 (Gavin D'souza)
- missing
param_wrapper
in recursive calls #14,#15911 (saxenabhishek) - Sync query_builder module with develop #14,#15911 (Gavin D'souza)
- Remove import re-definitions #14,#15911 (Gavin D'souza)
- Handle missing pluck functionality in frappe.db.get_values #14,#15911 (Gavin D'souza)
- Revert ported aggregate qb functions #14,#15911 (Gavin D'souza)
- executing non-select qb code from whitelisted methods #14,#15911 (Ankush Menat)
- Merge conflict #14,#15911 (Gavin D'souza)
- validate doc naming when set via prompt or by passing
set_name
#15917 (Rucha Mahabal) - remove redundant test record deletions and resetting #15917 (Rucha Mahabal)
- conflicts #15917 (Rucha Mahabal)
- remove import for non-existing function #15917 (Rucha Mahabal)
- translate default msgprint title in backend #15926 (barredterra)
- Wrap timeout getting for custom queues in function #15933 (Lev Vereshchagin)
- Python 3.7 compatibility? #15933 (Lev Vereshchagin)
- Check if valid file instead of path #15936 (Gavin D'souza)
- Check if valid file instead of path #14,#15937 (Gavin D'souza)
- improved validations #15951 (Sagar Vora)
- sider issues #15951 (Sagar Vora)
- docstring #15951 (Sagar Vora)
- access to
this
and better UX #15951 (Sagar Vora) - use correct indicator #15951 (Sagar Vora)
- added regex for alerts #15961 (shadrak gurupnor)
- Updated translations (backport frappe#15879) (frappe#15966) #15966 (mergify[bot])
AttributeError
invalidate_links_table_fieldnames
(backport frappe#15832) (frappe#15942) #15942 (mergify[bot])- UI: Image action not in center of image in mobile view (backport frappe#15969) (frappe#15974) #15974 (mergify[bot])
- libsass issue with
min()
(frappe#15982) #15982 (Sagar Vora) - limit without filter #15985 (Pruthvi Patel)
- ignore
doctype
in setter #15979 (Pruthvi Patel) - remove
ignore_in_getter
; cleaner implementation #15979 (Sagar Vora) - load more button loads only 20 records at a time (frappe#15931) #15989 (Shariq Ansari)
- add try except for splitting email (backport frappe#15892) (frappe#15941) #15941 (mergify[bot])
- pass
print_heading_template
as render args #15996 (Pruthvi Patel) - Always set
doctype
fromoptions
for child Document (backport frappe#15957) (frappe#15994) #15994 (mergify[bot]) - libsass issue with
min()
(frappe#15982) #14,#15999 (Sagar Vora) - Update Translations (backport frappe#15878) (frappe#16000) #16000 (mergify[bot])
- Permission Manager: Update client-side permission data (frappe#15945) #16001 (smehata)
- after load more on refresh gets duplicate data #15989 (Shariq Ansari)
- update child table row's linked field on creating new connection...