Commit Graph

34 Commits (v0.0.8)

Author SHA1 Message Date
Mist 9e954ec5fb
[Release] v0.0.8 (#14) 2024-02-23 21:24:44 +08:00
Mist d60a491d3f
[Chore] fix code style by stylua (#13) 2024-02-23 21:22:02 +08:00
Mist dab5602ac8
[Feat] change the trigger way of release action (#12) 2024-02-23 21:17:33 +08:00
Marco 600c04437c
[Fix] Fixed left to right (#11)
Fixed reversed selections not only working from bottom to top
2024-02-23 17:34:51 +08:00
mistricky b9ee4897fa [Update] apply template 2024-02-23 09:25:31 +00:00
Mist bed9f390b9
[Release] v0.0.7 2024-02-23 17:24:53 +08:00
Marco a9ff9852be
[Fix] Adjusted Selection Direction (#8)
Changes made: Now, when users select upward, I swapped start and end positions to match. 

Also, I noticed a bug in visual block mode, you always show the whole line instead of just the selected characters. Couldn't figure out how to fix it though, since I'm not too familiar with the Vim API :(
2024-02-23 17:23:34 +08:00
Mist 72ef0912aa
[Chore] clear dead code (#9)
* [Chore] clear dead code

* [Delete] unused dependencies
2024-02-23 17:17:07 +08:00
mistricky ee5f61d37b [Update] apply template 2024-02-23 08:14:06 +00:00
Mist 7c6d04c2ec
[Release] release v0.0.6 (#7)
* [Release] bump to 0.0.6

* [Fix] mistake description for how to setup

* [Fix] render watermark use config
2024-02-23 16:13:54 +08:00
Marco 150340f1a2
Fixed not updating (#6)
Sometimes the preview didn't update for me, because the wrong mode was getting detected, providing more modes should fix it
2024-02-23 15:37:39 +08:00
mistricky 28749ae8e9 [Update] apply template 2024-02-21 13:05:39 +00:00
Mist f6e773cc7b
[Release] v0.0.5 2024-02-21 21:05:26 +08:00
Mist d644262440
[Add] Create LICENSE 2024-02-21 21:03:43 +08:00
Mist 6a184bfc84
[Update] README.md 2024-02-21 21:01:18 +08:00
mistricky eeb3334fc2 [Update] apply template 2024-02-21 11:33:06 +00:00
Mist e41678165a [Delete] build.lua file 2024-02-21 19:32:54 +08:00
mistricky 2751875093 [Update] apply template 2024-02-21 11:29:35 +00:00
Mist 5d830bd4f3 [Feat] add build script 2024-02-21 19:29:19 +08:00
mistricky 02e45fa23a [Update] apply template 2024-02-21 10:36:15 +00:00
Mist 383be3a533 [Feat] finished codesnap client 2024-02-21 18:36:01 +08:00
Mist f8773e538e [Feat] finished preview page 2024-02-21 18:36:01 +08:00
Mist 8f535dc24e [Update] ignore public folder 2024-02-21 18:36:01 +08:00
Mist a33ad457be [Release] publish v0.0.2 2024-02-21 18:36:01 +08:00
Mist 82d858a239 [Update] empty code placeholder 2024-02-21 18:36:01 +08:00
mistricky 794e96330c [Update] apply template 2024-02-19 14:33:05 +00:00
Mist a088d8b580 [Feat] finished mvp version 2024-02-19 22:28:27 +08:00
Mist 4b3581230d [Feat] ws server for send message to client when received message which
from neovim
2024-02-19 22:28:27 +08:00
Mist 9a73beb12f [Update] add default config option preview switch 2024-02-19 22:28:27 +08:00
Mist f193ebc7dc [Feat] remove rust lib plugin 2024-02-19 22:28:27 +08:00
Mist 42831a4907 [Feat] setup rust env for neovim plugin 2024-02-19 22:28:27 +08:00
Mist eee4e96948 [Init] setup extension config 2024-02-19 22:28:27 +08:00
Mist db449271f4 [Feat] update info of project 2024-02-19 22:28:27 +08:00
Mist b5e86f5d4f
Initial commit 2024-02-13 14:05:36 +08:00