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: bootandy/dust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: bootandy/dust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 11 commits
  • 17 files changed
  • 4 contributors

Commits on Feb 27, 2025

  1. release: Increment version

    bootandy committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    d876cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    c2a4c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa319e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28d409e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c31468b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b219981 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. deps: cargo update (#474)

    * deps: cargo update
    
    * deps: Update edition 2024
    
    and run cargo update
    bootandy authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    dd79970 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. feat: Abort immedietly when ^C is received. (#478)

    Previously, we attempted to perform a clean shutdown, which could take a
    significant period of time on slow filesystems. This commit changes the
    shutdown logic to abort immedietly when ^C is received by the program.
    quantatic authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    733abb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. fix: all arguments now use '-' instead of '_' (#484)

    * cli: unify long arguments (dashes instead of underscores)
    
    * completions: autoregen completions
    
    ---------
    
    Co-authored-by: Pavel Kulyov <kulyov.pavel@gmail.com>
    bootandy and pkulev authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    1b4116e View commit details
    Browse the repository at this point in the history
  2. fix: status mesages go to stderr not stdout (#483)

    Progress spinner and status line are written to stderr
    instead of stdout.
    
    No longer any need to detect if stdout is being redirected.
    bootandy authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    9a49221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    646cdd9 View commit details
    Browse the repository at this point in the history
Loading