Call for testing: 1.6 release #5165
              
                Unanswered
              
          
                  
                    
                      ogoffart
                    
                  
                
                  asked this question in
                Show and tell
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
We're glad to announce that we'll soon be releasing Version 1.6 of Slint.
Here are some of the highlights:
Palette.color-schemeas a property to get or set the dark mode.clear-focus()functionBefore we proceed with the official release, we want to ensure its stability. We would greatly value your assistance in testing your application with this new version.
Rust
For Rust users, please include the following in your Cargo.toml (or .cargo/config.toml):
Please note: All Slint dependencies need to be on the same revision. To update and run, use
cargo updateandcargo run. Make sure the log shows you are building Slint 1.6.C++
For C++ users with a binary package, you can download the binary from the latest nightly build artifact on https://github.com/slint-ui/slint/actions/workflows/nightly_snapshot.yaml
If you're building from source with FetchContent, change the
GIT_TAGtomaster:FetchContent_Declare( Slint GIT_REPOSITORY https://github.com/slint-ui/slint.git GIT_TAG master # Change this to master SOURCE_SUBDIR api/cpp )Remember to remove your build directory and re-run cmake.
Javascript
Use version 1.6.0-nightly of the slint-ui npm package
Python (New!!!)
Alpha version of Slint available on pypi
Editor extension
For VSCode, you can download the "Slint (Nightly)" extension from the Visual Studio Code Marketplace. Note that you need to disable or uninstall the non-nightly one.
For other editors, you can get the nightly version with:
Or download the binary from the nightly artifact at https://github.com/slint-ui/slint/actions/workflows/nightly_snapshot.yaml
Online demos and docs
You can give your feedback by filling a GitHub issue or via chat.
We look forward to hearing about any issues you encounter (although we hope there won't be many!). Your feedback is invaluable in helping us improve Slint. Thank you for your continued support.
Beta Was this translation helpful? Give feedback.
All reactions