You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,27 +16,37 @@ Register map provides access to the device’s virtual address space. Values can
16
16
17
17
## Download
18
18
19
-
The latest release, 1.0.6, was published on 2022-08-28.
19
+
### Current release
20
+
21
+
The latest release, 1.1.0, was published on 2026-07-23. It uses Qt6 and requires a modern OS, like Windows 11 or a recent Linux distribution.
22
+
23
+
*[**SDM-1.1.0-setup-x64.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.1.0/SDM-1.1.0-setup-x64.exe) - installer for Windows
24
+
*[**SDM-1.1.0-portable-x64.7z**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.1.0/SDM-1.1.0-portable-x64.7z) - portable version for Windows
By default, SDM will be installed to `/usr/local`. Refer to [the manual (PDF)](https://github.com/SimpleDeviceModel/sdm/raw/master/doc/manual.pdf) for detailed build instructions.
48
58
49
-
Windows builds of SDM were linked against [Qt 5.6.3](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.0/qt-everywhere-opensource-src-5.6.3.7z). Other versions of Qt can be downloaded from the [Qt website](https://download.qt.io/).
59
+
Windows builds of SDM were linked against [Qt 6.8.3](https://github.com/SimpleDeviceModel/sdm/releases/download/1.1.0/qt-everywhere-src-6.8.3.7z). Other versions of Qt can be downloaded from the [Qt website](https://download.qt.io/).
0 commit comments