NetPad v0.3.1
If you like NetPad, please star the repo π!
Preview 3.1
β [EDIT] June 26, 2023: The macOS ARM build was updated.
Previous binary had an issue where it would not open, and instead would hang on the splash screen indefinitely requiring user to force quit the app. Please use the latest macOS ARM binary.
If you get the error: NetPad is damaged and can't be opened. You should move it to the Trash
:
open a terminal and do this:
sudo xattr -cr /path/to/NetPad.app
This occurs because NetPad is not signed; macOS will only allow signed apps or apps downloaded from the App Store to run.
This release mainly focused on adding native support for macOS ARM (Apple Silicon). New macOS ARM specific builds are now available!
What New π
- A new setting was added for user to manually configure .NET SDK installation path. This can be found in
Settings > General
- This setting is optional. If this value is not set, NetPad will scan and try to locate the .NET SDK installation path.
- An icon will show in the title bar when a new update is available instead of auto-opening the update dialog whenever a new update becomes available, which was a bit too intrusive.
- New "Update" and "Add Database Connection" icons
- Fixes .NET SDK auto-discovery on macOS ARM
Full Changelog: v0.3.0...v0.3.1