8000 Comparing 0.17.1...0.17.2 · console-rs/indicatif · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: < 8000 span class="css-truncate css-truncate-target" data-menu-button>console-rs/indicatif
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.17.1
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.17.2
Choose a head ref
  • 11 commits
  • 7 files changed
  • 5 contributors

Commits on Sep 22, 2022

  1. Pull line push into separate function

    This pulls the part of format_style that
    appends a new line to the progress into
    a separate function, which can be used
    to transform the expanded line content
    before it is added.
    happenslol authored and djc committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    72cd0a0 View commit details
    Browse the repository at this point in the history
  2. Improve multiline support in format_style

    During format_style, we now split up expanded
    lines before they are added, accounting for the
    fact that there could be additional newlines in
    the line we're adding.
    happenslol authored and djc committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    be579da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    222df5b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Bump MSRV to 1.56

    djc authored and chris-laplante committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    517398b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    997567d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b5ef2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    44ec391 View commit details
    Browse the repository at this point in the history
  2. Add an armv5te test job to CI

    messense authored and djc committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    2c85ff8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Fix percent initial value when there is no length

    Read more on issue #489
    devmatteini authored and djc committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    5b8b905 View commit details
    Browse the repository at this point in the history
  2. Fix clippy lints

    devmatteini authored and djc committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    8e220fd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Bump version number to 0.17.2

    djc authored and chris-laplante committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    25afbed View commit details
    Browse the repository at this point in the history
Loading
0