Skip to content

NetPad v0.2.0

Compare
Choose a tag to compare
@tareqimbasher tareqimbasher released this 02 May 03:18
· 475 commits to main since this release

If you like NetPad, please star the repo 🌟!

Preview 2

This is the second pre-release! It brings a number of new features, some enhancements and fixes. Please open an issue for any bugs or feature requests.

What Changed πŸš€

  • A new main menu
  • The output pane can now be popped out into its own window
  • Added search in Clipboard pane
  • Tab order is now saved and restored between app restarts
  • You can now run a statement without using .Dump() or having it appended with a semi-colon
  • Brings the new tab/script button to be next to the last opened tab for easier accessibility
  • Show editor cursor position (line/column) in statusbar
  • Performance improvements including much faster app startup and memory usage optimizations

Fixes πŸ›

  • Fixed extra new lines being rendered when using Console.Write and Console.WriteLine
  • Fixed bug where right-clicking inactive tab and selecting Run does not work as expected
  • Fixed broken link to Monaco options documentation (#37)
  • Should fix upstream bug (#29)
  • Other minor fixes

Full Changelog: v0.1.1...v0.2.0