Thursday, February 20, 2025

Kaleidoscope 5.3

Kaleidoscope 5.1:

Kaleidoscope 5.1 comes with a URL scheme, yet another new way to integrate with other apps on your Mac.

[…]

There’s a very specific use case we had in mind when adding this feature: running tests within Xcode, in particular snapshot testing using swift-snapshot-testing.

[…]

Using the new Kaleidoscope 5.1 and a little diffTool configuration for SnapshortTesting, you instead get a clickable link within Xcode.

Kaleidoscope 5.2:

While Kaleidoscope has always automatically resolved some conflicts using the Base file provided by Git, it lacked the ability to display that file directly. Some merge tools display the Base file alongside the input files and the merge file. However, we never favored this approach because it further complicates the conflict resolution process by presenting you with four rather similar files simultaneously instead of the already confusing three.

But what if you were able to show the Base only in cases where you actually need it? And what if you were able not only see the Base itself, but instead compare what changed between Base and side A or B? After all, why should you try to figure out the difference between Base and A or B while having a diff app at your disposal? And what if, only in cases where that short comparison is unclear to you, you were able to then compare the entire files and inspect what changed between those versions, commit by commit?

Kaleidoscope 5.2 offers exactly all of that.

Florian Albrecht:

We understand that adapting to new keyboard shortcuts can be challenging, especially when you’ve developed muscle memory around the old ones. However, we believe that these changes in Kaleidoscope 5.2 will ultimately enhance your merge experience.

We encourage you to give the new shortcuts a try. If you find that you still prefer the old shortcuts, use System Settings to revert them to your liking.

Florian Albrecht:

Repositories can have a custom icon and/or a colored background.

Florian Albrecht:

In File Properties, you’ll find all the data except for the actual content. Even Extended Attributes and the presence of a BOM in UTF-8 files are included.

[…]

Did you accidentally open a branch comparison in the wrong order? No worries! Just right-click on the row in Recents and select Open Inverted.

[…]

When looking at the commit history of a file, Navigate > File History > Select Previous A & B (keyboard [), and …Select Next A & B (]) let you browse changes one by one, without lifting your fingers from the keyboard.

Kaleidoscope 5.3:

The new top section shows the current status of the repository.

[…]

You can now see a list of recent commits to any branch in your repository, sorted by date, with the latest commit on top. The current working copy branch will be shown by default. You’ll see the most important information about each commit in the row, and for each commit there are two main actions:

  1. Double-click an entry to immediately show all changes made in that commit (the changeset of that commit).
  2. Click the more button to see more details about that commit, like the entire formatted commit message.

[…]

Using the search field, and by picking one of the two available modes, you can either filter the list of commits, or select commits matching your search in the list.

I love the idea of searching for a commit and seeing other commits that are adjacent to it.

Previously:

4 Comments RSS · Twitter · Mastodon


Shame it's only available as a subscription


Am I the only one who thinks of the Mac OS 9 theme extension every time this comes up?

The good old days...


Can you actually edit text within it it now? When I'm doing a diff is exactly when I want to make tweaks.


@bob I think you can edit when merging but not when doing a diff.

Leave a Comment