0.0.1
0.0.1 - 2023-10-19
Bug Fixes
- (colorschemes) rename
colors
folder tocolorshemes
- (09e7186) - @sRavioli - (colorschemes:kanagawa) reactivate kanagawa backround color - (01a7372) - @sRavioli
- (config:font) disable vertical bar style variation - (ebca8ab) - @sRavioli
- (config:font) move font config to it's own file - (7c59a93) - @sRavioli
- (config:gpu) move gpu config to it's own file - (5fae2d7) - @sRavioli
- (config:init) add correct
config
usage - (de8d86d) - @sRavioli
Features
- (colorscheme) add kanagawa colorscheme from
kanagawa.nvim
- (1590c13) - @sRavioli - (config:appearance) add backgound color layer to improve acrylic effect - (966d887) - @sRavioli
- (config:appearance) add black transparent background, choose cpu - (c05c588) - @sRavioli
- (config:appearance) add appearance configurations - (7f1c1ae) - @sRavioli
- (config:bell) add bell configuration - (068684a) - @sRavioli
- (config:command-palette) add config for command palette and charSelect - (fb54f4c) - @sRavioli
- (config:cursors) make cursor underline blink - (3bd6964) - @sRavioli
- (config:exit-behavior) add exit behavior config - (46b474b) - @sRavioli
- (config:font) add base config table for font, need to populate it - (cb464cb) - @sRavioli
- (config:window) add window appearance configuration - (cedce79) - @sRavioli
- (wezterm) load additional modules - (3279fd1) - @sRavioli
- (wezterm) unload old config modules - (5c09600) - @sRavioli
- (wezterm) load new config modules - (b987dd2) - @sRavioli
- load wezterm config - (440ee43) - @sRavioli
- add functions to load config - (198604a) - @sRavioli
Miscellaneous Chores
- (config:bell) remove useless comment - (449ab6a) - @sRavioli
- (misc) add release action, add cog and yamlfix config - (2ad8489) - @sRavioli
- (version) 0.0.1 - (6031390) - @sRavioli
- (wezterm) cleanup
wezterm.lua
, load options - (17f11df) - @sRavioli
Refactoring
- (config:Config) rewrite
Config
methods, document them, usewezterm.config_builder()
- (7c02733) - @sRavioli - (config:appearance) move command palette and char select config to appearance - (0764700) - @sRavioli
- (config:appearance) move various configs to other files - (7f9c256) - @sRavioli
- (config:command-palette) move command palette and char select config to appearance file - (e606d50) - @sRavioli
- (config:init) make usage example use markdown syntax - (3329753) - @sRavioli
- (config:window) remove useless comments - (eea2e20) - @sRavioli