Skip to content

Froggit v0.4.0-beta

Choose a tag to compare

@github-actions github-actions released this 25 Jul 20:59
· 24 commits to master since this release

🏷️ v0.4.0-beta

🐛 What was fixed?

Froggit now properly handles Git operations even when working from subdirectories within a repository or after moving folders around inside a repo.

Previously, attempting to commit from a subfolder or after directory moves would result in vague errors. Now, Froggit automatically detects the Git repository root using git rev-parse --show-toplevel, ensuring consistent behavior across all working directories.

Thanks to @aldenhaight for reporting and clearly describing this issue! 🙌


🚧 New (experimental): stash support!

A first preview of stash support has landed in Froggit 🎉

You can now:

  • 📥 Create stashes from your working directory
  • 📤 Apply the most recent stash

This is a preliminary implementation, and we’re still refining the UI/UX. We’re currently exploring the best way to make stash viewing and management intuitive within Froggit’s TUI. Expect improvements soon!

Please share any feedback or open issues if you encounter odd behavior — your input will directly shape how stash support evolves! 🧠


✅ What’s new in 0.4.0?

  • 🐛 Fixed: vague commit errors when working from subdirectories
  • ✨ Experimental: basic stash support (create/apply)
  • 🔍 Internal: repo root detection for more robust Git command execution