kajji 0.10.0 → 0.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -63,7 +63,7 @@ bun dev
63
63
  - [x] Split (suspends TUI for jj's native split)
64
64
  - [x] Undo / redo with preview
65
65
  - [x] Bookmarks (create, delete, rename, move)
66
- - [x] Git fetch / push
66
+ - [x] Git fetch / push with option menus
67
67
  - [x] Operation log with restore
68
68
  - [ ] Conflict resolution
69
69
 
@@ -74,7 +74,9 @@ bun dev
74
74
  - [x] Collapsible file tree with status colors
75
75
  - [x] Help palette with fuzzy search (`?`)
76
76
  - [x] Focus modes for normal browsing vs diff viewing
77
+ - [x] Open commit or PR on GitHub (`o`/`O`)
77
78
  - [x] Line wrapping toggle (`w`) and split/unified view (`v`)
79
+ - [x] Toggle between built-in and jj formatter diff rendering (`-`)
78
80
  - [x] Binary file detection
79
81
  - [x] Recent repository switcher
80
82
  - [x] Automatic update notifications
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kajji",
3
- "version": "0.10.0",
3
+ "version": "0.10.2",
4
4
  "description": "A terminal UI for Jujutsu: the rudder for your jj",
5
5
  "bin": {
6
6
  "kajji": "./bin/kajji"
@@ -9,10 +9,10 @@
9
9
  "postinstall": "node ./script/postinstall.mjs"
10
10
  },
11
11
  "optionalDependencies": {
12
- "kajji-darwin-arm64": "0.10.0",
13
- "kajji-darwin-x64": "0.10.0",
14
- "kajji-linux-x64": "0.10.0",
15
- "kajji-linux-arm64": "0.10.0"
12
+ "kajji-darwin-arm64": "0.10.2",
13
+ "kajji-darwin-x64": "0.10.2",
14
+ "kajji-linux-x64": "0.10.2",
15
+ "kajji-linux-arm64": "0.10.2"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",