Do not create empty .pi folder unconditionally (#1588)

This commit is contained in:
Duncan Ogilvie 2026-02-23 00:59:10 +01:00 committed by GitHub
parent 6137de9ce7
commit f1a2092bcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 61 additions and 5 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed `.pi` folder being created unnecessarily when only reading settings. The folder is now only created when writing project-specific settings.
## [0.54.1] - 2026-02-22
### Fixed