Commit Graph

28 Commits (856e44ec6992a8a511a56ab9d81f91f735d27b74)

Author SHA1 Message Date
JhonnyV-V 856e44ec69 fix conflicts 2024-06-27 19:04:26 -04:00
JhonnyV-V 6740308799 fix bug 2024-06-27 18:59:41 -04:00
JhonnyV-V aa54812542 Merge branch 'main' into feature/wsl-copy-to-clipboard 2024-06-27 16:22:48 -04:00
Mist 19dd1d4817 [Feat] supports for allows users can custom min_width of snapshots 2024-05-07 16:44:44 +08:00
Mist 7a580d2106 [Feat] reduce the opacity of highlight block 2024-05-07 16:06:45 +08:00
Mist 9836ad1163 [Feat] support highlight code block 2024-05-07 16:06:45 +08:00
The Mist 3b7dd6a3ad
[Feat] support line number & remove unused module (#91) 2024-04-26 01:01:17 +08:00
The Mist ef08881e1a
[Perf] cache the function that used to calculate width and height of (#90)
dynamic text
2024-04-25 21:38:03 +08:00
Mist 66206496f9 [Perf] find min indention of the line and remove the ssame indention
from subsequent lines
2024-04-25 18:02:51 +08:00
Mist 13d7118c06 [Perf] add comments for highlight logic 2024-04-25 18:02:51 +08:00
The Mist ac30b071d2
[Fix] auto detect content which should use source syntax (#86) 2024-04-15 22:33:57 +08:00
JhonnyV-V 1e10ca6cea adding suppot to copy in wsl
add to dependencies to get system info, to check if is wsl and the
current pretty name of the distro.

if wsl is getting used, this should create the image as a temp file
inside of wsl, then use powershell to copy it to the clipboard and then
it deletes the image from the tmp directory
2024-04-11 09:41:27 -04:00
Uzair Aftab d625c422e7
[Fix] Use SetExtLinux trait on linux platform (#79) 2024-04-08 20:59:54 +08:00
The Mist 72d6a69ace
[Refactor] change the detect filetype strategy (#78) 2024-04-07 17:24:43 +08:00
The Mist 69ecdace3b
[Fix] replace all tab character with space for correct render text (#77) 2024-04-07 16:17:24 +08:00
Mist 8e9b4489b6
[Feat] add more language highlighting using two-face (#56) 2024-04-02 17:56:40 +08:00
Mist 14d2445c32 [Feat] convert rgb hex color to rgba hex color 2024-03-31 18:19:23 +08:00
mrWinston 8a05bddadb [feat] support RGBA values as background color 2024-03-31 18:19:23 +08:00
Mist 6c753177e3
[Fix] condition render for mac window bar component (#54) 2024-03-31 17:48:14 +08:00
mistricky 9026ec6a75 [Update] files based on generated files by template generator 2024-03-19 05:59:09 +00:00
Marius Schulz 92f4eccf0d
[Fix] Enable wayland support for arboard (#51) 2024-03-19 13:52:09 +08:00
Mist 272e89ff8e [Feat] add breadcrumbs to display file path 2024-03-17 22:35:58 +08:00
Mist 08f6c48fae [Feat] add new bg color named dusk 2024-03-17 18:55:01 +08:00
Mist f3cbc3b901 [Feat] support bg_color config 2024-03-17 18:55:01 +08:00
Mist 3f57ce62fc [Feat] add more beautiful background themes 2024-03-17 18:55:01 +08:00
Mist 123e6fb2f2 [Perf] remove dead_code warning from from_value of margin 2024-03-17 14:09:01 +08:00
Mist b92e7706e6 [Perf] add path protection logic 2024-03-17 01:46:46 +08: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