Fork for Windows 1.23

Nov 10, 2018 Dmitry Serov tag release notes windows

The next major release of Fork for Windows – 1.23 – is now available. The today’s release finally incorporates the mighty interactive rebase in the Windows version of Fork, adds CLI support, image diffs, and much more. Without further ado, let us uncover the changes Fork for Windows 1.23 brings to you.

Interactive rebase!

Interactive rebase has been a part of Fork for Mac for quite a while, and it has consistently been praised by our users as one of the most elegant and intuitive ways to rebase their commits. Today, we are proud to announce that Windows now employs Fork’s interactive rebase in all its glory.

Open the interactive rebase window by right-clicking a commit or a branch, and once there, Pick, Edit, Reword, Squash, Fixup or even Drop commits entirely. Interactive rebase has never been easier.

Show diff for image files

In Fork for Windows 1.23, you can see how an image has been manipulated between commits using a handy visual diff view. The viewer supports alpha channel in images and several popular image formats.

New combined list mode in file list

A hierarchical representation of files in a commit might not be the way to go in many cases. Should your subfolders go deeper than ever, Fork is here to help with the combined, top-level view of all the related files. Use the button in the top right hand corner of the file list to switch modes between Tree view and List view.

Handle CLI arguments to open repositories

There are, of course, those who enjoy the ways of the venerable cmd.exe, or those who feel like exploring the possibilities of the more recent Powershell. This release of Fork has something for them, too. It is now possible to open a repository in Fork by executing

fork.exe path/to/repo

from the command line, or even

fork.exe .

if the current directory is inside a git repository.

Ability to pull a branch without checking it out (fast-forward pull)

The last thing you want when working on a change is setting your current work aside to pull remote changes in another branch. But from now on, Fork has you covered – the ‘Fast-Forward Pull’ option allows you to get your other branch up to date with the remote without the need to check it out beforehand. The option can be found by right-clicking a branch in the branch list.

Improvements
  • Stash and re-apply local changes on pull
  • Hide untracked files and show ignored files
  • Option to use underscore as default space character for branches
  • Remember position on multiple monitors
  • Perform clone as a background task
  • Add predefined Beyond Compare settings
  • Show line numbers in file tree text view
Bugfixes
  • Fixed: Selecting via line numbers or with a double click doesn’t reveal Stage/Discard buttons
  • Fixed: Blurry font in context menu when 125% scaling is applied
  • Fixed: Adding entry to a new gitignore file doesn’t work
  • Fixed: Crash when attempting to Search with an empty request
  • Fixed: Hook output is not visible in activity manager
  • Fixed: Behind/ahead info isn’t showing when local and remote branch names are different

Download Fork right now and share your feedback with us!
Download Fork for Windows

Share this:

See also