5.0.1 (July 13, 2026)
- This release does not include any user-facing changes. It was published solely to verify the release process.
5.0.0 (July 13, 2026)
- Upgrade to and require at least Node v24.11.
mrgitis now pure ESM and no longer supports CommonJS. Closes #197.
- Harden internal Git command execution by running
diff,push,checkout,close,commit, andsynccommands without shell interpolation, so command arguments are treated as literal values. Closes #216.
- Update the
glob,js-yaml, and@ckeditor/ckeditor5-dev-*packages.
4.1.0 (September 16, 2025)
- Introduced
--configCLI parameter which allows providing custom configuration filename that will be used instead of the defaultmrgit.jsonfile. Closes #189.
4.0.0 (June 26, 2025)
- Updated the required version of Node.js to 22 after bumping all
@ckeditor/ckeditor5-dev-*packages to the latest^50.0.0version.
- The
mrgit statuscommand should not print an error when processing a repository without tags or with a partially cloned history that causes tags to be assigned to non-existing commits. Closes #179.
3.0.0 (2025-03-14)
- Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.
- Updated the required version of Node.js to 20. (commit)
To see all releases, visit the release page.