Releases: gitx/gitx
Releases · gitx/gitx
1.0
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
- Bump Sparkle 2.3 by @hannesa2 in #345
- CI with MacOS 12 by @hannesa2 in #351
- Release with MacOS 12 by @hannesa2 in #353
- Bump Sparkle 2.3.1 by @hannesa2 in #359
- Bump Sparkle 2.3.2 by @hannesa2 in #361
- Run notarization not from fork pull requests by @hannesa2 in #369
- Improve the build & installation instructions by @ADTC in #364
- Ignore the generated build artifacts by @ADTC in #374
- Fix the local build in Xcode by @ADTC in #376
- Add a link to Applications in the DMG file by @ADTC in #378
- Remove Install configuration on gitx_askpasswd by @tiennou in #384
- Fix for arm64 runner by @hannesa2 in #392
- Fix for arm64 runner (release) by @hannesa2 in #393
- Bump Sparkle to 2.4 by @hannesa2 in #394
New Contributors
Full Changelog: 0.23...1.0
0.23
0.22
What's Changed (don't use this version !)
Exciting New Features 🎉
- enable gpg signing by @stepheneb in #326
- Consult the configuration whether to sign commits or not by @tiennou in #327
- Wire double-clicks on refnames in commit list to checkout by @tiennou in #328
- Bump Sparkle 2.2.2 focus improvements by @hannesa2 in #331
- Notarize the GitX app by @insha in #334
Other Changes
- Add ability for a pre-release by @hannesa2 in #325
- Remove an outdated discussion in README by @hannesa2 in #329
New Contributors
- @stepheneb made their first contribution in #326
- @insha made their first contribution in #334
Full Changelog: 0.21...0.22
0.21
What's Changed
Exciting New Features 🎉
- Build pull request with Apple Silicon M1 by @hannesa2 in #314
- Bump Sparkle 2.2 by @hannesa2 in #316
- Update README for build instruction by @hannesa2 in #317
- Sparkle 2.2.1 Focus Improvements by @hannesa2 in #319
- Github generated changelog by @hannesa2 in #320
- Add support for ZIP file packaging for GitX by @jvanzyl in #323
Other Changes
- License GPL by @hannesa2 in #310
- Cleanup licenses by @hannesa2 in #312
- Update README.markdown by @hannesa2 in #313
- Cleanup by @hannesa2 in #315
- Cleanup by @hannesa2 in #318
- Bump softprops/action-gh-release from 0.1.14 to 1 by @dependabot in #321
- Correct artifact uploading of dmg and zip files by @jvanzyl in #324
New Contributors
Full Changelog: 0.20...0.21
0.20
Release 0.19
Release 0.18.1
Release 0.18
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.
🚀 Features
- Added support for opening submodules in tab instead of separate window
- PR: #105
- ObjectiveGit arm64 preparation
- PR: #259
- ObjectiveGIT VALID_ARCHS
- PR: #273
- Build artifact for architecture
- PR: #274
- Fix build on Apple Silicon
- PR: #275
🐛 Fixes
- Fix exception when dragging files in the unstaged and staged changes table views
- PR: #224
- Fix local build on x86
- PR: #268
- M1 search path in objectiveGit
- PR: #271
- VALID_ARCHS Apple Silicon support
- PR: #272
💬 Maintenance
Release 0.17
🚀 Features
- Enable --follow in the log
- PR: #22
- Various repository cleanups
- PR: #40
- More modern Syntaxhighlighter submodule
- PR: #215
- Cleanup commit header in history view for elements to stay in place
- PR: #199
- Bump objectiveGit
- PR: #233
- Simplified bootstrap
- PR: #236
- Build always libgit2 in update script
- PR: #244
- M1 preparation
- PR: #250
- ci: save build artifacts
- PR: #255
- Change CI artifact to dmg
- PR: #256
- Automatic version
- PR: #257
- Release job
- PR: #258
🐛 Fixes
- Update URL in the About dialog box
- PR: #192
- Fix crash and miscellaneous cleanup
- PR: #223
- Fix exception when dragging files in the unstaged and staged changes table views
- PR: #224
💬 Maintenance
Test release
Merge pull request #107 from zertosh/no-argh build.py: Remove argh dependency