build(deps): Bump crossterm from 0.28.1 to 0.29.0#13
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps): Bump crossterm from 0.28.1 to 0.29.0#13dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
c403721 to
b5b36b9
Compare
njbrake
approved these changes
Apr 2, 2026
Contributor
njbrake
left a comment
There was a problem hiding this comment.
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>
b5b36b9 to
f63bf13
Compare
Contributor
Author
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps crossterm from 0.28.1 to 0.29.0.
Release notes
Sourced from crossterm's releases.
Changelog
Sourced from crossterm's changelog.
Commits