kajji 0.9.0 → 0.10.0

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 +5 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -149,7 +149,7 @@ Not yet wired from config ([#16](https://github.com/eliaskc/kajji/issues/16)):
149
149
  | `Escape` | Back / close modal |
150
150
  | `ctrl+x` | Toggle focus mode (normal / diff) |
151
151
  | `ctrl+o` | Open recent repository |
152
- | `o` | Open commit/PR on GitHub |
152
+ | `o` / `O` | Open commit/PR on GitHub (prompt / direct) |
153
153
  | `-` | Toggle tree/list (Files) or jj formatter (Detail) |
154
154
  | `w` | Toggle line wrapping in diff (built-in renderer) |
155
155
  | `v` | Toggle split / unified diff (built-in renderer) |
@@ -168,8 +168,10 @@ Not yet wired from config ([#16](https://github.com/eliaskc/kajji/issues/16)):
168
168
  | `r` | Rebase |
169
169
  | `S` | Split |
170
170
  | `u` / `U` | Undo / redo |
171
- | `f` / `F` | Git fetch / fetch all |
172
- | `p` / `P` | Git push / push all |
171
+ | `f` | Git fetch |
172
+ | `F` | Git fetch options |
173
+ | `p` | Git push |
174
+ | `P` | Git push options |
173
175
 
174
176
  ### Bookmarks
175
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kajji",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
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.9.0",
13
- "kajji-darwin-x64": "0.9.0",
14
- "kajji-linux-x64": "0.9.0",
15
- "kajji-linux-arm64": "0.9.0"
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"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",