fix: use os.tmpdir for logs, improving Windows compatibility

This commit is contained in:
Tommy D. Rossi
2025-12-20 22:13:13 +01:00
parent 50aa6199d2
commit f64e7498cd
5 changed files with 16 additions and 46 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 0.0.23
### Patch Changes
- **Windows compatibility**: Use `os.tmpdir()` for log files instead of XDG paths, ensuring cross-platform support
- **Removed `xdg-basedir` dependency**: Simplified path handling by using Node's built-in `os.tmpdir()`
## 0.0.22
### Patch Changes