Release Notes 2026.4

The 2026.4 release includes two fixes and one security update.

FIX: Removed invalid pgsql parameter declaration character

Fixed incorrectly generated deployment scripts for PostgreSQL. The generator produced invalid SQL in some cases, leading to errors during execution. Script generation has been corrected to ensure valid PostgreSQL syntax.

FIX: Search wasn’t open after pressing the shortcut

We’ve fixed the keyboard shortcut for Search so that it works in all situations.

DEV: Security updates

Part of this version are also security updates related to Mailkit 4.16.0 and log4net 3.3.1.

2026.4.1.4273

This patch resolves one crash on application start in PostgreSQL, one UX issue, and protects against possible supply chain attacks.

Released on 2026-05-29T07:21:00Z.

Architect: Incorrect PostgreSQL deployment scripts for OpenIddict

Deployment scripts for PostgreSQL adding OpenIddict specified that all the tables are created in the public schema. If the project has a different schema defined in the OrigamSettings.config file, these tables are scripted in a different schema than the one used by the application. It caused an error during the application start.

HTML Architect: Missing space between radio button and label

All radio buttons didn’t have enough breathing room between the control and its text label. This fix improves the UX by adding a 4 px space between them.

Supply chain risk mitigation for frontend projects

With the increasing supply chain risks, we are tightening rules for updating our dependencies. We disallowed dependency updates released less than 24 hours ago, disabled silently updating the dependency lockfile, disabled running post-install scripts, and bumped up the package manager version.