| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| GitUp.zip | 2026-07-15 | 4.8 MB | |
| README.md | 2026-07-03 | 2.1 kB | |
| v1.5.0 Tahoe Release source code.tar.gz | 2026-07-03 | 24.5 MB | |
| v1.5.0 Tahoe Release source code.zip | 2026-07-03 | 25.2 MB | |
| Totals: 4 Items | 54.5 MB | 6 | |
What's Changed
The highlights for this release are as follows:
- Updated Tahoe design with modern Sparkle updater APIs
- Updated to libgit2 from version 1.4.4 to 1.9.0, this provides support for:
- OpenSSH so no more struggling to just use your system SSH keys
- Shallow clones
A whole bunch of updates from GitHub PRs:
- Fix some “Stage All” special cases by @Cykelero in https://github.com/git-up/GitUp/pull/1037
- Update libgit2 fork to v1.9.0 by @Cykelero in https://github.com/git-up/GitUp/pull/2683
- Update Homebrew cask name in README by @Quintisimo in https://github.com/git-up/GitUp/pull/2726
- Make reloadHistory tip hiding much faster by @Cykelero in https://github.com/git-up/GitUp/pull/2707
- Make the Text Size preference apply to the text in the diff view, not just the line numbers by @mluisbrown in https://github.com/git-up/GitUp/pull/2727
- Fix highlight range computation for non-ascii characters by @lucasderraugh in https://github.com/git-up/GitUp/pull/2742
- Fix crash when staging lines with the index locked by @Cykelero in https://github.com/git-up/GitUp/pull/2771
- Add GitUpKit to readme intro by @Cykelero in https://github.com/git-up/GitUp/pull/2776
- Allow opening containing repo from subdirectory by @lucasderraugh in https://github.com/git-up/GitUp/pull/2777
- Improve selected files performance lag in Commit View by @delacrixmorgan in https://github.com/git-up/GitUp/pull/2780
- Bump to macOS 12.4 min target by @lucasderraugh in https://github.com/git-up/GitUp/pull/2785
- Move back to CMake for libgit2 compilation by @lucasderraugh in https://github.com/git-up/GitUp/pull/2786
- Use ssh_exec from libgit2 by @lucasderraugh in https://github.com/git-up/GitUp/pull/2787
New Contributors
- @Quintisimo made their first contribution in https://github.com/git-up/GitUp/pull/2726
- @mluisbrown made their first contribution in https://github.com/git-up/GitUp/pull/2727
- @delacrixmorgan made their first contribution in https://github.com/git-up/GitUp/pull/2780
Full Changelog: https://github.com/git-up/GitUp/compare/v1.4.3...v1.5.0