Releases: git-up/GitUp
Tahoe Beta Release 1.5.0 - Build 5
Resolves UI not updating because of quick view not being properly torn down
Full Changelog: b1056...b1057
Tahoe Beta Release 1.5.0 - Build 4
What's Changed
- Add GitUpKit to readme intro by @Cykelero in #2776
- Allow opening containing repo from subdirectory by @lucasderraugh in #2777
- Improve selected files performance lag in Commit View by @delacrixmorgan in #2780
- Replace manual trash implementation with NSFileManager's trashItemAtURL by @delacrixmorgan in #2781
- Bump to macOS 12.4 min target by @lucasderraugh in #2785
- Move back to CMake for libgit2 compilation by @lucasderraugh in #2786
- Use ssh_exec from libgit2 by @lucasderraugh in #2787
- Handle
kFSEventStreamEventFlagMustScanSubDirsto prevent missed UI refreshes by @delacrixmorgan in #2782
New Contributors
- @delacrixmorgan made their first contribution in #2780
Full Changelog: b1055...b1056
Tahoe Beta Release 1.5.0 - Build 3
What's Changed
- Fix crash when staging lines with the index locked by @Cykelero in #2771
- Fix merge line not being drawn connecting the intermediate commit points
- Resolve more layout issues for Tahoe unified bar
Full Changelog: b1054...b1055
Tahoe Beta Release 1.5.0 - Build 2
What's Changed
- Updates the app to use NSWindow's full view content view. This allows for the map view and various other elements to go beneath the toolbar. This is mostly ideal in Tahoe and attempts to compensate in older macOS versions.
- Update to Sparkle
2.8.1from1.27.3. This keeps the Sparkle framework up to date which is ideal from a security and UI perspective. - Updates other bugs with the previous Tahoe build
Full Changelog: b1053...b1054
Tahoe Beta Release 1.5.0
What's Changed
Updates the app design to match closer with Tahoe. The design isn't fully adopted as the code has many legacy edges and supporting older versions and liquid glass is tricky. More work is needed. There are a number of bug fixes as well:
- Fix some “Stage All” special cases by @Cykelero in #1037
- Update libgit2 fork to v1.9.0 by @Cykelero in #2683
- Update Homebrew cask name in README by @Quintisimo in #2726
- Make reloadHistory tip hiding much faster by @Cykelero in #2707
- Make the Text Size preference apply to the text in the split diff view, not just the line numbers by @mluisbrown in #2727
- Fix highlight range computation for non-ascii characters by @lucasderraugh in #2742
- Add GitHub Action to run tests on PR and master by @lucasderraugh in #2743
- Add regular build action check by @lucasderraugh in #2744
New Contributors
- @Quintisimo made their first contribution in #2726
- @mluisbrown made their first contribution in #2727
Full Changelog: b1052...b1053
v1.4.3
What's Changed
- Null out modification date of index entries when (un)staging lines by @Cykelero in #1034
- Address disappearing lines in dark mode by @lucasderraugh in #1050
- Fix two APIs by @Cykelero in #1041
Full Changelog: v1.4.2...v1.4.3
b1052
What's Changed
- Null out modification date of index entries when (un)staging lines by @Cykelero in #1034
- Address disappearing lines in dark mode by @lucasderraugh in #1050
- Fix two APIs by @Cykelero in #1041
New Contributors
Full Changelog: b1051...b1052
v1.4.2
Rotate signed apple id certificates before the previous ones expire.
The download appcast now points to this git repo instead of Amazon S3.
b1051
Rotate signed apple id certificates before the previous ones expire.
The download appcast now points to this git repo instead of Amazon S3.
v1.4.1
What's Changed
- Fix delay when cmd tabbing into GitUp by @lapfelix in #993
- Specify
initial_headwhen initializing a repository for tests so the global git config doesn't make it fail by @lapfelix in #988 - Create a test for
rebaseBranch(with a basic conflict) by @lapfelix in #989 - Fix untracked files problem in multiple commits rebases with conflicts by @lapfelix in #990
- Handle submodule conflicts by @lapfelix in #996
- Add Copy Name menu item for branches by @lucasderraugh in #1009
- Migrate to Sparkle 1.27 for EdDSA support by @lucasderraugh
Full Changelog: v1.4.0...v1.4.1