Commit Graph

61 Commits (7fa862e83d5804461236847418b1cbb506d41a78)

Author SHA1 Message Date
mistricky 7fa862e83d [Update] files based on generated files by template generator 2024-03-16 17:09:17 +00:00
mistricky 232181d4ff [Update] files based on generated files by template generator 2024-03-16 17:08:58 +00:00
mistricky 2e4a804988 [Update] files based on generated files by template generator 2024-03-16 17:08:49 +00:00
Mist 08f0b24cf4
[Release] v1.0.0 (#43)
* [Update] apply template

* [Feat] update assets files (#35)

* [Update] README add packer install config

* [Feat] take snapshot via skia engine

* [Feat] title component

* [Feat] add watermark

* [Feat] update padding of code panel

* [Remove] pack ci script

* [Release] v1.0.0

* [Update] apply template

* [Chore] remove unused code

* [Update] readme

* [Release] v1.0.1

* [Update] apply template

* [Update] readme

* Update README.md

* [Feat] compile nvim-0.9 FFI

* [Release] v1.0.2

* [Update] apply template

* [Update] README.md

* [Feat] add multi platform support

* [Feat] add workflow for build target binary package

* [Update] files based on generated files by template generator

* [Update] files based on generated files by template generator

* [Update] files based on generated files by template generator

* [Update] files based on generated files by template generator

* [Update] files based on generated files by template generator

* [Update] files based on generated files by template generator

* [Update] files based on generated files by template generator

* [Feat] build plugin after released

* [Delete] build.yml

* [Update] README

* [Release] v1.0.3

* [Update] README

* [Refactor] editor frame size calculation logic

* [Refactor] update margin of watermark

* [Feat] preset font family

* [Refactor] update component interface

* [Update] change theme to onedark

* [Refactor] redefine render_error and throw it to lua scope

* [Perf] build script

* [Refactor] abstract component concept & implement it for all widgets

* [Update] README.md

---------

Co-authored-by: mistricky <mistricky@users.noreply.github.com>
2024-03-17 01:07:12 +08:00
mistricky 53b3d2544a [Update] apply template 2024-03-14 12:13:04 +00:00
Mist 14327aada6
[Release] v0.0.11 (#34) 2024-02-26 14:45:08 +08:00
Mist 25c51f9569
[Update] redesign jobs dependencies graph (#33) 2024-02-26 14:43:08 +08:00
Mist bf50e50801
[Update] remove npm deps (#32) 2024-02-25 20:19:30 +08:00
mistricky 3ed72a3a39 [Update] apply template 2024-02-24 12:39:06 +00:00
Mist e4e6b691ff
[Release] v0.0.10 (#25) 2024-02-24 20:38:53 +08:00
Mist 8d83d91159
[Fix] code style by stylua 2024-02-24 20:22:53 +08:00
Marco 980751083b
[Fix] Better support for the Visual Line Mode
* [FIX] Better support for the Visual Line Mode

* [FIX] Removed VBlockMode + listen for ModeChanged now
2024-02-24 20:18:06 +08:00
mistricky d3fdcd343f [Update] build newest client package 2024-02-24 12:13:05 +00:00
Mist 45081e2fd7
[Feat] fix pack CI (#23)
* [Feat] fix pack CI

* [Fix] specify cache dependency path
2024-02-24 20:12:21 +08:00
Mist c8a66c60df
[Feat] add working directory to setup stage 2024-02-24 19:46:35 +08:00
Mist 4fcc544195
[Fix] pack CI 2024-02-24 19:45:06 +08:00
Mist d7e1cf0c83
[Update] upload packed client code 2024-02-24 19:42:01 +08:00
Mist ac7e7de7dd
[Feat] pack client on CI 2024-02-24 19:42:01 +08:00
mistricky 3b8f8e49d0 [Update] apply template 2024-02-24 11:04:48 +00:00
Mist 52e2e6e507
[Release] v0.0.9 (#22) 2024-02-24 19:04:34 +08:00
Mist 749e8ba996
[Feat] support custom font-family for watermark and code (#21)
* [Feat] support custom font-family for watermark and code

* [Update] README
2024-02-24 19:01:39 +08:00
Mist 7963b3f2cc
[Feat] add preview_title option to configure preview page title (#20)
* [Feat] add preview_title option

* [Update] add preview_title option in document
2024-02-24 18:26:03 +08:00
Mist a11ac2246d
[Feat] distinguish dev and prod in server and client (#19) 2024-02-24 18:07:41 +08:00
Mist d502bf8162
[Feat] fixed title and give fallback with watermark (#18) 2024-02-24 15:56:11 +08:00
Elliott Minns 38396ebcdf
[Fix] change docs on how to hide watermark (#17) 2024-02-24 13:31:43 +08:00
Mist 1a4642657c
[Chore] remove unused comments (#15) 2024-02-23 23:05:35 +08:00
mistricky 0a8ec5ba97 [Update] apply template 2024-02-23 13:24:57 +00:00
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