# [14.3.0](https://github.com/frappe/frappe/compare/v14.2.0...v14.3.0) (2022-08-17) ### Bug Fixes * appropriate password hint (backport [#17623](https://github.com/frappe/frappe/issues/17623)) ([#17839](https://github.com/frappe/frappe/issues/17839)) ([version-14c8d4fbd
](c8d4fbd6dd
)) * default `filters` to `undefined` instead of `null` ([9107fbb
](9107fbbcd5
)) * dont mutate `df` when creating custom fields ([aac89f1
](aac89f13d4
)) * has_content check for fieldtype TextEditor ([bd69c67
](bd69c67f42
)) * incorrect attachment limit message ([#17848](https://github.com/frappe/frappe/issues/17848)) ([#17849](https://github.com/frappe/frappe/issues/17849)) ([d3608fb
](d3608fb0bb
)) * undefined "self" ([3e31275
](3e31275a85
)) * **UX:** better indicator for "is private" uploads ([b510037
](b510037b21
)) ### Features * custom __link_options ([#17699](https://github.com/frappe/frappe/issues/17699)) ([#17838](https://github.com/frappe/frappe/issues/17838)) ([10faee0
](10faee0a04
)) * **Language:** show title in link field ([7995050
](79950501f7
)) ### Performance Improvements * use cached docs for system settings ([#17842](https://github.com/frappe/frappe/issues/17842)) ([e0efa6f
](e0efa6fde2
))