aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--manifest.json13
2 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index d2c7cab..7110b52 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ include any new plugins added, as specified in the
[lite-xl plugin manifest specification](https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).*
*Please note, that in this official repository, any plugins that specify a `remote` must also
-pin the remote to a specific commit hash. Any plugin that is hosted not in a repository,
+pin the remote to a specific commit hash. Any plugin that is hosted not in a repository,
but only with a `url` must provide a `checksum` that matches the existing plugin.*
*Any non-conforming PRs will not be accepted. The table below will be updated automatically.*
@@ -224,7 +224,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`) |
| [`todotreeview`](https://github.com/drmargarido/TodoTreeView)\* | Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT` |
| [`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase` |
-| [`treeview-menu-extender`](https://github.com/juliardi/lite-xl-treeview-menu-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))* |
+| [`treeview-extender`](https://github.com/juliardi/lite-xl-treeview-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-extender/main/screenshot.png))* |
| [`typingspeed`](plugins/typingspeed.lua?raw=1) | Displays your current typing speed in characters and words per minute in the status bar |
| [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document |
| [`updatechecker`](https://github.com/vincens2005/lite-xl-updatechecker)\* | Automatically checks for updates and notifies you |
diff --git a/manifest.json b/manifest.json
index 946a67b..e900928 100644
--- a/manifest.json
+++ b/manifest.json
@@ -274,8 +274,8 @@
},
{
"description": "Shows \"git blame\" information of a line *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-gitblame/main/screenshot_1.png))*",
- "version": "0.1",
- "remote": "https://github.com/juliardi/lite-xl-gitblame:6de7a97bb2b635ac667750f49087afd9980f2e06",
+ "version": "0.2",
+ "remote": "https://github.com/juliardi/lite-xl-gitblame:0395fed18d3a779bc1eae26130f00a2eb23638ad",
"mod_version": "3",
"id": "gitblame"
},
@@ -1316,11 +1316,12 @@
"id": "thread"
},
{
- "description": "Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))*",
- "version": "0.1",
- "remote": "https://github.com/juliardi/lite-xl-treeview-menu-extender:bd9063e453b4024dcd0bf6a4f775ded32ca24d1f",
+ "description": "Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-extender/main/screenshot.png))*",
+ "version": "1.0.0",
+ "remote": "https://github.com/juliardi/lite-xl-treeview-extender:c6583c3b7f726b08f98c1282d03408facd4cbc91",
"mod_version": "3",
- "id": "treeview-menu-extender"
+ "id": "treeview-extender",
+ "replaces": ["treeview-menu-extender"]
},
{
"description": "Displays your current typing speed in characters and words per minute in the status bar",