Skip to content

Releases: gitx/gitx

1.0

10 Apr 17:01
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Architecture info in about by @hannesa2 in #343
  • Trying to fix visual glitches appearing on Mac OS 10.x by @elosha in #349
  • Fix "Gist it" appearing despite being disabled in Settings by @ADTC in #371
  • Improve the Settings (Preferences) window by @ADTC in #373
  • Add a link to Applications in the DMG file by @hannesa2 in #379
  • Remove ENABLE_HARDENED_RUNTIME from the Debug configuration by @tiennou in #381
  • Revert "Trying to fix visual glitches appearing on Mac OS 10.x" by @tiennou in #383
  • Implement a Dark theme for syntaxhighlighter and blame by @ADTC in #390
  • Automate brew publish by @hannesa2 in #395

Other Changes

New Contributors

Full Changelog: 0.23...1.0

0.23

20 Sep 14:36
b0fb3cd
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

Full Changelog: 0.22...0.23

0.22

18 Sep 17:13
Compare
Choose a tag to compare
0.22 Pre-release
Pre-release

What's Changed (don't use this version !)

Exciting New Features 🎉

Other Changes

New Contributors

Full Changelog: 0.21...0.22

0.21

09 Aug 10:03
8c63944
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

New Contributors

Full Changelog: 0.20...0.21

0.20

27 May 12:12
c6fbdc2
Compare
Choose a tag to compare
  • Look for hooks in core.hooksPath if it is set #307
  • arm64 release on CI #309

Release 0.19

07 Mar 06:08
16565c1
Compare
Choose a tag to compare

💡 Features

  • Trigger a rebuild of appcast.xml on release
  • Bump Sparkle 2.1.0
  • Cleanup LDFLAGS
  • Force static linking libraries

Release 0.18.1

17 Feb 02:45
6d5d892
Compare
Choose a tag to compare

🚀 Features

  • Fixed "Show whitespace differences"

🐛 Fixes

  • Update bundle version. Fix update machanism

Release 0.18

13 Feb 13:15
bce33bb
Compare
Choose a tag to compare

Apple Silicon support !

Because we currently have no arm64 runner, I built it locally

xcodebuild -workspace GitX.xcworkspace -scheme GitX -archivePath ./GitX archive ARCHS="arm64"
mv GitX.xcarchive/Products/Applications/GitX.app .
hdiutil create -fs HFS+ -srcfolder GitX.app -volname GitX GitX-arm64.dmg

and uploaded arm64 artifact manually.

image

🚀 Features

  • Added support for opening submodules in tab instead of separate window
  • ObjectiveGit arm64 preparation
  • ObjectiveGIT VALID_ARCHS
  • Build artifact for architecture
  • Fix build on Apple Silicon

🐛 Fixes

  • Fix exception when dragging files in the unstaged and staged changes table views
  • Fix local build on x86
  • M1 search path in objectiveGit
  • VALID_ARCHS Apple Silicon support

💬 Maintenance

  • Bump Quick 4.0.0
  • Bump Nimble 9.2.1
  • Bump Swift version

Release 0.17

08 Feb 10:44
b88e100
Compare
Choose a tag to compare

🚀 Features

  • Enable --follow in the log
  • Various repository cleanups
  • More modern Syntaxhighlighter submodule
  • Cleanup commit header in history view for elements to stay in place
  • Bump objectiveGit
  • Simplified bootstrap
  • Build always libgit2 in update script
  • M1 preparation
  • ci: save build artifacts
  • Change CI artifact to dmg
  • Automatic version
  • Release job

🐛 Fixes

  • Update URL in the About dialog box
  • Fix crash and miscellaneous cleanup
  • Fix exception when dragging files in the unstaged and staged changes table views

💬 Maintenance

  • MGScopeBar on upstream master
  • Update required packages
  • Change submodule url
  • Target 10.9
  • Use target 10.9 in objective-git
  • Update Sparkle 1.27.1
  • Bump MGScopeBar
  • libssh2-1.9.0
  • libgit2-0.28.5
  • Sparkle 2.0.0

Test release

18 Jan 22:44
ad13b37
Compare
Choose a tag to compare
Test release Pre-release
Pre-release
Merge pull request #107 from zertosh/no-argh

build.py: Remove argh dependency