版本发布 8
Slint 1.12.1 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#1121---2025-06-25). Upgrading to Slint 1.12.1: * Rust: Run `cargo update`. * C++: If you're using `FetchContent` with CMake, update the GIT_TAG entry in CMakeLists.txt to `v1.12.1` or `release/1.12` for automatic tracking of 1.12.x releases. * Node.js: Run `npm update slint-ui` to bring your `package.json` up-to-date. * ESP-IDF developers: Run `idf.py update-dependencies` to bring your idf_component.yml up-to-date. * Python: Run `uv lock --upgrade-package slint` to update your [uv](https://docs.astral.sh/uv/) lock file to the latest version. <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT --> # Assets ## C++ SDK For C++ developers, this release contains the following pre-packed builds of Slint: | Desktop Operating System | Compiler | Architecture | Download | |--------------------------|----------|--------------|----------| | Linux | gcc | x86-64 | [Slint-cpp-1.12.1-Linux-x86_64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/Slint-cpp-1.12.1-Linux-x86_64.tar.gz) | | Linux | gcc | arm64 | [Slint-cpp-1.12.1-Linux-arm64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/Slint-cpp-1.12.1-Linux-arm64.tar.gz) | | Linux | gcc | armhf | [Slint-cpp-1.12.1-Linux-armhf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/Slint-cpp-1.12.1-Linux-armhf.tar.gz) | | Windows | MSVC | x86-64 | [Slint-cpp-1.12.1-win64-MSVC-AMD64.exe](https://github.com/slint-ui/slint/releases/download/v1.12.1/Slint-cpp-1.12.1-win64-MSVC-AMD64.exe) | | Windows | MSVC | arm64 | [Slint-cpp-1.12.1-win64-MSVC-ARM64.exe](https://github.com/slint-ui/slint/releases/download/v1.12.1/Slint-cpp-1.12.1-win64-MSVC-ARM64.exe) | | Templates for Microcontroller Evaluation Board | Download | |----------------------------------|----------| | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html): Dual-core Arm M7/M4 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h747i-disco.zip](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-cpp-template-stm32h747i-disco.zip) | | [STM32H735G-DK](https://www.st.com/en/evaluation-tools/stm32h735g-dk.html): Arm M7 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h735g-dk.zip](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-cpp-template-stm32h735g-dk.zip) | ## Tool Binaries | Add-on | Linux x86-64 | Windows (x86-64) | Windows (aarch64) | macOS (universal) | Linux aarch64 | Linux armv7 | |-----------|--------------|---------|-------|-------|-------|-------| | **slint-lsp** | [slint-lsp-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-lsp-linux.tar.gz) | [slint-lsp-windows-x86_64.zip](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-lsp-windows-x86_64.zip) | [slint-lsp-windows-arm64.zip](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-lsp-windows-arm64.zip) | [slint-lsp-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-lsp-macos.tar.gz) | [slint-lsp-aarch64-unknown-linux-gnu.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-lsp-aarch64-unknown-linux-gnu.tar.gz) | [slint-lsp-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-lsp-armv7-unknown-linux-gnueabihf.tar.gz) | **slint-viewer** | [slint-viewer-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-viewer-linux.tar.gz) | [slint-viewer-windows-x86_64.zip](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-viewer-windows-x86_64.zip) | [slint-viewer-windows-arm64.zip](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-viewer-windows-arm64.zip) | [slint-viewer-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-viewer-macos.tar.gz) | [slint-viewer-aarch64-unknown-linux-gnu.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-viewer-aarch64-unknown-linux-gnu.tar.gz) | [slint-viewer-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.1/slint-viewer-armv7-unknown-linux-gnueabihf.tar.gz)
Blog: [Slint 1.12 Released with WGPU Support, iOS Port, and Figma Variables Integration](https://slint.dev/blog/slint-1.12-released) Check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#1120---2026-06-16). Upgrading to Slint 1.12.0: * Rust: Run `cargo update`. * C++: If you're using `FetchContent` with CMake, update the GIT_TAG entry in CMakeLists.txt to `v1.12.0` or `release/1.12` for automatic tracking of 1.12.x releases. * Node.js: Run `npm update slint-ui` to bring your `package.json` up-to-date. * ESP-IDF developers: Run `idf.py update-dependencies` to bring your idf_component.yml up-to-date. * Python: Run `uv lock --upgrade-package slint` to update your [uv](https://docs.astral.sh/uv/) lock file to the latest version. <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT --> # Assets ## C++ SDK For C++ developers, this release contains the following pre-packed builds of Slint: | Desktop Operating System | Compiler | Architecture | Download | |--------------------------|----------|--------------|----------| | Linux | gcc | x86-64 | [Slint-cpp-1.12.0-Linux-x86_64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/Slint-cpp-1.12.0-Linux-x86_64.tar.gz) | | Linux | gcc | arm64 | [Slint-cpp-1.12.0-Linux-arm64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/Slint-cpp-1.12.0-Linux-arm64.tar.gz) | | Linux | gcc | armhf | [Slint-cpp-1.12.0-Linux-armhf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/Slint-cpp-1.12.0-Linux-armhf.tar.gz) | | Windows | MSVC | x86-64 | [Slint-cpp-1.12.0-win64-MSVC.exe](https://github.com/slint-ui/slint/releases/download/v1.12.0/Slint-cpp-1.12.0-win64-MSVC.exe) | | Templates for Microcontroller Evaluation Board | Download | |----------------------------------|----------| | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html): Dual-core Arm M7/M4 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h747i-disco.zip](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-cpp-template-stm32h747i-disco.zip) | | [STM32H735G-DK](https://www.st.com/en/evaluation-tools/stm32h735g-dk.html): Arm M7 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h735g-dk.zip](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-cpp-template-stm32h735g-dk.zip) | ## Tool Binaries | Add-on | Linux x86-64 | Windows (x86-64) | macOS (universal) | Linux aarch64 | Linux armv7 | |-----------|--------------|---------|-------|-------|-------| | **slint-lsp** | [slint-lsp-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-lsp-linux.tar.gz) | [slint-lsp-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-lsp-windows.zip) | [slint-lsp-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-lsp-macos.tar.gz) | [slint-lsp-aarch64-unknown-linux-gnu.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-lsp-aarch64-unknown-linux-gnu.tar.gz) | [slint-lsp-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-lsp-armv7-unknown-linux-gnueabihf.tar.gz) | **slint-viewer** | [slint-viewer-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-viewer-linux.tar.gz) | [slint-viewer-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-viewer-windows.zip) | [slint-viewer-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-viewer-macos.tar.gz) | [slint-viewer-aarch64-unknown-linux-gnu.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-viewer-aarch64-unknown-linux-gnu.tar.gz) | [slint-viewer-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.12.0/slint-viewer-armv7-unknown-linux-gnueabihf.tar.gz)
[Release Blog Post](https://slint.dev/blog/slint-1.11-released) For a complete list of changes, check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#1110---2025-04-23). Upgrading to Slint 1.11.0: * Rust: Run `cargo update`. * C++: If you're using `FetchContent` with CMake, update the GIT_TAG entry in CMakeLists.txt to `v1.11.0` or `release/1.11` for automatic tracking of 1.11.x releases. * Node.js: Run `npm update slint-ui` to bring your `package.json` up-to-date. * ESP-IDF developers: Run `idf.py update-dependencies` to bring your idf_component.yml up-to-date. # Assets ## C++ SDK For C++ developers, this release contains the following pre-packed builds of Slint: | Desktop Operating System | Compiler | Architecture | Download | |--------------------------|----------|--------------|----------| | Linux | gcc | x86-64 | [Slint-cpp-1.11.0-Linux-x86_64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/Slint-cpp-1.11.0-Linux-x86_64.tar.gz) | | Linux | gcc | arm64 | [Slint-cpp-1.11.0-Linux-arm64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/Slint-cpp-1.11.0-Linux-arm64.tar.gz) | | Linux | gcc | armhf | [Slint-cpp-1.11.0-Linux-armhf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/Slint-cpp-1.11.0-Linux-armhf.tar.gz) | | Windows | MSVC | x86-64 | [Slint-cpp-1.11.0-win64-MSVC.exe](https://github.com/slint-ui/slint/releases/download/v1.11.0/Slint-cpp-1.11.0-win64-MSVC.exe) | | Templates for Microcontroller Evaluation Board | Download | |----------------------------------|----------| | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html): Dual-core Arm M7/M4 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h747i-disco.zip](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-cpp-template-stm32h747i-disco.zip) | | [STM32H735G-DK](https://www.st.com/en/evaluation-tools/stm32h735g-dk.html): Arm M7 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h735g-dk.zip](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-cpp-template-stm32h735g-dk.zip) | ## Tool Binaries | Add-on | Linux x86-64 | Windows (x86-64) | macOS (universal) | Linux aarch64 | Linux armv7 | |-----------|--------------|---------|-------|-------|-------| | **slint-lsp** | [slint-lsp-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-lsp-linux.tar.gz) | [slint-lsp-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-lsp-windows.zip) | [slint-lsp-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-lsp-macos.tar.gz) | [slint-lsp-aarch64-unknown-linux-gnu.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-lsp-aarch64-unknown-linux-gnu.tar.gz) | [slint-lsp-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-lsp-armv7-unknown-linux-gnueabihf.tar.gz) | **slint-viewer** | [slint-viewer-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-viewer-linux.tar.gz) | [slint-viewer-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-viewer-windows.zip) | [slint-viewer-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-viewer-macos.tar.gz) | [slint-viewer-aarch64-unknown-linux-gnu.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-viewer-aarch64-unknown-linux-gnu.tar.gz) | [slint-viewer-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.11.0/slint-viewer-armv7-unknown-linux-gnueabihf.tar.gz)
[Blog Post](https://slint.dev/blog/slint-1.10-released) For a complete list of changes, check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#1100---2025-02-28). Upgrading to Slint 1.10.0: * Rust: Run `cargo update`. * C++: If you're using `FetchContent` with CMake, update the GIT_TAG entry in CMakeLists.txt to `v1.10.0` or `release/1.10` for automatic tracking of 1.10.x releases. * Node.js: Run `npm update slint-ui` to bring your `package.json` up-to-date. * ESP-IDF developers: Run `idf.py update-dependencies` to bring your idf_component.yml up-to-date. <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT --> # Assets ## C++ SDK For C++ developers, this release contains the following pre-packed builds of Slint: | Desktop Operating System | Compiler | Architecture | Download | |--------------------------|----------|--------------|----------| | Linux | gcc | x86-64 | [Slint-cpp-1.10.0-Linux-x86_64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.10.0/Slint-cpp-1.10.0-Linux-x86_64.tar.gz) | | Linux | gcc | arm64 | [Slint-cpp-1.10.0-Linux-arm64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.10.0/Slint-cpp-1.10.0-Linux-arm64.tar.gz) | | Linux | gcc | armhf | [Slint-cpp-1.10.0-Linux-armhf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.10.0/Slint-cpp-1.10.0-Linux-armhf.tar.gz) | | Windows | MSVC | x86-64 | [Slint-cpp-1.10.0-win64-MSVC.exe](https://github.com/slint-ui/slint/releases/download/v1.10.0/Slint-cpp-1.10.0-win64-MSVC.exe) | | Templates for Microcontroller Evaluation Board | Download | |----------------------------------|----------| | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html): Dual-core Arm M7/M4 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h747i-disco.zip](https://github.com/slint-ui/slint/releases/download/v1.10.0/slint-cpp-template-stm32h747i-disco.zip) | | [STM32H735G-DK](https://www.st.com/en/evaluation-tools/stm32h735g-dk.html): Arm M7 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h735g-dk.zip](https://github.com/slint-ui/slint/releases/download/v1.10.0/slint-cpp-template-stm32h735g-dk.zip) | ## Tool Binaries | Add-on | Linux x86-64 | Windows | macOS | |-----------|--------------|---------|-------| | **slint-lsp** | [slint-lsp-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.10.0/slint-lsp-linux.tar.gz) | [slint-lsp-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.10.0/slint-lsp-windows.zip) | [slint-lsp-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.10.0/slint-lsp-macos.tar.gz) | | **slint-viewer** | [slint-viewer-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.10.0/slint-viewer-linux.tar.gz) | [slint-viewer-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.10.0/slint-viewer-windows.zip) | [slint-viewer-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.10.0/slint-viewer-macos.tar.gz) |
Slint 1.9.2 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#192---2025-01-13). Upgrading to Slint 1.9.2: * Rust: Run `cargo update`. * C++: If you're using `FetchContent` with CMake, update the GIT_TAG entry in CMakeLists.txt to `v1.9.2` or `release/1.9` for automatic tracking of 1.9.x releases. * Node.js: Run `npm update slint-ui` to bring your `package.json` up-to-date. * ESP-IDF developers: Run `idf.py update-dependencies` to bring your idf_component.yml up-to-date. <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT --> # Assets ## C++ SDK For C++ developers, this release contains the following pre-packed builds of Slint: | Desktop Operating System | Compiler | Architecture | Download | |--------------------------|----------|--------------|----------| | Linux | gcc | x86-64 | [Slint-cpp-1.9.2-Linux-x86_64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.2/Slint-cpp-1.9.2-Linux-x86_64.tar.gz) | | Linux | gcc | arm64 | [Slint-cpp-1.9.2-Linux-arm64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.2/Slint-cpp-1.9.2-Linux-arm64.tar.gz) | | Linux | gcc | armhf | [Slint-cpp-1.9.2-Linux-armhf.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.2/Slint-cpp-1.9.2-Linux-armhf.tar.gz) | | Windows | MSVC | x86-64 | [Slint-cpp-1.9.2-win64-MSVC.exe](https://github.com/slint-ui/slint/releases/download/v1.9.2/Slint-cpp-1.9.2-win64-MSVC.exe) | | Templates for Microcontroller Evaluation Board | Download | |----------------------------------|----------| | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html): Dual-core Arm M7/M4 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h747i-disco.zip](https://github.com/slint-ui/slint/releases/download/v1.9.2/slint-cpp-template-stm32h747i-disco.zip) | | [STM32H735G-DK](https://www.st.com/en/evaluation-tools/stm32h735g-dk.html): Arm M7 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h735g-dk.zip](https://github.com/slint-ui/slint/releases/download/v1.9.2/slint-cpp-template-stm32h735g-dk.zip) | ## Tool Binaries | Add-on | Linux x86-64 | Windows | macOS | |-----------|--------------|---------|-------| | **slint-lsp** | [slint-lsp-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.2/slint-lsp-linux.tar.gz) | [slint-lsp-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.9.2/slint-lsp-windows.zip) | [slint-lsp-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.2/slint-lsp-macos.tar.gz) | | **slint-viewer** | [slint-viewer-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.2/slint-viewer-linux.tar.gz) | [slint-viewer-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.9.2/slint-viewer-windows.zip) | [slint-viewer-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.2/slint-viewer-macos.tar.gz) |
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT --> Slint 1.9.1 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#191---2024-12-21). Upgrading to Slint 1.9.1: * Rust: Run `cargo update`. * C++: If you're using `FetchContent` with CMake, update the GIT_TAG entry in CMakeLists.txt to `v1.9.1` or `release/1.9` for automatic tracking of 1.9.x releases. * Node.js: Run `npm update slint-ui` to bring your `package.json` up-to-date. * ESP-IDF developers: Run `idf.py update-dependencies` to bring your idf_component.yml up-to-date. <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT --> # Assets ## C++ SDK For C++ developers, this release contains the following pre-packed builds of Slint: | Desktop Operating System | Compiler | Architecture | Download | |--------------------------|----------|--------------|----------| | Linux | gcc | x86-64 | [Slint-cpp-v1.9.1-Linux-x86_64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.1/Slint-cpp-v1.9.1-Linux-x86_64.tar.gz) | | Windows | MSVC | x86-64 | [Slint-cpp-v1.9.1-win64-MSVC.exe](https://github.com/slint-ui/slint/releases/download/v1.9.1/Slint-cpp-v1.9.1-win64-MSVC.exe) | | Templates for Microcontroller Evaluation Board | Download | |----------------------------------|----------| | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html): Dual-core Arm M7/M4 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h747i-disco.zip](https://github.com/slint-ui/slint/releases/download/v1.9.1/slint-cpp-template-stm32h747i-disco.zip) | | [STM32H735G-DK](https://www.st.com/en/evaluation-tools/stm32h735g-dk.html): Arm M7 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h735g-dk.zip](https://github.com/slint-ui/slint/releases/download/v1.9.1/slint-cpp-template-stm32h735g-dk.zip) | ## Tool Binaries | Add-on | Linux x86-64 | Windows | macOS | |-----------|--------------|---------|-------| | **slint-lsp** | [slint-lsp-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.1/slint-lsp-linux.tar.gz) | [slint-lsp-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.9.1/slint-lsp-windows.zip) | [slint-lsp-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.1/slint-lsp-macos.tar.gz) | | **slint-viewer** | [slint-viewer-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.1/slint-viewer-linux.tar.gz) | [slint-viewer-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.9.1/slint-viewer-windows.zip) | [slint-viewer-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.1/slint-viewer-macos.tar.gz) |
 [**📰 Release Blog**](https://slint.dev/blog/slint-1.9-released) Slint 1.9.0 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#190---2024-12-18). Upgrading to Slint 1.9.0: * Rust: Run `cargo update`. * C++: If you're using `FetchContent` with CMake, update the GIT_TAG entry in CMakeLists.txt to `v1.9.0` or `release/1.9` for automatic tracking of 1.9.x releases. * Node.js: Run `npm update slint-ui` to bring your `package.json` up-to-date. * ESP-IDF developers: Run `idf.py update-dependencies` to bring your idf_component.yml up-to-date. <!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT --> # Assets ## C++ SDK For C++ developers, this release contains the following pre-packed builds of Slint: | Desktop Operating System | Compiler | Architecture | Download | |--------------------------|----------|--------------|----------| | Linux | gcc | x86-64 | [Slint-cpp-v1.9.0-Linux-x86_64.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.0/Slint-cpp-v1.9.0-Linux-x86_64.tar.gz) | | Windows | MSVC | x86-64 | [Slint-cpp-v1.9.0-win64-MSVC.exe](https://github.com/slint-ui/slint/releases/download/v1.9.0/Slint-cpp-v1.9.0-win64-MSVC.exe) | | Templates for Microcontroller Evaluation Board | Download | |----------------------------------|----------| | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html): Dual-core Arm M7/M4 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h747i-disco.zip](https://github.com/slint-ui/slint/releases/download/v1.9.0/slint-cpp-template-stm32h747i-disco.zip) | | [STM32H735G-DK](https://www.st.com/en/evaluation-tools/stm32h735g-dk.html): Arm M7 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h735g-dk.zip](https://github.com/slint-ui/slint/releases/download/v1.9.0/slint-cpp-template-stm32h735g-dk.zip) | ## Tool Binaries | Add-on | Linux x86-64 | Windows | macOS | |-----------|--------------|---------|-------| | **slint-lsp** | [slint-lsp-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.0/slint-lsp-linux.tar.gz) | [slint-lsp-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.9.0/slint-lsp-windows.zip) | [slint-lsp-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.0/slint-lsp-macos.tar.gz) | | **slint-viewer** | [slint-viewer-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.0/slint-viewer-linux.tar.gz) | [slint-viewer-windows.zip](https://github.com/slint-ui/slint/releases/download/v1.9.0/slint-viewer-windows.zip) | [slint-viewer-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/v1.9.0/slint-viewer-macos.tar.gz) |
[**📰 Release Blog**](https://slint.dev/blog/slint-1.8-released) Slint 1.8.0 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the [ChangeLog](https://github.com/slint-ui/slint/blob/master/CHANGELOG.md#180---2024-09-23). Upgrading to Slint 1.8.0: * Rust: Run `cargo update`. * C++: If you're using `FetchContent` with CMake, update the GIT_TAG entry in CMakeLists.txt to `v1.8.0` or `release/1.8` for automatic tracking of 1.8.x releases. * Node.js: Run `npm update slint-ui` to bring your `package.json` up-to-date. * ESP-IDF developers: Run `idf.py update-dependencies` to bring your idf_component.yml up-to-date. # Assets ## C++ SDK For C++ developers, this release contains the follwing pre-packed builds of Slint: | Desktop Operating System | Compiler | Architecture | Download | |--------------------------|----------|--------------|----------| | Linux | gcc | x86-64 | [Slint-cpp-1.8.0-Linux-x86_64.tar.gz](https://github.com/slint-ui/slint/releases/download/1.8.0/Slint-cpp-1.8.0-Linux-x86_64.tar.gz) | | Windows | MSVC | x86-64 | [Slint-cpp-1.8.0-win64-MSVC.exe](https://github.com/slint-ui/slint/releases/download/1.8.0/Slint-cpp-1.8.0-win64-MSVC.exe) | | Templates for Microcontroller Evaluation Board | Download | |----------------------------------|----------| | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html): Dual-core Arm M7/M4 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h747i-disco.zip](https://github.com/slint-ui/slint/releases/download/1.8.0/slint-cpp-template-stm32h747i-disco.zip) | | [STM32H735G-DK](https://www.st.com/en/evaluation-tools/stm32h735g-dk.html): Arm M7 MCU with 4” touch LCD display module | [slint-cpp-template-stm32h735g-dk.zip](https://github.com/slint-ui/slint/releases/download/1.8.0/slint-cpp-template-stm32h735g-dk.zip) | ## Tool Binaries | Add-on | Linux x86-64 | Windows | macOS | |-----------|--------------|---------|-------| | **slint-lsp** | [slint-lsp-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/1.8.0/slint-lsp-linux.tar.gz) | [slint-lsp-windows.zip](https://github.com/slint-ui/slint/releases/download/1.8.0/slint-lsp-windows.zip) | [slint-lsp-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/1.8.0/slint-lsp-macos.tar.gz) | | **slint-viewer** | [slint-viewer-linux.tar.gz](https://github.com/slint-ui/slint/releases/download/1.8.0/slint-viewer-linux.tar.gz) | [slint-viewer-windows.zip](https://github.com/slint-ui/slint/releases/download/1.8.0/slint-viewer-windows.zip) | [slint-viewer-macos.tar.gz](https://github.com/slint-ui/slint/releases/download/1.8.0/slint-viewer-macos.tar.gz) |