浏览代码

chore(release): Bumped to Version 14.6.0

# [14.6.0](https://github.com/frappe/frappe/compare/v14.5.0...v14.6.0) (2022-09-06)

### Bug Fixes

* comma looks like a decimal in report summary widget ([#18014](https://github.com/frappe/frappe/issues/18014)) ([#18017](https://github.com/frappe/frappe/issues/18017)) ([13015c2](13015c2dc8))
* do not remove workspaces while app is uninstalled ([434ed3d](434ed3d153))
* **DX:** reduce retry count for esbuild-redis ([727adb1](727adb1054))
* **patch:** only run patch if webform has is_multi_step_form field ([#17993](https://github.com/frappe/frappe/issues/17993)) ([#17994](https://github.com/frappe/frappe/issues/17994)) ([a67abbe](a67abbe5b2))
* show unique workspaces in sidebar ([1285d84](1285d84aa7))
* show user/pass fields when LDAP is active ([#18043](https://github.com/frappe/frappe/issues/18043)) ([2db21d5](2db21d5005))

### Features

* add button to collapse all in tree view ([#17992](https://github.com/frappe/frappe/issues/17992)) ([#18003](https://github.com/frappe/frappe/issues/18003)) ([cfdc57a](cfdc57add1))
* add lang to safe globals ([0293c11](0293c113c6))
* option to disable user pass based login ([#18000](https://github.com/frappe/frappe/issues/18000)) ([7249c17](7249c179ed))
* review Custom and Build workspace, move background Job to Build Workspace ([#17981](https://github.com/frappe/frappe/issues/17981)) ([#18018](https://github.com/frappe/frappe/issues/18018)) ([eaaae98](eaaae9814c))

### Performance Improvements

* short-circuit guest connection and basic perf tests ([#17988](https://github.com/frappe/frappe/issues/17988)) ([#17991](https://github.com/frappe/frappe/issues/17991)) ([b2d145f](b2d145f065))
version-14
Frappe PR Bot 2 年前
父节点
当前提交
604aa9f338
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py 查看文件

@@ -42,7 +42,7 @@ from .utils.jinja import (
)
from .utils.lazy_loader import lazy_import

__version__ = "14.5.0"
__version__ = "14.6.0"
__title__ = "Frappe Framework"

controllers = {}


正在加载...
取消
保存