Skip to content

Releases: keanemind/jjk

v0.11.0

Choose a tag to compare

@kevin314 kevin314 released this 29 May 10:57
536029c

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

Choose a tag to compare

@keanemind keanemind released this 01 Apr 07:26
75c12d5

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.10.0

v0.9.3

Choose a tag to compare

@keanemind keanemind released this 20 Mar 01:42
c7734e4
  • fixed a bug where jjk would be less responsive than it should for folders that are secondary jj workspaces #216

v0.9.2

Choose a tag to compare

@keanemind keanemind released this 18 Mar 01:47
c8c76dc
  • fixed a bug where using the operation log to undo a command would not work on jj version 0.39.0 #214
  • reduced frequency of snapshotting to address performance issues with larger repos #213

v0.9.1

Choose a tag to compare

@keanemind keanemind released this 25 Feb 02:59
387b53d
  • Fixed a bug where, in workspaces with multiple repos open, all repos but one would have all files incorrectly shown as ignored by the file decorator

v0.9.0

Choose a tag to compare

@keanemind keanemind released this 20 Feb 01:46
7707017

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

Choose a tag to compare

@keanemind keanemind released this 29 Oct 16:21
9b65411
  • Fixed a bug where opening multiple folders within the same jj repository would result in multiple duplicate repositories appearing in the Source Control view: #147 (#148) thank you @neurolag

v0.8.1

Choose a tag to compare

@keanemind keanemind released this 10 Jun 02:00
5b44cbb
  • Fixed a Windows-specific bug where diffs always appeared empty for modified files, and failed to open entirely for deleted files(#141)

v0.8.0

Choose a tag to compare

@keanemind keanemind released this 09 Jun 02:44
10d8e22
  • Removed unnecessary polling and improved responsiveness to repository updates that happen from outside of jjk, such as from the command line (#131)
  • Fixed diff and squash selected ranges for jj 0.30.0 (#128)
  • Fixed discard changes command for renamed files (status R) (#129)
  • Added the ability to view diffs for renamed files (status R) that also have modifications in the current change (#130)
  • Added a setting to specify a path to a jj binary (#124)
  • Added basic search for a jj binary in common install locations, rather than only relying on the PATH environment variable (#125)
  • Added file decorations to indicate conflicts (#133)
  • Added a confirmation prompt when a command is run that affects an immutable change (#134)
  • Added the ability to detect the creation or deletion of a jj repository in an already-opened folder (#132)

v0.7.1

Choose a tag to compare

@keanemind keanemind released this 02 Jun 05:20
8ad101e
  • Fixed a bug where fakeeditor processes would accumulate without exiting over time (#117).
  • Added the ability to customize the timeout for jj invocations (#26)