summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/consts.rs
AgeCommit message (Expand)Author
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-10-12fix(plugins): add zellij version to cached artifact path (#2836)Thomas Linford
2023-09-28chore: migrate to directories from directories-next (#2820)silwol
2023-09-16fix(utils): validate session name (#2607)deepsghimire
2023-08-24feat(sessions): add a session manager to switch between sessions, tabs and pa...Aram Drevekenin
2023-08-12feat: add plugin permission system (#2624)Jae-Heon Ji
2023-06-20hotfix: include theme files into binary (#2566)Jae-Heon Ji
2023-05-16feat(plugins): Plugin workers and strider (#2449)Aram Drevekenin
2023-04-27feat: provide default themes (#2307)Jae-Heon Ji
2023-03-06chore(repo): revert theme pr (#2229)Aram Drevekenin
2023-03-06feat: add self-provided themes (#2224)Jae-Heon Ji
2022-12-17WIP: Use `xtask` as build system (#2012)har7an
2022-12-09HOTFIX: utils: Move plugins into new assets folder (#2003)har7an
2022-12-09HOTFIX: Feature/ignore asset map (#2002)har7an
2022-11-22plugins: rework plugin loading (#1924)har7an
2022-11-08fix: use `temp_dir` for getting temp folder (#1898)Jonathan LEI
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-04-16fix: minor system improvements (#1328)Jae-Heon Ji
2022-03-17fix(wasm_vm): use `cache_dirs` for ephemeral plugin data (#1230)a-kenji
2022-01-04Feature: Configurable scroll buffer (#936)Kunal Mohan
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui
2021-10-18logging: remove unused log functions, change log file const to new file (#779)Thomas Linford
2021-06-29chore(clippy): needless_borrowa-kenji
2021-06-16Change `layout` directory from `data` to `config`a-kenji
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Implement the minimal list-sessions commandKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan