@rivolink/leaf 1.11.0 → 1.12.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 +1 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -126,6 +126,7 @@ cat TESTING.md | leaf
126
126
  | `g` / Home | Top |
127
127
  | `G` / End | Bottom |
128
128
  | `t` | Toggle TOC sidebar |
129
+ | `Shift+Sel` | Select text |
129
130
  | `Shift+T` | Open theme picker |
130
131
  | `Shift+E` | Open editor picker |
131
132
  | `Shift+P` | Open file browser |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivolink/leaf",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "Terminal Markdown previewer — GUI-like experience.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -23,12 +23,12 @@
23
23
  "README.md"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "@rivolink/leaf-linux-x64": "1.11.0",
27
- "@rivolink/leaf-linux-arm64": "1.11.0",
28
- "@rivolink/leaf-darwin-x64": "1.11.0",
29
- "@rivolink/leaf-darwin-arm64": "1.11.0",
30
- "@rivolink/leaf-win32-x64": "1.11.0",
31
- "@rivolink/leaf-android-arm64": "1.11.0"
26
+ "@rivolink/leaf-linux-x64": "1.12.0",
27
+ "@rivolink/leaf-linux-arm64": "1.12.0",
28
+ "@rivolink/leaf-darwin-x64": "1.12.0",
29
+ "@rivolink/leaf-darwin-arm64": "1.12.0",
30
+ "@rivolink/leaf-win32-x64": "1.12.0",
31
+ "@rivolink/leaf-android-arm64": "1.12.0"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=14"