GitUp Changelog

What's new in GitUp 1.4.0

Apr 9, 2024
  • Add key navigation between index and workdir files by @fo2rist in #921
  • Explain: Brew install by @mathiash98 in #940
  • Application icon by @davidfmiller in #945
  • Trimming whitespaces from url while cloning (Fixes #952) by @prostolyubo in #965
  • Update tooltip of a pull button when it changes (#957) by @prostolyubo in #970
  • Correcting snapshot toggle state when navigating using escape button by @prostolyubo in #971
  • Added clone option to the welcome window by @prostolyubo in #978
  • Change Commit shortcut to ⌘+Return by @danshevluk in #845
  • Update copyright year in Info.plist by @chrisbrandow in #979

New in GitUp 1.3.5 (Jan 19, 2023)

  • Fix crash when hitting return in search results when nothing is selected by @lucasderraugh in #884
  • Fix erroneous update check popup #898
  • Fix rewrite commit discarding entire file #885
  • Address crash in libgit2 git_filter #892
  • Address fetches failing due to symbolic references aborting in libgit2 1.4.4

New in GitUp 1.3.4 (Dec 13, 2022)

  • Modal dialogs no longer have focus with macOS Ventura. by @lucasderraugh in #881
  • Reverted MRC to ARC conversions that were incorrect. This sometimes resulted in crashes on large repos.

New in GitUp 1.3.3 (Dec 7, 2022)

  • Remove displayMode from title view on tab by @zippi-MD in #852
  • Fix issues caused by batch file staging/discard changes by @lapfelix in #639
  • Refactoring. MRC removal. Part one. by @lolgear in #827
  • Refactoring. MRC removal. Part two. by @lolgear in #857
  • Some other behind the scenes changes like os_log migration, min version bump to macOS 10.13, and other small fixes (@lucasderraugh)

New in GitUp 1.3.2 (Jun 7, 2022)

  • Fix #792 Missing Image Comparison by @Stengo in #795
  • Select two commits for diff by @chargenius in #781
  • Fixes clipped toolbar item in macOS Monterey
  • Minimum version now macOS 10.11 (we'll be bumping to 10.13 relatively soon)

New in GitUp 1.3.1 (Dec 13, 2021)

  • Fix unstaged diff for image files @Stengo in #788
  • Added AskSetUpstreamOnPush property by @NikKovIos in #786

New in GitUp 1.3 (Dec 2, 2021)

  • Image diffing preview support #748 @Stengo
  • Git core.hooksPath support #744 @maku693
  • Sparkle updates made optional #776 @lucasderraugh
  • Command line option -t to open in new tab and -h for help. #734 @lucasderraugh
  • Small bug fixes around pre-10.14 releases and preference pane incorrectly loading defaults @lucasderraugh

New in GitUp 1.2 (Jan 22, 2021)

  • Redesign for Big Sur
  • M1 Support
  • Green now means additions, blue is modifications
  • Double click branch/commit in search to checkout
  • Small fixes for keychain, drawing issues, performance and more!
  • Thanks to @zwaldowski, @fo2rist, @ilg, @jasonhan-vassar, & @mdznr for your hard work.

New in GitUp 1.1.3 (Apr 29, 2020)

  • Checkout branches from search without showing remotes on map (@lucasderraugh)
  • Diff Splitter ordering matches map (@bentemple)
  • Fix double clicking title not expanding window (@mattia)
  • Notarization w/ Runtime Hardening (@lucasderraugh)
  • ⌫ on 2 branches at same commit now selects non-HEAD (@lolgear)

New in GitUp 1.1.2 (Feb 3, 2020)

  • Adjustable text size for diff views (@douglashill)
  • Improvements on graph view speeds with large number of branches (@zwaldowski)
  • Other refactors

New in GitUp 1.1.1 (Dec 10, 2019)

  • Dark Mode improvements using standard controls
  • Fix Open in Terminal + iTerm support
  • Drag repo folder onto Welcome window to open
  • Copy commit message from Graph
  • Emoji as first character message width fix
  • ⌥ in Map view navigates off branch

New in GitUp 1.1 (Aug 23, 2019)

  • Dark Mode (please give feedback if there are colors you feel are "off")
  • Defaults to System Pref (can be explicit in GitUp Preferences)
  • Addresses crashes in Catalina
  • Files can be dragged out of diff views onto Terminal or other applications that can read them
  • DiffMerge tool support
  • Small UI fixes around tooltips and view alignment

New in GitUp 1.0.11 Build 1027 (Mar 1, 2018)

  • Updated OpenSSL and libssh2 to latest versions to fix GitHub pushes and pulls over SSH not working anymore
  • Also updated SQLite to latest version

New in GitUp 1.0.9 Build 1024 (Sep 27, 2017)

  • Fixed a MacOS High Sierra compatibility bug.

New in GitUp 1.0.8 Build 1023 (Sep 19, 2017)

  • Minor enhancements.

New in GitUp 1.0.7 Build 1021 (Mar 6, 2017)

  • Updated to latest libgit2
  • Added basic support for Git LFS
  • Fixed off-center search field placeholders
  • Remove options from gitup tool help

New in GitUp 1.0.5 Build 1017 (May 3, 2016)

  • Make the view options for the Map view persistent by storing them in the repository
  • Fixed crash when attempting to clone invalid repository URL
  • Make sure view menu is properly disabled while in conflict resolution mode
  • Updated libgit2 again to fix regression in submodule status
  • Fixed discarding untracked files not working in Simple Commit view
  • Updated libgit2
  • Preserve author when cherry-picking commits
  • Handle running out of disk space when writing snapshots to disk
  • Add "Show in Finder…" to Diff view contextual menu
  • Improve Welcome window behavior
  • Fixed typos

New in GitUp 1.0.4 Build 1012 (Mar 2, 2016)

  • Updated all forums links to now point to GitHub wiki and issues
  • Fixed recursive initialization of submodules not always working

New in GitUp 1.0.3 Build 1011 (Feb 5, 2016)

  • Minor UI fixes