Переглянути джерело

chore(release): Bumped to Version 14.10.0

# [14.10.0](https://github.com/frappe/frappe/compare/v14.9.0...v14.10.0) (2022-10-04)

### Bug Fixes

* add translate function to some strings (backport [#18188](https://github.com/frappe/frappe/issues/18188)) ([#18242](https://github.com/frappe/frappe/issues/18242)) ([c929fe6](c929fe6c2a))
* Chart date format on x-axis is inaccurate ([#18191](https://github.com/frappe/frappe/issues/18191)) ([#18207](https://github.com/frappe/frappe/issues/18207)) ([f940c7b](f940c7b1a9))
* Chart filter not working if not operator is used (backport [#18194](https://github.com/frappe/frappe/issues/18194)) ([#18265](https://github.com/frappe/frappe/issues/18265)) ([775ed71](775ed71fd1))
* **Data Import:** don't validate empty values ([#17923](https://github.com/frappe/frappe/issues/17923)) ([#18275](https://github.com/frappe/frappe/issues/18275)) ([26bfbf0](26bfbf0cfc))
* dont assume issingle exists ([#18236](https://github.com/frappe/frappe/issues/18236)) ([#18252](https://github.com/frappe/frappe/issues/18252)) ([6164921](6164921304))
* geolocation ([#18250](https://github.com/frappe/frappe/issues/18250)) ([#18282](https://github.com/frappe/frappe/issues/18282)) ([3e70643](3e70643a39))
* handle isatty correctly ([#18277](https://github.com/frappe/frappe/issues/18277)) ([#18278](https://github.com/frappe/frappe/issues/18278)) ([7ce396e](7ce396ea59))
* ignore child tables when init-ing parent doc ([84a58b3](84a58b3a34))
* **minor:** More button in list view ([#18283](https://github.com/frappe/frappe/issues/18283)) ([#18284](https://github.com/frappe/frappe/issues/18284)) ([99b8bbd](99b8bbd0ff))
* only allow verified_command on GET requests ([#18235](https://github.com/frappe/frappe/issues/18235)) ([#18238](https://github.com/frappe/frappe/issues/18238)) ([d974143](d974143707))
* report generation - frappe monitor ([#18259](https://github.com/frappe/frappe/issues/18259)) ([#18260](https://github.com/frappe/frappe/issues/18260)) ([d860e20](d860e2087c))
* throw exception if backup failed ([#18230](https://github.com/frappe/frappe/issues/18230)) ([#18255](https://github.com/frappe/frappe/issues/18255)) ([0f71fd2](0f71fd2194))

### Features

* Added Subscription Banner for remotely logging into FrappeCloud dashboard from site ([#18263](https://github.com/frappe/frappe/issues/18263)) ([68f315d](68f315d372))

### Performance Improvements

* use `modified` instead of `creation` in scheduler ([#18234](https://github.com/frappe/frappe/issues/18234)) ([#18240](https://github.com/frappe/frappe/issues/18240)) ([6245b91](6245b915ea))
version-14
Frappe PR Bot 2 роки тому
джерело
коміт
ea296321b9
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.9.0"
__version__ = "14.10.0"
__title__ = "Frappe Framework"

controllers = {}


Завантаження…
Відмінити
Зберегти