Commit graph

764 commits

Author SHA1 Message Date
Aram Drevekenin
df0c7f1d9a
docs(changelog): plugin workers 2023-05-16 12:57:39 +02:00
Jae-Heon Ji
4b7d7c34b7
docs(changelog): update config file output 2023-05-15 23:57:06 +09:00
har7an
30d0cffa42
Use rust 1.67 (#2375)
* rust: Update toolchain version to 1.67

* xtask/pipeline/publish: Drop manual "wait"

for crates.io to catch up, which is obsolete with rust 1.66 and up.
Cargo does that on its own now. See
https://github.com/rust-lang/cargo/pull/11062

* xtask: Add function to obtain asset_dir

instead of assembling it on demand throughout the codebase.

* xtask/run: Add '--quick-run' flag

as a convenient shorthand for `cargo xtask run --data-dir
$PROJECT_ROOT/zellij-utils/assets`.

* cargo: Add 'q' command alias

as a shorthand for 'cargo xtask run --quick-run'

* cargo: Update thiserror to 1.0.40

* cargo: Update anyhow to 1.0.70

and specify dependency only once inside `zellij-utils`, not inside the
zellij root crate.

* cargo: Update names to 0.14.0

* cargo: Update miette to 5.7.0

and re-export the dependency from zellij-utils, to avoid duplicate
(incompatible) includes from inside zellij-utils and the root crate.

* cargo: Update dialoguer to 0.10.4

* fix formatting

* changelog: Add PR #2375
2023-05-09 02:43:28 +00:00
Thomas Linford
204c41e63f
docs(changelog): fix FreeBSD sticky bit crash 2023-05-05 00:05:47 +02:00
Thomas Linford
6c802cec0d
docs(changelog): build/ci speedup 2023-05-03 21:19:18 +02:00
Jae-Heon Ji
ecd63a100b
docs(changelog): fix theme loading 2023-05-02 00:54:20 +09:00
Aram Drevekenin
ce3882fb82
docs(changelog): error file paths 2023-04-28 16:54:42 +02:00
Aram Drevekenin
0e379fe15a
docs(changelog): support env vars and shell expansions in cwd 2023-04-28 16:46:20 +02:00
Aram Drevekenin
b2ec105c76
docs(changelog): update and render plugins async 2023-04-28 15:28:14 +02:00
Jae-Heon Ji
a29c653385
docs(changelog): provide default themes 2023-04-27 00:27:06 +09:00
Jae-Heon Ji
0a8bbd7f23
docs(changelog): fix typo 2023-04-26 23:30:55 +09:00
Jae-Heon Ji
40f46e8ed8
docs(changelog): add nightfox themes 2023-04-26 23:29:29 +09:00
Jae-Heon Ji
7371bf58a7
docs(changelog): update architecture docs 2023-04-21 09:51:54 +09:00
Aram Drevekenin
d385c73e04
docs(changelog): reload plugins at runtime 2023-04-19 10:10:50 +02:00
Aram Drevekenin
26fcf84702
docs(changelog): default cwd 2023-04-18 16:36:32 +02:00
Aram Drevekenin
cecd7b2b7f
docs(changelog): tab sync exclude 2023-04-18 16:34:35 +02:00
Jae-Heon Ji
c7bd2ce922
docs(changelog): hide session on compact-bar 2023-04-16 23:37:53 +09:00
Aram Drevekenin
b1b515fb55 chore(release): v0.36.0 2023-04-13 10:35:04 +02:00
Aram Drevekenin
de9eeb2f42
docs(changelog): memory leak fix 2023-04-13 10:03:49 +02:00
Thomas Linford
00af395bb7
docs(changelog): socket sticky bit fix 2023-04-05 17:39:02 +02:00
Aram Drevekenin
3973873252
docs(changelog): strider fix 2023-04-04 18:40:21 +02:00
Aram Drevekenin
9d4e60e323
docs(changelog): stack pane focus bug in layout 2023-04-03 18:55:28 +02:00
Aram Drevekenin
df8db1d2e7
docs(changelog): expanded panes in stack 2023-04-03 18:05:16 +02:00
Aram Drevekenin
63d6711a8d
docs(changelog): tab focus race in layouts 2023-03-31 17:51:14 +02:00
Aram Drevekenin
04c6af182e
docs(changelog): scrollback editor spaces fix 2023-03-31 16:24:15 +02:00
Aram Drevekenin
dc03fb0318
docs(changelog): swap layout truncating fix 2023-03-30 18:06:12 +02:00
Aram Drevekenin
55a2f4915e
docs(changelog): default swap layouts for new tab with layout 2023-03-30 16:55:17 +02:00
Jae-Heon Ji
220f6684b0
docs(changelog): add option hide_session_name 2023-03-30 20:36:03 +09:00
Aram Drevekenin
55c0a15a7d
docs(changelog): clear scrollback (cli) action 2023-03-29 23:06:07 +02:00
Aram Drevekenin
7b609b053f
docs(changelog): load plugins async 2023-03-27 18:49:33 +02:00
raphTec
61a9b06237 docs(changelog): update interprocess dep, fix crash 2023-03-24 14:50:50 +01:00
Aram Drevekenin
48174d10f8
docs(changelog): closing stacked pane fix 2023-03-20 17:56:03 +01:00
Aram Drevekenin
bef3c9c89d
docs(changelog): adding panes to lone stack fix 2023-03-16 17:32:55 +01:00
Aram Drevekenin
d2cc61ab4f
docs(changelog): focus pane off screen edge 2023-03-15 17:01:42 +01:00
Aram Drevekenin
a07af61456 chore(release): v0.35.2 2023-03-10 14:54:07 +01:00
Aram Drevekenin
6502cf78b6
docs(changelog): ansi fix 2023-03-09 16:59:16 +01:00
Aram Drevekenin
aa17374d13
docs(changelog): command pane crash fix 2023-03-08 18:45:51 +01:00
Aram Drevekenin
a2609296ac
docs(changelog): attach --create fix 2023-03-08 16:42:34 +01:00
Jae-Heon Ji
38451aa5eb
docs(changelog): update changelog item 2023-03-07 11:46:28 +09:00
Aram Drevekenin
d0a780dd7c
chore(repo): revert theme pr (#2229)
* Revert "feat: add self-provided themes (#2224)"

This reverts commit 63bfe9c5e4.

* Revert "docs(changelog): add self-provided themes"

This reverts commit 364f0e7c44.
2023-03-06 21:56:49 +01:00
har7an
0708c106d7
CHANGELOG: Add PR #2194 2023-03-06 18:17:43 +00:00
Jae-Heon Ji
364f0e7c44
docs(changelog): add self-provided themes 2023-03-06 23:37:38 +09:00
Aram Drevekenin
dc9505d088
docs(changelog): layout tab name fixes 2023-03-06 12:11:14 +01:00
Aram Drevekenin
c6c9bb5c37
docs(changelog): pty log error for cwd 2023-03-01 20:14:23 +01:00
Aram Drevekenin
fd19174471
docs(changelog): query tab names cli action 2023-03-01 17:29:03 +01:00
Aram Drevekenin
715ee1109d
docs(changelog): plugin url decode 2023-03-01 16:12:06 +01:00
Aram Drevekenin
6bec2c0b30
docs(changelog): various fixes 2023-03-01 12:28:03 +01:00
Aram Drevekenin
3057ec434b
docs(changelog): exact panes constraint 2023-02-28 22:09:24 +01:00
Aram Drevekenin
6a8cf847da
docs(changelog): neovim underline fix 2023-02-28 18:23:14 +01:00
Aram Drevekenin
afa9309c57
docs(changelog): new-tab config parameters 2023-02-28 15:48:32 +01:00