We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00d9cca + 9bc6afc commit aa65ea3Copy full SHA for aa65ea3
Changelog.md
@@ -1,3 +1,10 @@
1
+## 4.7.1 - Unreleased
2
+
3
+### Fixed
4
5
+- Updated the bundled `nrfutil device` command to v2.15.7, which includes a fix
6
+ to an issue with the device enumeration on Windows.
7
8
## 4.7.0 - 2025-12-01
9
10
### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "pc-nrfconnect-programmer",
- "version": "4.7.0",
+ "version": "4.7.1",
"displayName": "Programmer",
"description": "Tool for flash programming Nordic SoCs and SiPs",
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-programmer",
@@ -16,7 +16,7 @@
16
"nrfConnectForDesktop": {
17
"nrfutil": {
18
"device": [
19
- "2.15.3"
+ "2.15.7"
20
]
21
},
22
"html": "dist/index.html",
0 commit comments