n8n | n8n@2.25.6

n8n n8n@2.25.6 released on 08-06-2026


n8n n8n@2.25.6 is out now. It fixes a markdown editor bug so only the user’s highlighted text is copied, preventing accidental inclusion of surrounding content.

Visit the project’s GitHub release page or the compare/commit links for full details and the exact diff (issue #31891, commit 7627351).

What’s in this release

  • Editor bug fix: copying from the built-in markdown editor now copies only the selected text (fix for issue #31891, commit 7627351).
  • Patch release published 2026-06-08 containing a single targeted fix to improve copy/paste behaviour when extracting snippets from workflow notes or editor fields.
  • Developer references included: issue #31891 and the compare link for the full change set (compare n8n@2.25.5…n8n@2.25.6).

Upgrade notes

  • No breaking changes or configuration updates are required; upgrade via your normal package or container update process.
  • If you need to revert, roll back to the previous release (n8n@2.25.5) through your package manager or container image.

Share your experience with the editor change or report any regressions on the GitHub issue tracker.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes