Skip to content

Bump minus from 5.6.1 to 5.7.2 - #261

Merged
Matt (matt-evervault) merged 2 commits into
mainfrom
dependabot/cargo/minus-5.7.2
Sep 2, 2026
Merged

Bump minus from 5.6.1 to 5.7.2#261
Matt (matt-evervault) merged 2 commits into
mainfrom
dependabot/cargo/minus-5.7.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps minus from 5.6.1 to 5.7.2.

Changelog

Sourced from minus's changelog.

v5.7.2 [2026-07-15]

Fixed

  • Fixed crash when prompt contains non-ASCII characters and used in non-TTY environments

v5.7.1 [2026-05-21]

Fixed

  • Fixed a crash when using G or End keys.
  • Fixed duplicate entries in lines_to_row_map for unterminated lines.
  • Fixed line numbers not showing in incremental previews.

Performance

  • Fixed selection borrowing to avoid unnecessary cloning.

v5.7.0 [2026-05-13]

Added

  • #164: Added mouse-based text selection and copy support.
  • #158: Added less-like keybindings, including home/end navigation and N.
  • #162: Add callback based support for hooking into various events.

Fixed

  • #159: Improved search QoL, including search highlighting behavior.
  • #144: Fixed horizontal scrolling edge cases and character-boundary handling.
  • #162: Fixed hooks-related cleanup and stdout handling regressions.
  • Fixed dynamic paging cleanup and startup regressions.
  • Fixed search behavior when navigating matches near the current view.

Performance

  • Reused allocated screen buffers to reduce churn during formatting and search updates.
  • Improved text appending and horizontal scroll rendering paths.

Docs

  • Updated deprecation warnings and README link formatting.
  • Improved CI/build and lint configuration.

Changes

  • Renamed InternalCommand to IoCommand and cleaned up command queue handling.
  • Split stdout-related event handling into a separate command path.
  • Update to crossterm v0.29.0 and thiserror v2.0.18
  • Update to Rust edition 2024
Commits
  • 85003c3 release: v5.7.2
  • ebdcb50 fix: multi byte sequences in prompt causes it to fail
  • ca9e98b release: v5.7.1
  • 73d76b7 fix: pager crashes silently when using G or End keys
  • a8f88dd fix: duplicate entries in lines_to_row_map when unterminated lines
  • b027df2 fix: line numbers not displayed in incremental previews
  • 22adee1 fix: clippy warnings
  • ab910a0 fix: borrow data in selection when possible
  • 3570cc6 fix: use defined categories from crates.io
  • 636fd42 release: v5.7.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [minus](https://github.com/AMythicDev/minus) from 5.6.1 to 5.7.2.
- [Changelog](https://github.com/AMythicDev/minus/blob/main/CHANGELOG.md)
- [Commits](AMythicDev/minus@v5.6.1...v5.7.2)

---
updated-dependencies:
- dependency-name: minus
  dependency-version: 5.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 18:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2026
@matt-evervault
Matt (matt-evervault) merged commit ad6645d into main Sep 2, 2026
3 checks passed
@matt-evervault
Matt (matt-evervault) deleted the dependabot/cargo/minus-5.7.2 branch September 2, 2026 11:06
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

Development

Successfully merging this pull request may close these issues.

1 participant