Changelog

Release history for the n8n 2 Git Chrome extension. See version control for n8n on the homepage for the full picture.

v1.6

Current

n8n 2.0 support, auto-commit on publish, and config improvements.

n8n 2 Git v1.6
  • n8n 2.0 compatibility — The extension now supports both n8n 1.x and n8n 2.x and adapts its behaviour automatically.
  • Push — On n8n 2.x, the commit message can be pre-filled with the published version name and description.
  • Saved / Published check — Push is allowed when your workflow is saved (n8n 1.x) or published (n8n 2.x); otherwise you are prompted to save or publish first.
  • Auto-commit on publish (n8n 2.x) — New option to automatically push to Git when you publish a workflow. The version name and description are used as the commit message, and the workflow filename stays consistent so Pull continues to work.
  • Force push — New option to overwrite the remote file even when GitHub has newer commits.

v1.5

Improvements and stability updates.

  • Bug fixes and UI improvements.
  • Improved error handling for GitHub and n8n API calls.

v1.4

Earlier release.

  • Bug fixes and improvements.