Przeglądaj źródła

chore(release): Bumped to Version 14.12.0

# [14.12.0](https://github.com/frappe/frappe/compare/v14.11.1...v14.12.0) (2022-10-18)

### Bug Fixes

* add flags to set_permission for docshares ([#18416](https://github.com/frappe/frappe/issues/18416)) ([#18429](https://github.com/frappe/frappe/issues/18429)) ([a2ba0aa](a2ba0aac19))
* correct import for markupsafe.escape ([c2f1c57](c2f1c5744b))
* **dx:** resolve_class ([#18417](https://github.com/frappe/frappe/issues/18417)) ([#18421](https://github.com/frappe/frappe/issues/18421)) ([c47de0d](c47de0dcdc))
* explicitly set doctype in queries ([#18403](https://github.com/frappe/frappe/issues/18403)) ([#18405](https://github.com/frappe/frappe/issues/18405)) ([6848ee9](6848ee9c57))
* format currency value as float while grid upload ([5eb803c](5eb803ca95))
* google calendar sync times ([#18384](https://github.com/frappe/frappe/issues/18384)) ([#18394](https://github.com/frappe/frappe/issues/18394)) ([7c9ee6d](7c9ee6d4a7))
* Notifications. Get Alerts for Today button [#18423](https://github.com/frappe/frappe/issues/18423) ([#18428](https://github.com/frappe/frappe/issues/18428)) ([63e3c61](63e3c61a46))
* progress bar not disappearing ([#18375](https://github.com/frappe/frappe/issues/18375)) ([#18392](https://github.com/frappe/frappe/issues/18392)) ([e0d6d0b](e0d6d0b7b1))
* reshuffle __newname field to accommodate under 1st Tab Break ([#18406](https://github.com/frappe/frappe/issues/18406)) ([#18427](https://github.com/frappe/frappe/issues/18427)) ([f833e5d](f833e5d52a))
* Show error page even when routing fails ([#18437](https://github.com/frappe/frappe/issues/18437)) ([#18438](https://github.com/frappe/frappe/issues/18438)) ([5d3e97a](5d3e97a7b6))
* **UI:** child table custom horizontal scroll ([ec09123](ec0912355e))
* **UI:** Child table responsive ([cb866f9](cb866f921e))
* **UI:** consider 2px border at grid end ([c85fb2d](c85fb2d17b))
* **UI:** lesser margin if cell is focused ([f3ad63a](f3ad63abf4))

### Features

* allow syncing new fields in Doctype Layout ([#18408](https://github.com/frappe/frappe/issues/18408)) ([c73e2e2](c73e2e2219))
* search in translated title, if we show title ([#17828](https://github.com/frappe/frappe/issues/17828)) ([#18395](https://github.com/frappe/frappe/issues/18395)) ([73758d7](73758d7883))

### Performance Improvements

* Perform `db.set_value` with single query only (backport [#18305](https://github.com/frappe/frappe/issues/18305)) ([#18349](https://github.com/frappe/frappe/issues/18349)) ([23caa1f](23caa1f93b))
version-14
Frappe PR Bot 2 lat temu
rodzic
commit
ef371d502c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py Wyświetl plik

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

__version__ = "14.11.1"
__version__ = "14.12.0"
__title__ = "Frappe Framework"

controllers = {}


Ładowanie…
Anuluj
Zapisz