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: Stebalien/tempfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.19.0
Choose a base ref
...
head repository: Stebalien/tempfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.19.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    167f544 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. fix(windows): don't automatically delete files on open (#344)

    We tried doing this to match the behavior on Unix platforms but this
    appears to trigger some form of Windows kernel bug at scale. Given that
    it's not necessary, we're reverting it. I'm leaving the feature flag in
    the `Cargo.toml` for now but will remove it in the near future.
    
    fixes #339
    Stebalien authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    b60aae4 View commit details
    Browse the repository at this point in the history
  2. chore: release v3.19.1

    Stebalien committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    95540ed View commit details
    Browse the repository at this point in the history
Loading