Releases: watchexec/clearscreen
Releases · watchexec/clearscreen
v4.0.1
- Deps: Update MSRV to 1.79 - (6984714)
- Deps: Switch from winapi to windows-sys (#26) - (a13ea5a)
- Repo: Fix changelog format - (d72ec08)
v4.0.0
- Deps: Update which to 7.0.0 (#25) - (207b3a4)
- Deps: Add lockfile to git - (64180fe)
- Deps: Upgrade thiserror to 2.0.9 - (2b4b16f)
- Deps: Upgrade nix to 0.29.0 - (556fd47)
- Documentation: Update wezterm information - (dd1430a)
- Feature: Support wezterm (#23) - (4225aae)
- Feature: Decouple public API from dependencies - (165fe96)
- Repo: Replace custom script with cargo-release - (8835973)
- Repo: Use cliff for changelog - (0d4fe66)
v2.0.0
- Don't use BORS.
- Update dependencies.
- Update to nix 0.26.
- Change MSRV policy to stable-5 supported, and bump MSRV to 1.60.0.
- Handle tmux explicitly (#9).
- Fall back to hardcoded sequence if terminfo is not available (#9).
v1.0.11
This is a special final 1.x release that includes all the 2.0.0 changes except for the breaking ones.
- Don't use BORS.
- Update dependencies.
- Handle tmux explicitly (#9).
- Fall back to hardcoded sequence if terminfo is not available (#9).
v1.0.1
- Use
XtermClear
on iTerm on macOS when TERM
starts with xterm
, to work around macOS not
having the correct terminfo by default.