Releases: zorgiepoo/Komet
Releases · zorgiepoo/Komet
Komet 1.4
Changes:
- Add support for detecting scissored lines when using git commit --verbose and fix cursor position
- Add diff text color highlighting when using git commit --verbose
- Add translucency option to Settings
- Don't generate loose icon file outside of the asset catalog
- Suppress insecure state restoration warning
- Change Preferences to Settings in tutorial
- Set App Category to Utilities
- Update Sparkle to 2.6.3
Komet 1.4 (Beta 1)
- Add support for detecting scissored lines when using
git commit --verbose
and fix cursor position - Add diff text color highlighting when using
git commit --verbose
- Don't generate loose icon file outside of the asset catalog
- Suppress insecure state restoration warning
- Change Preferences to Settings in tutorial
- Set App Category to Utilities
- Update Sparkle to 2.6.3
Komet 1.3
- Update Komet's App Icon (#29) (Yuri Izmer)
- Make the commit window join all Stage Manager groups (ce47f4c) (Yuri Izmer)
- Add Theme option to Settings in addition to the existing View menu (Zorg) (a4e4d8d)
- Update title of Settings window to match toolbar item label (6af6f4b) (Zorg)
- Add option to allow beta updates in Advanced settings which was previously a hidden user default
ZGEnableBetaUpdates
(Zorg) (7617ced) - Add progress indicator when manually checking for updates (f068a37) (Zorg)
- Add version history button when no new update is found (ec079dc) (Zorg)
This update includes a brand new App Icon and Stage Manager fixes by @yuraiz
Komet 1.2
- Adopt
-[NSApplication activate]
on macOS Sonoma (aecb339) (Zorg) - Use SF Symbols for settings icons (5a9f027) (Yuri Izmer)
- Use automatic sizing for toolbar items in Settings (73677d4) (Zorg)
- Remove old workaround for changing current text selection color (d32ad6a) (Zorg)
- Don't show updater option to cancel if update is installing (20c5167) (Zorg)
- Update to Sparkle 2.5 and reduce size of the app (bfbe263) (Zorg)
- Bump minimum deployment target to macOS 12.4 and remove old TextKit1 code (0ffe736, 7afddca) (Zorg)
Komet 1.2 now requires macOS 12.4 or later.
Komet 1.1
- Adopt TextKit2 on macOS 12 and later, shown to have 5 - 10% speedup in performance tests (04e7c52)
- Fix misalignment of cancel button (fe74c85)
- Disable text overflow warnings when editing squash/rebase messages (3f57d39)
- Update Sparkle to 2.1 and add EdDSA key for signing new updates (f18f50b, b4455d0)
Komet 1.1 (Beta 2)
Komet 1.1 (Beta 1)
Komet 1.0
- Add UI option for defaulting and choosing Automatic theme style (1f540c3)
- Add alert if writing the file fails (eg insufficient write access) (6fd15b4)
- Add documentation for Options and a new
ZGAssumeVersionControlledFile
option that can be disabled for editing non-version controlled files - Add support for Apple Silicon / arm64
- Add automated UI tests and continuous integration
- Fix exit status for canceling empty message if restoration is disabled [minor bug] (aca42bd)
- Fix characters with multiple Unicode code points (like 📝) contributing too much to subject/body warning limits
- Fix body character warning limit UI in Preferences not showing the updated limit in some cases
- Fix auto layout constraint ambiguities in Preferences window (a9b2906)
- Disable text view background workaround for large files on macOS 10.15.7+ (7253e65)
- Re-wrote Komet entirely in Swift for better correctness and ease of maintenance
- Bump minimum macOS system version to 10.14.4 (Mojave)
Komet 0.9.1
- Improve and fix detection of git rebase messages (f6de532)