Bug Fixes
- The spell-check context menu now shows the full set of correction suggestions; previously a stray loop increment caused every other suggestion to be skipped, capping the menu at 3 items instead of 5.
- Pressing Escape to dismiss a ghost-text Next Edit Suggestion now also clears the NES gutter icon; previously the gutter icon remained visible after dismissal.
- Fixed two debugger regressions: top-level breakpoints (e.g. via
debugSource()) no longer fail to show the debug highlight or call stack, and multi-line input at the Browse[N]> prompt no longer clears the captured browser context.
- The Files pane delete confirmation now reflects whether the file will be moved to the system Trash/Recycle Bin or permanently deleted, based on the "Delete files to Trash/Recycle Bin" preference.
- The Windows installer's File Version now matches its Product Version; previously the installer concatenated the major and minor version components into a single value that exceeded NSIS's 16-bit-per-component limit and was truncated to an unrelated number.
For a full list of bug fixes and enhancements in this release, see the
release notes.