NetPad v0.2.0
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
andConsole.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