v3.3.1
Fix ambiguous config path discovery.
On Windows, the possible paths are:
C:\ProgramData\bitsrun\bit-user.json
~\AppData\Roaming\bitsrun\bit-user.json
On Linux:
/etc/bitsrun/bit-user.json
/etc/xdg/bitsrun/bit-user.json
~/.config/bitsrun/bit-user.json
~/.config/bit-user.json
On macOS:
/etc/bit-user.json
/Library/Preferences/bitsrun/bit-user.json
$HOME/Library/Preferences/bitsrun/bit-user.json
$HOME/.config/bit-user.json
$HOME/.config/bitsrun/bit-user.json
What's Changed
- Configure Renovate by @renovate in #11
- chore(deps): update dependency ruff to ^0.0.231 by @renovate in #13
- chore(deps): update pypa/gh-action-pypi-publish digest to 7eb3b70 by @renovate in #12
- fix: config root missing
$HOME/.config/bitsrun/
on macOS by @spencerwooo in #15
New Contributors
Full Changelog: v3.3.0...v3.3.1