Commit Graph

784 Commits

Author SHA1 Message Date
Aram Drevekenin
240a53aa1a
docs(changelog): reload config options at runtime 2024-08-23 15:42:26 +02:00
Aram Drevekenin
3923bf5027
docs(changelog): message to specific plugins API 2024-08-21 16:47:12 +02:00
Aram Drevekenin
905ce0a27d
docs(changelog): change themes at runtime 2024-08-20 16:11:10 +02:00
Aram Drevekenin
45501793d1
docs(changelog): reload config at runtime 2024-08-19 19:03:45 +02:00
Aram Drevekenin
d76c4e5e49
docs(changelog): first run setup wizard 2024-08-16 14:01:32 +02:00
Aram Drevekenin
c25166c30a
docs(changelog): CommandPaneReRun plugin event 2024-08-14 16:49:24 +02:00
Aram Drevekenin
affbd9237e
docs(changelog): rerun command pane plugin API 2024-08-07 19:22:10 +02:00
Aram Drevekenin
28d90df6dd
docs(changelog): floating_panes cwd fix 2024-08-07 13:47:35 +02:00
Aram Drevekenin
47caeb66a6
docs(changelog): background command panes 2024-07-29 11:42:14 +02:00
Aram Drevekenin
a6fe5ff1d5
docs(changelog): more plugin apis 2024-07-22 18:31:28 +02:00
Aram Drevekenin
5f64bf03fd
docs(changelog): current process refresh fix 2024-07-19 16:14:19 +02:00
Aram Drevekenin
591722a5d8
docs(changelog): startup delay fix 2024-07-18 16:43:36 +02:00
Aram Drevekenin
206ea3230b
docs(changelog): serialization fix 2024-07-18 14:30:17 +02:00
Aram Drevekenin
ce1a70032c
docs(changelog): stringified layout plugin api 2024-07-18 10:46:32 +02:00
Aram Drevekenin
fe30f08575
docs(changelog): configuration screen 2024-07-17 16:09:21 +02:00
Aram Drevekenin
f6ec1a1385
docs(changelog): scroll region fix 2024-07-12 12:25:59 +02:00
har7an
abe0f87211
cargo: Reintroduce rust-version field (#3482)
* cargo: Reintroduce `rust-version` field

in `Cargo.toml` since it appears that client-side `cargo` will check
this field and [error when the users rust toolchain is too old][1]. Add
comments in `Cargo.toml` and `rust-toolchain.toml` pointing to each
other so the rust versions mentioned in each file are hopefully kept in
sync in the future.

[1]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field

* CHANGELOG: Add MR #3482.
2024-07-08 15:38:28 +00:00
Aram Drevekenin
dc1a85c989
docs(changelog): multi-modifier fixes 2024-07-08 17:37:17 +02:00
Aram Drevekenin
a49009de13
docs(changelog): cursor rendering fix 2024-07-08 14:31:38 +02:00
har7an
c886af41c2
cargo: Remove rust-version (msrv) field (#3480)
* cargo: Remove `rust-version` (msrv) field

from `Cargo.toml`. This has gone out of sync with the rust version
specified in `rust-toolchain.toml` and appears to have little
consequence to development, since it defines only the MSRV. We're using
`rust-toolchain.toml` to strictly enforce a specific rust version for
development, hence we stick with that.

Closes #3476

* CHANGELOG: Add MR #3480.
2024-07-07 05:24:16 +00:00
Aram Drevekenin
765f1493cd
docs(changelog): status-bar redesign 2024-07-05 15:14:31 +02:00
Aram Drevekenin
8e33b20559
docs(changelog): wasmer -> wasmtime 2024-06-28 16:48:49 +02:00
Aram Drevekenin
fa110515aa
docs(changelog): mouse fix 2024-06-21 16:20:03 +02:00
Aram Drevekenin
048086de68
docs(changelog): underline color workaround 2024-06-21 13:48:32 +02:00
Aram Drevekenin
0a0e062e6b
docs(changelog): sync-renders fix 2024-06-21 13:34:31 +02:00
Aram Drevekenin
91cf593836
docs(changelog): rebind keys at runtime 2024-06-14 17:11:47 +02:00
Aram Drevekenin
883855587c
docs(changelog): render fix 2024-06-11 15:21:10 +02:00
Aram Drevekenin
56baf0b13d
docs(changelog): scroll region fixes 2024-05-27 17:32:06 +02:00
Aram Drevekenin
626516050f
docs(changelog): support multiple modifier keybindings 2024-05-27 16:16:37 +02:00
Aram Drevekenin
c72f3a712b
docs(changelog): ooo plugin events fix 2024-05-22 11:13:21 +02:00
har7an
64a5ac095c
Update soon-to-be incompatible dependencies (#3315)
* utils/cargo: Bump `wezterm` dependency

to 0.22.0 which, according to [their changelog][1], doesn't introduce
any changes at all over the previously used 0.20.0. It does, however,
update some of its' dependencies allowing us to update the transitive
deps `nom v5.1.2` and `terminfo v0.7.3`, which have caused warnings
during build/installation for quite some time now.

[1]: https://github.com/wez/wezterm/blob/main/termwiz/CHANGELOG.md

* server/cargo: Bump `daemonize` dependency

to v0.5.0, which eliminates a future-compat warning that has been around
for a while now. It doesn't state changes in the Changelog that we
should be aware of and doesn't cause apparent breakage during builds
either.

* utils/cargo: Sort dependencies alphabetically.

* CHANGELOG: Add PR #3315.

* server/lib: Convert bitmask to u32

to avoid type conversion issues on MacOS builds.
2024-05-18 11:59:14 +00:00
Aram Drevekenin
78b3909112
docs(changelog): consume layout from a url 2024-05-15 11:21:22 +02:00
Aram Drevekenin
d81bda0937 chore(version): adjust version for release 2024-05-02 08:56:36 +02:00
Aram Drevekenin
3bac38c899
docs(changelog): allow binding ctrl j 2024-05-02 08:39:11 +02:00
Aram Drevekenin
1fda2e2c73
docs(changelog): list clients cli 2024-04-30 15:22:12 +02:00
Aram Drevekenin
158260799b
docs(changelog): layoutinfo newtabs plugin api 2024-04-26 11:39:50 +02:00
Aram Drevekenin
cd37864b38
docs(changelog): move tab fix 2024-04-25 09:33:00 +02:00
Aram Drevekenin
6f2084025e
docs(changelog): shell in plugins fix 2024-04-24 15:42:07 +02:00
Aram Drevekenin
fca7a209d2
docs(changelog): cli pane/tab name fix 2024-04-24 11:57:56 +02:00
Aram Drevekenin
9824557d0d
docs(changelog): attach options fix 2024-04-22 12:43:43 +02:00
Aram Drevekenin
162a6dd93d
docs(changelog): fix frozen sessions 2024-04-19 18:31:14 +02:00
Aram Drevekenin
45cc452b04 chore(release): v0.40.0 2024-04-16 09:15:13 +02:00
Aram Drevekenin
41efc0db67
docs(changelog): create background 2024-04-15 17:38:10 +02:00
Aram Drevekenin
d473c7291d
docs(changelog): resurrection fixes 2024-04-15 17:09:21 +02:00
Jae-Heon Ji
ee9aae789c
docs(changelog): fix compact-bar mode indicator 2024-04-15 00:58:04 +09:00
Aram Drevekenin
988491fe69
docs(changelog): configure disabling metadata 2024-04-12 16:16:11 +02:00
Aram Drevekenin
1c883c2a83
docs(changelog): start session in the background 2024-04-12 15:40:35 +02:00
Aram Drevekenin
2b6d4ad8e5
docs(changelog): swap layout fix 2024-04-10 15:27:57 +02:00
Aram Drevekenin
52e81bec7d
docs(changelog): serialize UI components 2024-04-05 15:03:32 +02:00
har7an
cf18fb3867
utils/cli: Add move-tab action (#3244)
* utils/cli: Add `move-tab` action

which was previously only exposed through keybindings.

* CHANGELOG: Add PR 3244.
2024-04-04 13:26:42 +00:00