Skip to content

Releases: zorgiepoo/Komet

Komet 1.4

22 Jun 14:54
Compare
Choose a tag to compare

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)

19 Jun 19:18
Compare
Choose a tag to compare
Komet 1.4 (Beta 1) Pre-release
Pre-release
  • 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

15 Oct 03:42
Compare
Choose a tag to compare
  • 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

25 Sep 04:43
Compare
Choose a tag to compare
  • 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

23 Apr 20:32
Compare
Choose a tag to compare
  • 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)

27 Mar 22:44
Compare
Choose a tag to compare
Komet 1.1 (Beta 2) Pre-release
Pre-release

Changes in beta 2:

  • Disable text overflow warnings when editing squash/rebase messages (3f57d39)
  • Fix text selection colors when changing styles using TextKit2 (52018b7, a33aab6)

Overall changes:

  • Adopt TextKit2 on macOS 12 and later, shown to have 5% speedup in performance tests (04e7c52)
  • Fix misalignment of cancel button (fe74c85)
  • Update Sparkle to 2.1 and add EdDSA key for signing new updates (f18f50b, b4455d0)

Komet 1.1 (Beta 1)

21 Mar 01:33
Compare
Choose a tag to compare
Komet 1.1 (Beta 1) Pre-release
Pre-release
  • Adopt TextKit2 on macOS 12 and later, shown to have 5% speedup in performance tests (04e7c52)
  • Fix misalignment of cancel button (fe74c85)
  • Update Sparkle to 2.1 and add EdDSA key for signing new updates (f18f50b, b4455d0)

Komet 1.0

21 Nov 21:23
Compare
Choose a tag to compare
  • 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

14 Sep 07:27
Compare
Choose a tag to compare
  • Improve and fix detection of git rebase messages (f6de532)

Komet 0.9

20 Mar 00:16
Compare
Choose a tag to compare
  • Fix text editing being slow when editing a large amount of content (d8a43c3)
  • Fix insertion point cursor not updating appropriately sometimes when processing text updates (7513763)