Aram Drevekenin
1ccc973c68
Update CHANGELOG.md
2023-08-26 11:07:05 +02:00
Aram Drevekenin
a819e9bf54
Update CHANGELOG.md
2023-08-25 19:47:53 +02:00
Aram Drevekenin
07433eb6dc
docs(changelog): fix plugin configuration uniqueness
2023-08-25 18:29:14 +02:00
Aram Drevekenin
759ab9102b
docs(changelog): keybind run floating pane
2023-08-25 16:27:26 +02:00
Aram Drevekenin
e34f7e7622
docs(changelog): move plugin to focused tab
2023-08-25 12:25:45 +02:00
Aram Drevekenin
877c467f9f
docs(changelog): update ux fixes
2023-08-24 18:13:07 +02:00
Aram Drevekenin
4a1d114753
docs(changelog): session manager
2023-08-24 13:37:14 +02:00
Aram Drevekenin
bf3c072d6d
docs(changelog): permission system
2023-08-12 15:38:20 +02:00
Aram Drevekenin
a1903b6b04
docs(changelog): protobuffers
2023-08-09 22:27:06 +02:00
Aram Drevekenin
c3e140cb4b
docs(changelog): plug memory leak
2023-08-04 10:23:45 +02:00
Aram Drevekenin
f75033e1c3
docs(changelog): break pane to new tab
2023-08-02 11:42:55 +02:00
Aram Drevekenin
8fb90391c8
docs(changelog): plugin api utility functions
2023-07-28 17:25:57 +02:00
Aram Drevekenin
859d633f5b
docs(changelog): focus glitches
2023-07-27 17:56:49 +02:00
Aram Drevekenin
5601766225
docs(changelog): configurable plugins
2023-07-25 10:05:19 +02:00
Thomas Linford
6cf795a7df
docs(changelog): generate session names with custom words list
2023-07-18 19:16:29 +02:00
har7an
fa8ef2a973
Fix colored pane frames in mirrored sessions ( #2625 )
...
* server/panes/tiled: Fix colored frames
in mirrored sessions. Colored frames were previously ignored because
they were treated like floating panes when rendering tiled panes.
* CHANGELOG: Add PR #2625
* server/tab/unit: Fix unit tests for server.
2023-07-16 14:35:34 +00:00
Aram Drevekenin
024fb2d22d
docs(changelog): resize glitches fix
2023-07-12 20:37:03 +02:00
Aram Drevekenin
385cc1c81b
docs(changelog): status-bar supermode
2023-07-12 11:32:56 +02:00
Thomas Linford
61f3789c88
docs(changelog): plugins tab switching with mouse fix
2023-06-30 09:44:19 +02:00
Aram Drevekenin
fda5923d64
chore(release): v0.37.2
2023-06-20 17:34:24 +02:00
Aram Drevekenin
97db481bb5
docs(changelog): fix plugin hide_self
2023-06-20 16:38:50 +02:00
Jae-Heon Ji
4fc30ee7ad
docs(changelog): hotfix default theme
2023-06-20 06:07:28 +09:00
Aram Drevekenin
a6c0a10eb7
chore(release): v0.37.1
2023-06-19 18:18:06 +02:00
Aram Drevekenin
7d99ea66aa
docs(changelog): plugin api fixes
2023-06-19 18:10:24 +02:00
Jae-Heon Ji
0adb10573d
docs(changelog): hotfix theme issue
2023-06-19 00:21:26 +09:00
Aram Drevekenin
9c4c78d5a3
chore(release): v0.37.0
2023-06-18 14:17:39 +02:00
Aram Drevekenin
10b7f3a981
docs(changelog): more plugin api methods
2023-06-17 14:44:11 +02:00
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