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: tox-dev/platformdirs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.0
Choose a base ref
...
head repository: tox-dev/platformdirs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.7.0
Choose a head ref
  • 5 commits
  • 22 files changed
  • 5 contributors

Commits on Feb 12, 2026

  1. Configuration menu
    Copy the full SHA
    473a0fe View commit details
    Browse the repository at this point in the history
  2. Replace SHGetFolderPathW with SHGetKnownFolderPath (#380)

    Fix #348
    
    Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
    moi15moi and gaborbernat authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    22898d3 View commit details
    Browse the repository at this point in the history
  3. 🐛 fix(unix): fall back to tempdir when runtime dir is not writable (#369

    )
    
    When XDG_RUNTIME_DIR is unset and the platform default runtime directory
    (e.g. /run/user/<uid>) does not exist or is not writable, fall back to
    a temporary directory via tempfile.gettempdir() instead of returning an
    unusable path.
    
    Closes #368
    
    Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
    lengau and gaborbernat authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8c282eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bdc4ae View commit details
    Browse the repository at this point in the history
  5. Release 4.7.0

    gaborbernat committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    13094f8 View commit details
    Browse the repository at this point in the history
Loading