Skip to content

build(deps): Bump crossterm from 0.28.1 to 0.29.0#13

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/crossterm-0.29.0
Closed

build(deps): Bump crossterm from 0.28.1 to 0.29.0#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/crossterm-0.29.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Bumps crossterm from 0.28.1 to 0.29.0.

Release notes

Sourced from crossterm's releases.

0.29

Version 0.29

Added ⭐

  • Copy to clipboard using OSC52 (#974)
  • Derive standard traits for "SetCursorStyle" (#909)
  • Add query_keyboard_enhancement_flags to read enabled flags (#958)
  • Add is_* and as_* methods to the event enums (#949)
  • Add a feature flag for derive_more impls (#970)
  • Update rustix to 1.0 (#982)
  • Upgrade various dependencies

Breaking ⚠️

  • Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (#979)

@​joshka @​linrongbin16 @​kmicklas @​maciek50322 @​rosew0od @​sxyazi @​the-mikedavis @​hthuz @​aschey @​naseschwarz @​Flokkq @​gaesa @​WindSoilder

Changelog

Sourced from crossterm's changelog.

Unreleased

Version 0.29

Added ⭐

  • Copy to clipboard using OSC52 (#974)
  • Derive standard traits for "SetCursorStyle" (#909)
  • Add query_keyboard_enhancement_flags to read enabled flags (#958)
  • Add is_* and as_* methods to the event enums (#949)
  • Add a feature flag for derive_more impls (#970)
  • Update rustix to 1.0 (#982)

Breaking ⚠️

  • Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (#979)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/crossterm-0.29.0 branch from c403721 to b5b36b9 Compare April 2, 2026 10:23
Copy link
Copy Markdown
Contributor

@njbrake njbrake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crossterm 0.28→0.29 minor bump. No breaking changes for this codebase.

Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/crossterm-0.29.0 branch April 2, 2026 10:38
njbrake added a commit that referenced this pull request Apr 6, 2026
njbrake added a commit that referenced this pull request Apr 6, 2026
* Bump version from 0.0.8 to 0.0.9

* feat: add debug logging to preview rendering and remove unused window resizing functionality

* setup to be able to add more captures if issues with state are found

* symlink a CLAUDE.md

* better styling for session selector

* enhance styling in NewSessionDialog for improved focus indication and tool selection display

* Bump version from 0.0.10 to 0.0.11 in Cargo.toml

* update tui.png asset with new design

* feat: status checker only looks at last 30 lines, not entire window (#6)

* feat: status checker only looks at last 30 lines, not entire window

* lint

* feat: implement session renaming functionality with a dedicated dialog (#9)

* feat: implement session renaming functionality with a dedicated dialog

* bad merge

* refactor: optimize status detection by using last lines instead of entire content

* Bugs (#11)

* feat: implement session renaming functionality with a dedicated dialog

* bad merge

* refactor: optimize status detection by using last lines instead of entire content

* feat: add periodic disk refresh to sync home state across instances

* test race condition (#12)

* Update Cargo.toml

* Update README.md

* opt to move faster (#13)

* feat: git worktrees for parallel agents in same git project (#14)

- Add `git2` dependency to `Cargo.toml` for Git operations.
- Introduce worktree management commands in the CLI, including listing, info retrieval, and cleanup of orphaned worktrees.
- Enhance session management to support creation and deletion of worktrees, with appropriate prompts and error handling.
- Update the TUI to display worktree information and manage worktree-related actions.
- Add configuration options for worktree management in the session config.
- Implement tests for worktree functionality to ensure proper integration and error handling.

* fix flicker

* Bump version to 0.1.0

* Update dependencies and bump version to 0.1.1

- Increment version to 0.1.1 in Cargo.toml.
- Modify git2 dependency to use vendored-openssl feature.
- Update macOS target in release workflow to macos-13.

* patch

* docs site (#19)

* docs

* lint

* feat: evaluate worktree path when displaying (#20)

* Implement asynchronous update check and enhance UI for update notifications (#21)

- Introduce asynchronous update checking in the App struct, utilizing a oneshot channel for non-blocking communication.
- Update HomeView to render update information in the status bar when an update is available.
- Modify the update notice message format for clarity in the update module.

* badge (#22)

* badge

* Update documentation badge link in README

* Bump version to 0.2.1

* clean canonical path (#24)

* Update README with demo GIF and add script for GIF generation; introduce development documentation

* help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant