Aram Drevekenin
044519f537
docs(changelog): debounced watcher
2023-06-16 21:05:22 +02:00
Aram Drevekenin
317bdfc902
docs(changelog): plugin pane events
2023-06-15 17:08:23 +02:00
Aram Drevekenin
8d6f20cfd9
docs(changelog): relative plugin urls
2023-06-14 13:45:29 +02:00
Aram Drevekenin
0545c20d8d
docs(changelog): suppress debug logging
2023-06-13 14:56:41 +02:00
Aram Drevekenin
603eeb4c58
docs(changelog): plugin fs watch fix
2023-06-13 09:01:14 +02:00
Aram Drevekenin
9e69bea434
docs(changelog): strider search improvements
2023-06-12 23:27:43 +02:00
Aram Drevekenin
09e8da6a3a
docs(changelog): focus plugin tab fix
2023-06-12 22:06:22 +02:00
Aram Drevekenin
02ee810d82
docs(changelog): cursor flicker fix
2023-06-12 19:03:13 +02:00
Jae-Heon Ji
84e51d21fc
docs(changelog): fix local cache
2023-06-12 21:02:25 +09:00
Aram Drevekenin
49fbe15c98
docs(changelog): plugin api
2023-06-09 22:50:26 +02:00
Aram Drevekenin
7f0b878520
docs(changelog): plugin system overhaul
2023-06-07 12:45:18 +02:00
Jae-Heon Ji
b8f095330a
docs(changelog): fix cwd of newtab action
2023-06-01 02:54:58 +09:00
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