Browse Source

chore(release): Bumped to Version 14.8.0

# [14.8.0](https://github.com/frappe/frappe/compare/v14.7.0...v14.8.0) (2022-09-20)

### Bug Fixes

* allow syncing of dashboard even if setup is not complete ([99cb37c](99cb37c38d))
* always show edit button ([2c5bc44](2c5bc44a0f))
* change fieldtype of restrict_ip from data to small text (backport [#18178](https://github.com/frappe/frappe/issues/18178)) ([#18183](https://github.com/frappe/frappe/issues/18183)) ([f165611](f16561114f))
* commit after app install ([5a61fcf](5a61fcf28d))
* create a private workspace if user doesnt have access while duplicating ([61b681a](61b681a1a6))
* do not rename fieldtype options ([#18143](https://github.com/frappe/frappe/issues/18143)) ([#18145](https://github.com/frappe/frappe/issues/18145)) ([5635441](563544186b))
* dynamic label for document rename ([#18125](https://github.com/frappe/frappe/issues/18125)) ([#18129](https://github.com/frappe/frappe/issues/18129)) ([7f603ac](7f603ac702))
* **minor:** Use colors passed to `render_graph` on form dashboards ([#18132](https://github.com/frappe/frappe/issues/18132)) ([#18134](https://github.com/frappe/frappe/issues/18134)) ([1073ca3](1073ca3ca1))
* must check array length ([#18159](https://github.com/frappe/frappe/issues/18159)) ([d43e084](d43e084bc5))
* RQ job name when func object is passed ([#18112](https://github.com/frappe/frappe/issues/18112)) ([#18113](https://github.com/frappe/frappe/issues/18113)) ([5074afa](5074afaafa))
* show portal sidebar on login ([#18126](https://github.com/frappe/frappe/issues/18126)) ([#18127](https://github.com/frappe/frappe/issues/18127)) ([20246da](20246dadbf))
* Show quick list only if user has access ([#18102](https://github.com/frappe/frappe/issues/18102)) ([#18108](https://github.com/frappe/frappe/issues/18108)) ([30a613a](30a613a790))
* show Roles child table for custom reports ([#18139](https://github.com/frappe/frappe/issues/18139)) ([#18150](https://github.com/frappe/frappe/issues/18150)) ([8e0f46a](8e0f46a328))
* signup link removed if user-pass disabled ([#18135](https://github.com/frappe/frappe/issues/18135)) ([#18137](https://github.com/frappe/frappe/issues/18137)) ([bafc0c6](bafc0c65c4))
* sync app dashboard on app install ([cf52f5f](cf52f5f9c6))
* while duplicating do not set module field ([5542a3c](5542a3c415))

### Features

* completed option to status ([#18104](https://github.com/frappe/frappe/issues/18104)) ([#18151](https://github.com/frappe/frappe/issues/18151)) ([c14eac5](c14eac5e71))
* **minor:** delete kanban board from kanban view ([#18163](https://github.com/frappe/frappe/issues/18163)) ([#18190](https://github.com/frappe/frappe/issues/18190)) ([1939561](1939561f61))
* Zero* downtime migrations (backport [#18050](https://github.com/frappe/frappe/issues/18050)) ([#18107](https://github.com/frappe/frappe/issues/18107)) ([9c0fd8e](9c0fd8ed53)), closes [#18049](https://github.com/frappe/frappe/issues/18049)

### Performance Improvements

* drop unused indexes (backport [#18118](https://github.com/frappe/frappe/issues/18118)) ([#18124](https://github.com/frappe/frappe/issues/18124)) ([dcb423a](dcb423a73b))
version-14
Frappe PR Bot 2 years ago
parent
commit
88f3b87822
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py View File

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

__version__ = "14.7.0"
__version__ = "14.8.0"
__title__ = "Frappe Framework"

controllers = {}


Loading…
Cancel
Save