You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed table detection so a separator line right after a table no longer starts a second, overlapping table that reused the previous table's last row as its header.
Fixed formatting of tables without outer pipes: rows now keep the outer pipe whenever the first or last column holds an empty cell, so inserting a column no longer drops one on the next parse.
Fixed deleting down to a single column in a table without outer pipes, which used to leave rows with no pipe at all and turn the table into plain text.
Fixed a header made only of dashes being mistaken for the separator row, which rejected every edit on that table.
EditResult.changed now reports whether the result really differs from the input instead of always being true.
Kept Java/C++ core behavior in sync: both cores were verified to produce identical output across 28763 generated scenarios covering every action, wrapping width, conversion, range lookup, and cursor mapping.
Rebuilt x86, x64, and arm64 plugin ZIPs plus Plugin Admin ZIPs with SHA-256 sums, SBOM, and GitHub attestations.
Validation
GitHub Actions release build completed for Win32, x64, and ARM64 with coverage and performance checks.
GitHub Actions compatibility smoke completed for Notepad++ 7.5.9 x86, 8.3.1 x64, and the latest portable x64 release.