Releases: keanemind/jjk
Releases · keanemind/jjk
Release list
v0.11.0
What's Changed
- Upgrade to eslint 10.2.0 by @stefnotch in #247
- fix npm install by @keanemind in #265
- inline pretest script into test script by @keanemind in #266
- jj template query builder by @keanemind in #259
- fix files showing untracked when
templates.file_listis overridden by @jennings in #262 - Skip poll snapshots when jj Watchman register-snapshot-trigger is set by @keanemind in #267
- Update minimum required jj version by @kevin314 in #268
- Make graph details click-activated by @joshka in #256
- Add bookmark management by @eintim in #272
- Add hover description scrolling by @joshka in #257
- Add graph context menu by @joshka in #258
New Contributors
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- dropped support for jj < 0.26.0 by @keanemind in #193
- added new source control graph view by @joshka and @keanemind in #226, #227, #228, #229, #230, #236, #238
- added lots of tests by @keanemind in #219, #232
- fixed bug where jj scheme URIs would not be updated by the fileSystemProvider by @keanemind in #221
- fixed unnecessary recreation of RepositorySourceControlManagers by @keanemind in #233
- updated fakeeditor to compile on zig 0.15.1 by @bmalehorn in #168
New Contributors
Full Changelog: v0.9.3...v0.10.0
v0.9.3
v0.9.2
v0.9.1
v0.9.0
What's Changed
- Use repeated set timeouts instead of setInterval by @brychanrobot in #155
- Fix inconsistent diff editor titles by @maxmorenorebollar in #174
- add restore and squash actions for folders in tree view by @Xylenox in #162
- feature: open file in working copy by @maxmorenorebollar in #201
- Add diff syntax highlighting to jj-commit language by @Enzime in #185
- repository.ts: add option
jjk.ignoreWorkingCopy, run on read-only commands by @bmalehorn in #167 - Add config
jjk.fakeEditorPathfor custom binary by @CSharperMantle in #200
New Contributors
- @brychanrobot made their first contribution in #155
- @maxmorenorebollar made their first contribution in #174
- @Xylenox made their first contribution in #162
- @Enzime made their first contribution in #185
- @bmalehorn made their first contribution in #167
- @CSharperMantle made their first contribution in #200
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
v0.8.0
- 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
PATHenvironment 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)