Releases: sravioli/wezterm
Releases · sravioli/wezterm
0.1.0
0.1.0 - 2023-10-20
Bug Fixes
- (config:font) move underline a bit down - (7d79450) - @sRavioli
- (config:font) remove deprecated font setting - (3f64fa6) - @sRavioli
- (config:font) bug where the command palette would render letters wrongly - (9e83117) - @sRavioli
- (config:font) disable backslash render variant - (f375b51) - @sRavioli
Features
- (config:appearance) change styling for inactive panes - (e9db4da) - @sRavioli
- (config:domains) add wsl domain - (69ec567) - @sRavioli
- (keys) add various keybinds - (a804ed2) - @sRavioli
- (wezterm) load settings - (d04a9c1) - @sRavioli
Miscellaneous Chores
0.0.2
0.0.2 - 2023-10-19
Bug Fixes
Features
- (config:appearance) add hyperlink rules, require colorschemes just once - (35b12c5) - @sRavioli
- (config:general) add some general configuration options - (a2e42a1) - @sRavioli
- (config:window) add window padding options - (b6b495a) - @sRavioli
- (wezterm) load configs - (93473fd) - @sRavioli
Miscellaneous Chores
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