diff options
author | ThaCuber <70547062+ThaCuber@users.noreply.github.com> | 2023-05-27 14:48:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 14:48:17 -0400 |
commit | ca617f5317d16d0ba0af074a68ee2ce46c343889 (patch) | |
tree | c7492e9f70e8493e5c3b9753a21a6fdef2f2f26f /manifest.json | |
parent | 299efc90133fbca6e6efc3721c81a2aa320ae56c (diff) | |
download | lite-xl-plugins-ca617f5317d16d0ba0af074a68ee2ce46c343889.tar.gz lite-xl-plugins-ca617f5317d16d0ba0af074a68ee2ce46c343889.zip |
carets-a-lot (#237)
* Update manifest.json
* Add files via upload
* Update manifest.json
* fixed trail not actually changing color when "custom color" is turned off
* added reason for for-loop around draw_char
* made surrounding character display a setting, false by default
* changed to common.lerp and fixed underline trail
* fixed carets suddenly appearing after remaking them
may be temporary
* eval was not supposed to be updated
* fixed trail appearing when scrolling
this problem was in original motiontrail lol
* `core.pop_clip_rect` doesn't have any parameters, dang it
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 710d284..a6cd6b6 100644 --- a/manifest.json +++ b/manifest.json @@ -101,7 +101,7 @@ }, { "description": "Customize the caret in the editor", - "version": "0.2", + "version": "0.3", "path": "plugins/custom_caret.lua", "id": "custom_caret", "mod_version": "3" @@ -1037,7 +1037,7 @@ }, { "description": "Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*", - "version": "0.1", + "version": "0.2", "path": "plugins/motiontrail.lua", "id": "motiontrail", "mod_version": "3" @@ -1220,7 +1220,7 @@ }, { "description": "Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))*", - "version": "0.1", + "version": "0.2", "path": "plugins/smoothcaret.lua", "id": "smoothcaret", "mod_version": "3" |