Skip to content

NetPad v0.1.1

Compare
Choose a tag to compare
@tareqimbasher tareqimbasher released this 19 Mar 18:06
· 498 commits to main since this release

If you like NetPad, please star the repo 🌟 !

Preview 1.1

This is a follow up to the first pre-release, with some new features and some enhancements and fixes. Please open an issue for any bugs or feature requests.

What's Changed πŸš€

  • Design changes
  • App checks to make sure app dependencies are met when NetPad runs and a new Quick Tips dialog
  • Table headers in output are sticky so they scroll with table body
  • Ability to use SaveChanges() and SaveChangesAsync() directly in script code without having to use DataContext.SaveChanges()
  • Don't ask user to save when closing a script that is empty (has no text)
  • Support for dumping more complex object types

Fixes πŸ›

  • Fixes colored SQL output
  • Fixes issue where switching tabs can cause slight delays
  • Various performance and stability fixes

Full Changelog: v0.1.0...v0.1.1