Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: console-rs/indicatif
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.18.0
Choose a base ref
...
head repository: console-rs/indicatif
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.18.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    771a27e View commit details
    Browse the repository at this point in the history
  2. Do not draw "current" char if none is configured

    Prevents inconsistent coloring if fg/bg color is specified together with
    two different fg/bg chars (like `"{bar:10.red/blue}"`)
    Finomnis authored and djc committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    b3e94be View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Update vt100 requirement from 0.15.1 to 0.16.1

    Updates the requirements on [vt100](https://github.com/doy/vt100-rust) to permit the latest version.
    - [Changelog](https://github.com/doy/vt100-rust/blob/main/CHANGELOG.md)
    - [Commits](doy/vt100-rust@v0.15.1...v0.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: vt100
      dependency-version: 0.16.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and djc committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    e1f410d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Start versioning Cargo.lock

    djc authored and chris-laplante committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    5436ffc View commit details
    Browse the repository at this point in the history
  2. Bump MSRV to 1.71 (for console 0.16.1)

    djc authored and chris-laplante committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    985f053 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    e69d621 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.18.1

    djc authored and chris-laplante committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    e836112 View commit details
    Browse the repository at this point in the history
Loading