Skip to content

Commit 9e872ed

Browse files
authored
Merge pull request #362 from gbmhunter/dev
Release of v5.8.2.
2 parents c1b5064 + 8847d55 commit 9e872ed

8 files changed

Lines changed: 519 additions & 1671 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"npm-debug.log.*": true,
2626
"test/**/__snapshots__": true,
2727
"package-lock.json": true,
28-
"*.{css,sass,scss}.d.ts": true
28+
"*.{css,sass,scss}.d.ts": true,
29+
"web": true
2930
},
3031
"cSpell.words": [
3132
"32m",

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## [5.8.2] - 2025-10-20
11+
12+
### Fixed
13+
14+
- Fixed bug where closing the window on macOS and then re-opening would break the IPC between main and renderer processes.
15+
- Updated electron dependency from v37.2.4 to v38.3.0 to fix serious macOS 26 performance issues.
16+
- Fixed bug where the "Enable ANSI Escape Code Parsing" checkbox was disabled when the wrong data type was selected.
17+
- Fixed Vitest dependency incompatibility with Vite.
18+
1019
## [5.8.1] - 2025-10-16
1120

1221
### Fixed
@@ -961,7 +970,9 @@ Fixed bug where pressing Ctrl-Shift-C to copy text from a terminal would enable
961970
- Added auto-scroll to TX pane, closes #89.
962971
- Added special delete behaviour for backspace button when in "send on enter" mode, closes #90.
963972

964-
[unreleased]: https://github.com/gbmhunter/NinjaTerm/compare/v5.8.0...HEAD
973+
[unreleased]: https://github.com/gbmhunter/NinjaTerm/compare/v5.8.2...HEAD
974+
[5.8.2]: https://github.com/gbmhunter/NinjaTerm/compare/v5.8.1...v5.8.2
975+
[5.8.1]: https://github.com/gbmhunter/NinjaTerm/compare/v5.8.0...v5.8.1
965976
[5.8.0]: https://github.com/gbmhunter/NinjaTerm/compare/v5.7.1...v5.8.0
966977
[5.7.1]: https://github.com/gbmhunter/NinjaTerm/compare/v5.7.0...v5.7.1
967978
[5.7.0]: https://github.com/gbmhunter/NinjaTerm/compare/v5.6.0...v5.7.0

0 commit comments

Comments
 (0)