Skip to content

Releases: 0necontroller/gitmoddy

v1.0.0-beta.1 - Initial Beta

13 Jun 18:35

Choose a tag to compare

🚀 GitModdy v1.0.0-beta.1 — Initial Beta

Welcome to the first public beta release of GitModdy! 🎉
GitModdy is a desktop Git tool designed to help you edit your local repository's history with ease and speed. Powered by the robust performance of git-filter-repo, it allows you to rewrite commit messages, change authors' names and emails, and modify commit dates safely.
As this is our initial beta release, we would love your feedback! Please report any bugs or feature requests in our Issues tab.


✨ Key Features in this Beta

  • Rewrite Commit History: Instantly fix typos in past commit messages.
  • Author Identity Updates: Batch-update names and emails across the entire repository timeline.
  • Timestamp Alteration: Modify commit dates safely and chronologically.
  • Blazing Fast Performance: Leverages native git-filter-repo commands under the hood.

📦 Installation Packages

🍏 macOS (Intel Architecture)

  • gitmoddy-v1.0.0-beta.1-macos-amd64.dmg — Standard installer. Open the DMG and drag GitModdy to your Applications folder.
  • gitmoddy-v1.0.0-beta.1-macos-amd64.app.zip — Raw standalone zipped application bundle.

🐧 Linux (64-bit Systems)

  • gitmoddy-v1.0.0-beta.1-linux-x86_64.AppImage — Universal Linux bundle. Download, make it executable (chmod +x), and run instantly!
  • gitmoddy-v1.0.0-beta.1-linux-amd64.deb — Native package installer for Ubuntu, Debian, Linux Mint, and Pop!_OS.
  • gitmoddy-v1.0.0-beta.1-linux-x86_64.rpm — Native package installer for Fedora, RHEL, CentOS, and OpenSUSE.
  • gitmoddy-v1.0.0-beta.1-linux-x86_64.pkg.tar.zst — Native package installer for Arch Linux, Manjaro, and EndeavourOS.
  • gitmoddy-v1.0.0-beta.1-linux-amd64 — Raw, standalone compiled executable binary for terminal-centric users.

⚠️ System Requirements

GitModdy relies on git-filter-repo to perform history rewrites safely. Please ensure it is installed on your local system before running history operations:

  • macOS (Homebrew): brew install git-filter-repo
  • Linux (Debian/Ubuntu): sudo apt install git-filter-repo
  • Linux (Fedora): sudo dnf install git-filter-repo
  • Linux (Arch): sudo pacman -S git-filter-repo