Aram Drevekenin
d271ff4728
fix e2e tests
2024-11-08 13:40:23 +01:00
Aram Drevekenin
8bd555c310
fix(input): refix ctrl-j
2024-11-08 11:26:09 +01:00
Aram Drevekenin
80fcd0fb75
fix(input): remove support for extra modifiers ( #3725 )
2024-11-05 11:07:42 +01:00
Aram Drevekenin
f958ae9205
chore(repo): bump development version
2024-11-05 09:32:45 +01:00
Aram Drevekenin
9b756be3d7
chore(release): v0.41.1
2024-11-04 11:57:41 +01:00
Aram Drevekenin
c0ac187cab
HOTFIX: patch version
2024-11-04 11:41:21 +01:00
Aram Drevekenin
95ff0853c6
HOTFIX: default plugins generic compilation issue
2024-11-04 10:55:05 +01:00
Aram Drevekenin
4b806795c3
chore(release): v0.41.0
2024-11-04 09:18:03 +01:00
Aram Drevekenin
919f9a1fba
docs(changelog): base mode keybindings fix
2024-10-31 16:51:59 +01:00
Aram Drevekenin
72f6b502d1
fix(ux): forward keys to pane in locked mode and base mode rather than hard-coded normal mode ( #3715 )
...
* fix(keybindings): only forward clear keys in locked mode and default mode
* style(fmt): rustfmt
2024-10-31 16:49:48 +01:00
Aram Drevekenin
96d3113fa4
docs(changelog): configuration fixes
2024-10-31 14:36:31 +01:00
Aram Drevekenin
549cfe02be
fix(ux): configuration fixes ( #3713 )
...
* fix(startup): try create config folder if it doesn't exist
* fix(configuration): tab bar ui
* fix(configuration): rebind ctrl-s to ctrl-a
* fix(configuration): remove extra rebinding leaders screen
2024-10-31 14:35:13 +01:00
Aram Drevekenin
b99cb29e49
docs(readme): add https to curl download
2024-10-25 15:08:44 +02:00
Aram Drevekenin
95dc4d8466
docs(changelog): MoveFocusOrTab fullscreen awareness
2024-10-25 15:21:00 +02:00
Vasileios Manolopoulos
9a2f90936b
fix: (tabs) move to next tab if moving to next pane from fullscreen pane ( #3498 )
...
Co-authored-by: Vasilis Manolopoulos <vmanolop@gmail.comh>
2024-10-25 15:18:29 +02:00
Aram Drevekenin
499fd64df8
style(fmt): remove warnings ( #3701 )
2024-10-25 13:12:24 +02:00
Aram Drevekenin
0d40f685be
docs(changelog): new themes
2024-10-25 10:26:59 +02:00
Eric Raio
3d60843127
feat(themes): create lucario.kdl ( #3030 )
2024-10-25 10:21:40 +02:00
Soc Virnyl S. Estela
16be7f8815
fix(theme): fix for gruvbox light and dark ( #3255 )
...
the previous themes do not have the correct colors and aren't great
for the eyes. when selecting e.g. to copy text, it uses
red for light theme and the same bg for dark theme.
the previous light theme is not even a light theme so I also
fixed that as well.
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2024-10-25 10:19:59 +02:00
Mike Greiling
9c250d6df6
feat(themes): add basic ANSI theme ( #3308 )
2024-10-25 10:14:53 +02:00
Shone Binu
4f40dd2020
theme: add onedark theme to the available themes ( #3313 )
...
Onedark is a popular theme from Atom text editor.
I've used these sources as the reference for implementing the theme in zellij.
https://github.com/joshdick/onedark.vim
https://www.figma.com/community/file/1137445418485757476/atom-one-dark-color-palette
2024-10-25 10:13:03 +02:00
Chromo-residuum-opec
5e1f302016
feat: add iceberg dark/light themes ( #3323 )
2024-10-25 10:11:54 +02:00
Bruno Mesquita
3c079d8752
feat(themes): add night-owl theme ( #3393 )
...
Co-authored-by: Bruno Mesquita <bmesquita@atlassian.com>
2024-10-25 10:09:37 +02:00
Rafael Bardini
556bd2dc9d
feat(themes): add Vesper theme ( #3443 )
2024-10-25 10:08:11 +02:00
Evthestrike
50ff90931b
feat(themes): added ayu mirage, light, and dark themes ( #3567 )
...
Co-authored-by: Evan Lauer <evanlauer@u.boisestate.edu>
2024-10-25 10:06:39 +02:00
carl
9915387845
feat(themes): add atelier sulphurpool theme ( #3596 )
2024-10-25 10:03:42 +02:00
Michael Jones
069b16ea30
feat(theme): add theme ao ( #3478 )
2024-10-25 10:00:35 +02:00
Aram Drevekenin
e14a2897d9
docs(changelog): ui components bg fix
2024-10-24 18:26:26 +02:00
Aram Drevekenin
2248080de9
style(fmt): various cleanups ( #3698 )
...
* fix(configuration): rounding error in ui
* style(fmt): remove warnings
* style(fmt): rustfmt
2024-10-24 18:23:14 +02:00
Daniel Jankowski
0cd6d5f4e5
feat(plugins): add configurable black background for ui components ( #3681 )
...
* feat(plugins): add transparent background for text and nested_list
* chore: fix formatting issue
* feat: invert flag behaviour
* feat: implement bg_black handling for table cells
* fix: order of selected and bg_black in protocol
* chore: rename from bg_black to opaque
* fix: explicit selected, if opaque and selected for text
* chore: fix formatting issues
* feat: opaque tab-bar
* feat: opaque session-manager bars
* feat: opaque ribbon in plugin manager
* feat: opaque one-line ui
* feat: opaque tab-bar in configuration plugin
2024-10-24 18:21:44 +02:00
Aram Drevekenin
fb58c76967
docs(changelog): suspend commands in remote layouts
2024-10-24 14:34:02 +02:00
Aram Drevekenin
8715035f8c
fix(layouts): suspend commands in remote layouts ( #3697 )
...
* fix(layouts): suspend commands in remote layouts
* style(fmt): rustfmt
2024-10-24 14:33:31 +02:00
Aram Drevekenin
a71b18327a
fix(configuration): leave notification up when base mode changes ( #3696 )
2024-10-24 10:16:30 +02:00
Aram Drevekenin
c28dbe8c28
docs(changelog): grid fix
2024-10-24 09:43:00 +02:00
Aram Drevekenin
bb781eafed
fix(terminal): recover from partial line drop ( #3695 )
2024-10-24 09:42:15 +02:00
Aram Drevekenin
add1241c9e
docs(changelog): plugins first-render fix
2024-10-24 08:47:26 +02:00
Aram Drevekenin
53215e6228
fix(plugins): make sure to always render on first resize ( #3693 )
...
* fix(plugins): make sure to always render on first resize
* style(fmt): rustfmt
* fix tests
2024-10-24 08:46:16 +02:00
Aram Drevekenin
f36dccfe39
docs(changelog): insert rebind
2024-10-23 17:36:10 +02:00
Aram Drevekenin
b71be135c2
fix(plugins): rebind insert ( #3692 )
...
* fix(tab): recover from closing a pane outside the viewport
* remap insert in plugin manager
* fix(plugins): remap insert key
* style(fmt): rustfmt
2024-10-23 17:34:41 +02:00
Aram Drevekenin
82ccc4844e
docs(changelog): ui touch-ups
2024-10-23 14:38:35 +02:00
Aram Drevekenin
0277c5f6a7
fix(ux): new interface/configuration touch-ups ( #3691 )
...
* fix(ui): copy to clipboard in new ui
* fix(ux): allow navigating out of scrolled pane
* style(fmt): rustfmt
2024-10-23 14:37:23 +02:00
Aram Drevekenin
e441e89807
docs(changelog): bring back fullscreen indication
2024-10-22 18:33:19 +02:00
Aram Drevekenin
61908a7cfe
feat(ui): bring back fullscreen indication ( #3688 )
...
* feat(ui): bring back fullscreen indication
* fix e2e tests
2024-10-22 18:32:44 +02:00
Aram Drevekenin
20f114d02c
docs(changelog): rebind keys UI
2024-10-22 15:40:28 +02:00
Aram Drevekenin
182dd4bcdc
docs(changelog): list-clients plugin api
2024-10-22 15:31:00 +02:00
Aram Drevekenin
d671ab650e
feat(plugins): add API to list clients, their focused panes and running commands/plugins ( #3687 )
...
* fix(list-clients): properly show client info after a tab was closed
* feat(plugins): add API to list clients, their focused panes and running commands/plugins
* style(fmt): rustfmt
2024-10-22 15:27:40 +02:00
Aram Drevekenin
912c9f599f
docs(changelog): wasmtime patch upgrade
2024-10-21 15:59:51 +02:00
bjorn3
1cbdada713
chore(deps): update to Wasmtime 21.0.2 ( #3685 )
...
This fixes a race condition which causes occasional crashes and may
enable a sandbox escape:
<https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-7qmx-3fpx-r45m >
2024-10-21 15:59:04 +02:00
Aram Drevekenin
3f006e14ff
feat(ui): rebind keys UI ( #3686 )
...
* rebind action working
* functional ui
* responsive ui
* some refactoring
* properly reset ui state
* minor fixes
* style(fmt): rustfmt
* style(fmt): remove dead code
2024-10-21 13:54:30 +02:00
Aram Drevekenin
eb4b7fc107
docs(changelog): sixel fix
2024-10-16 09:02:37 +02:00