| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-12 | 7.0 kB | |
| v16.18.0 source code.tar.gz | 2026-05-12 | 21.8 MB | |
| v16.18.0 source code.zip | 2026-05-12 | 23.2 MB | |
| Totals: 3 Items | 44.9 MB | 1 | |
Features
- Adds "Weighted Distribution" option to Assignment Rule, allowing tasks to be assigned to users in the exact ratio defined by their Weight values. (https://github.com/frappe/frappe/pull/39221)
Bug Fixes
- When you delete a field from any DocType, the system now also removes its underlying unique rule and index, so saving records no longer fails afterward. (https://github.com/frappe/frappe/pull/39080)
- Restricts editing of user-specific Workspace pages to the workspace manager who owns them, preventing other users from saving changes. (https://github.com/frappe/frappe/pull/39107)
- Hides disabled Report links in the sidebar and workspaces, so users no longer see reports that are turned off. (https://github.com/frappe/frappe/pull/39114)
- Clearing the last entry in Role Profiles on a User record now stays removed after you save. (https://github.com/frappe/frappe/pull/39128)
- Keeps the password entered during new User creation even when additional automated saves occur, allowing the user to log in successfully. (https://github.com/frappe/frappe/pull/39109)
- Prevents multiple dropdown menus from remaining open together; the previous popover now closes automatically when you open another menu or move the cursor away. (https://github.com/frappe/frappe/pull/39119)
- Increases the navigation bar height from 45 px to 48 px, giving the top bar a little more space so its text and icons no longer look cramped. (https://github.com/frappe/frappe/pull/39133)
- Aligns the search icon on the desktop page with the surrounding text color and weight for a consistent appearance. (https://github.com/frappe/frappe/pull/39144)
- Explicitly grants full access to the default
publicschema during database setup, allowing new installations on Azure-managed PostgreSQL to create tables. (https://github.com/frappe/frappe/pull/39153) - Prevents Setup Wizard from automatically logging you in as the first user when the site runs on a developer server, keeping your current session unchanged. (https://github.com/frappe/frappe/pull/39158)
- Restricts the "Relink" action on Communication records to users who have write permission and shows a generic confirmation prompt when no Reference Name is provided. (https://github.com/frappe/frappe/pull/39125)
- Limits the size of the asset preload "Link" header sent by websites, preventing page load errors when the header grows too large. (https://github.com/frappe/frappe/pull/39163)
- Forms show a single “i” icon next to field descriptions, remove the extra icon inside the info card, and display documentation as a plain text link instead of a button. (https://github.com/frappe/frappe/pull/39167)
- Adds "Update After Submit" to Webhook event options, so webhooks now run when a submitted document is modified. (https://github.com/frappe/frappe/pull/39170)
- Changes record-navigation shortcuts in form view to
Ctrl+Shift+>andCtrl+Shift+<, soCtrl+Shift+Left/Rightonce again selects text inside input fields. (https://github.com/frappe/frappe/pull/39180) - Skips items marked as hidden when building the "Help" dropdown, so links set to hidden no longer appear in the menu. (https://github.com/frappe/frappe/pull/39187)
- Generates PDFs with WeasyPrint only for print formats that have the Print Format Builder Beta option enabled, stopping email attachments from failing for other layouts. (https://github.com/frappe/frappe/pull/39197)
- Prevents the creation of standard Report records when developer mode is off. This avoids accidental addition of reports that cannot be deleted on live sites. (https://github.com/frappe/frappe/pull/39102)
- Sidebar Last Edited and Created By timestamps now follow your “Show absolute datetime in timeline” setting, keeping their date format consistent with the timeline. (https://github.com/frappe/frappe/pull/39201)
- Adds bottom padding to all report pages and squares off the bottom edge of data tables, keeping the last row’s border fully visible. (https://github.com/frappe/frappe/pull/39202)
- Updates Auto Email Report to refresh the Filter Meta data whenever you pick a different report, clearing outdated filters and allowing you to save the form without getting stuck in a save loop. (https://github.com/frappe/frappe/pull/39203)
- Removes the obsolete Display Depends On option from Workspace Sidebar Item, so all configured sidebar links now appear consistently without hidden rules. (https://github.com/frappe/frappe/pull/39206)
- Removes the slight jitter of the tab bar when scrolling or switching between tabs in any form, keeping the tabs steady as you navigate. (https://github.com/frappe/frappe/pull/39211)
- Fixes issue where non-administrator users do not receive the "Bulk PDF Export" download dialog after generating a large PDF batch. (https://github.com/frappe/frappe/pull/39214)
- Help dropdown items now follow their Condition setting in Navbar Settings, hiding entries whose condition evaluates to false. (https://github.com/frappe/frappe/pull/39212)
- Removes the help icon and its pop-up table from the global "Awesome Bar" search, eliminating the unexpected modal. (https://github.com/frappe/frappe/pull/39223)
- Fixes list view filters so that the "Descendants Of" condition is now applied, showing all relevant child records as expected. (https://github.com/frappe/frappe/pull/39237)
- Removes the extra primary "Add Participants" button on Event form, so only one main action button appears. (https://github.com/frappe/frappe/pull/39236)
- Fixes loss of file links in child table rows, so attachments now stay connected to their document after import or renaming. (https://github.com/frappe/frappe/pull/39240)
- Removes the info and collapse icons from the sidebar footer and adds a new "Display" dropdown that groups the "Toggle Theme", "Toggle Full Width", and "Toggle Sidebar" options. (https://github.com/frappe/frappe/pull/39241)
- Removes orphan attachment details from File uploads when no target document is selected, preventing upload errors. (https://github.com/frappe/frappe/pull/39246)
Authors: @sokumon, @raizasafeel, @nabinhait, @GursheenK, @AarDG10, @Shllokkk, @ankush, @kaulith, @gajjug004, @asmitahase, @KerollesFathy, @Vibhuti410, @ShrihariMahabal Reviewers: @sokumon, @nikkothari22, @iamejaaz, @AarDG10, @ankush, @surajshetty3416, @akhilnarang, @NagariaHussain, @KerollesFathy, @ShrihariMahabal