Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: what's new (v15 port of #21014) #25986

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

ankush
Copy link
Member

@ankush ankush commented Apr 17, 2024

v15 port of #21014

@ankush ankush requested review from a team and akhilnarang and removed request for a team April 17, 2024 08:22
@ankush ankush enabled auto-merge (squash) April 17, 2024 08:27
@ankush ankush merged commit fc0ab40 into frappe:version-15-hotfix Apr 17, 2024
15 of 18 checks passed
@ankush ankush deleted the whatsnew_v15 branch April 17, 2024 08:50
frappe-pr-bot pushed a commit that referenced this pull request Apr 23, 2024
# [15.24.0](v15.23.0...v15.24.0) (2024-04-23)

### Bug Fixes

* 🐛 don't create __init__.py files when gathering pages ([#26045](#26045)) ([#26091](#26091)) ([285a30f](285a30f)), closes [#25167](#25167)
* allow setting dynamic filters for number cards even without developer mode ([8811e82](8811e82))
* Avoid permission check on unsaved doc ([#26027](#26027)) ([#26031](#26031)) ([334d353](334d353))
* dashboard link number color for timeless night ([#26058](#26058)) ([d6a060d](d6a060d))
* datepicker time row color for timeless night ([#26077](#26077)) ([ef2f3e2](ef2f3e2))
* filter select perm in get_doctypes_with_read (backport [#26037](#26037)) ([#26040](#26040)) ([2d7d38e](2d7d38e))
* filters on prepared report export ([627a0ed](627a0ed))
* **grid_row:** check child table dependent properties whenever a row is selected ([6ec64a8](6ec64a8))
* **grid:** ensure that `doc` itself is not null ([b4c9d40](b4c9d40)), closes [#25800](#25800)
* increase report limit ([#26102](#26102)) ([#26104](#26104)) ([8706dd8](8706dd8))
* limit select user to desk users by default ([#25843](#25843)) ([#25996](#25996)) ([374c75c](374c75c))
* only notify for modified greater than DB ([#26070](#26070)) ([#26071](#26071)) ([224d8aa](224d8aa))
* register faulthandler on true stderr only (backport [#26028](#26028)) ([#26034](#26034)) ([bb0f1be](bb0f1be))
* **report_view:** allow exporting all rows even if count is disabled ([0f65a23](0f65a23))
* **resolver:** handle werkzeug redirect exception ([3f9b5f3](3f9b5f3))
* runtime error during pot build ([#25991](#25991)) ([#25992](#25992)) ([58a133b](58a133b))
* strip redirect URIs for trailing whitespaces ([#26006](#26006)) ([#26008](#26008)) ([d543dd3](d543dd3))
* unknown charset windows-874 problem on incoming mail ([14e1a31](14e1a31))

### Features

* add copy to clipboard on read only code fields ([62f09f7](62f09f7))
* enable dynamic filters for standard number cards ([ba2f70a](ba2f70a))
* gettext translations (v15 port) ([#25982](#25982)) ([0189bb2](0189bb2))
* System Health Report (backport [#26046](#26046)) ([#26085](#26085)) ([7b8a923](7b8a923))
* What's New ([#25986](#25986)) ([fc0ab40](fc0ab40))
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 15.24.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2024
@frappe frappe unlocked this conversation May 21, 2024
@akhilnarang
Copy link
Member

@Mergifyio backport version-14-hotfix

Copy link
Contributor

mergify bot commented May 21, 2024

backport version-14-hotfix

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request May 21, 2024
(cherry picked from commit fc0ab40)

# Conflicts:
#	frappe/boot.py
#	frappe/hooks.py
#	frappe/public/js/frappe/ui/toolbar/navbar.html
akhilnarang pushed a commit that referenced this pull request May 21, 2024
(cherry picked from commit fc0ab40)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
akhilnarang added a commit that referenced this pull request May 21, 2024
* feat: What's New (#25986)

(cherry picked from commit fc0ab40)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>

* refactor: frappe.cache -> frappe.cache()

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Ankush Menat <ankush@frappe.io>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
frappe-pr-bot pushed a commit that referenced this pull request May 22, 2024
# [14.75.0](v14.74.1...v14.75.0) (2024-05-22)

### Bug Fixes

* "Not assigned" filter (backport [#26468](#26468)) ([#26469](#26469)) ([6bb3534](6bb3534))
* condition of event participants ([#26300](#26300)) ([#26455](#26455)) ([d940902](d940902))
* **contact list:** add space before designation ([a67ebab](a67ebab))
* Don't fiddle with child table indexes ([#26450](#26450)) ([#26452](#26452)) ([d0d6d93](d0d6d93))
* **DX:** Don't run CI if there are no tests (backport [#26457](#26457)) ([#26465](#26465)) ([d129c01](d129c01))
* enable fetch_from for Time fieldtype ([#25266](#25266)) ([#26471](#26471)) ([#26485](#26485)) ([9cd3bf6](9cd3bf6))
* **grid_row:** don't crash when undefined ([0f91073](0f91073))
* Ignore link doctype in comments ([#26484](#26484)) ([910d4a7](910d4a7))
* pass user and shared params when checking for cache keys ([#26402](#26402)) ([#26403](#26403)) ([30799f7](30799f7))
* preserve checked items after a search ([ae9cdd2](ae9cdd2))

### Features

* what's new (v15 port of [#21014](#21014)) (backport [#25986](#25986)) ([#26494](#26494)) ([6a561d9](6a561d9))

### Performance Improvements

* num2words, babel, gettext, sentry imports (backport [#26475](#26475)) ([#26476](#26476)) ([ea873fd](ea873fd))
@oguzbilgic
Copy link
Contributor

Hello, is there a way to disable the "What's New" tab within the notifications popup? We don't want system user's to have external links on the ERP system.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants