Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.0: Update changelog & shared #79

Merged
merged 2 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 1.3.2 - UNRELEASED
## 1.4.0 - 2024-04-16

### Changed

- Updated documentation links to point to the TechDocs platform.
- Moved feedback tab to a dialog which can be opened by going to the about tab
and click Give Feedback.

KievDevel marked this conversation as resolved.
Show resolved Hide resolved
## 1.3.1 - 2024-03-13

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pc-nrfconnect-serial-terminal",
"version": "1.3.2",
"version": "1.4.0",
"description": "Terminal emulator for serial port connections",
"displayName": "Serial Terminal",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@nordicsemiconductor/pc-nrfconnect-shared": "^167.0.0",
"@nordicsemiconductor/pc-nrfconnect-shared": "^170.0.0",
"ansi-escapes": "^4.3.2",
"serialport": "^10.5.0",
"xterm-addon-fit": "^0.8.0",
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ render(
},
]}
autoReselectByDefault
feedback
/>
);
Loading