Skip to content

v0.1.22

Choose a tag to compare

@github-actions github-actions released this 29 Jul 01:26
Immutable release. Only release title and notes can be modified.
Builders Gate 0.1.22

Fixed
- The first-run screen offered to create a project in C:\Windows\system32. A
  double-clicked executable inherits system32 as its working directory, and the
  screen read Path.cwd() straight out, then failed with a raw PermissionError.
  New projects now land under ~/BuildersGate when the working directory is not
  a real one.
- PermissionError from the create endpoint answers 400 with a suggestion
  instead of leaking [WinError 5].