Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@Pinta365 Pinta365 released this 23 Mar 19:31
· 3 commits to main since this release

Changes

  • Added "/tmp" as a fallback directory for linux and the temp directory type.
  • Added a second optional parameter for the dir() function that you set to true to opt-into resolving Windows Special Folders with powershell.
const userHome = await dir("home", true);

Full Changelog: 1.0.1...1.1.0