Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 21:23
· 28 commits to main since this release

Changelog

All notable changes to n8n Git will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.1.0] - 2025-12-27

Maintenance

  • release): bump version to 1.1.0

Other Changes

  • Feat: Enable inside n8n container execution and bootstrapping of n8n-git for use within n8n nodes (#3)
  • Apply consistent formatting to Pull and Reset examples with use case descriptions
  • Update README: split push examples with justifications and add cron backup example
  • Initial plan

[1.0.0] - 2025-12-02

Initial Release

  • Core: Initial public release of n8n-git, a CLI tool to sync n8n workflows with Git.
  • Push: Export workflows, credentials, and environment variables from n8n to Git or local storage.
  • Pull: Import workflows and credentials from Git/local storage to n8n, preserving folder structures.
  • Reset: Time-travel functionality to restore n8n state to a specific Git commit, tag, or time window.
  • Folder Support: Full support for n8n project and folder hierarchy synchronization.
  • Interactive CLI:
    • Configuration wizard (n8n-git config).
    • Interactive reset picker with date grouping and filtering.
  • Authentication: Session-based authentication handling for n8n API access.
  • Documentation: Comprehensive guides for Architecture, Push, Pull, and Reset operations.