mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Bump version number to 1.7.1
This commit is contained in:
parent
11ce002314
commit
aa25e3cd44
45 changed files with 65 additions and 65 deletions
36
Cargo.toml
36
Cargo.toml
|
@ -107,26 +107,26 @@ keywords = ["gui", "toolkit", "graphics", "design", "ui"]
|
|||
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
|
||||
repository = "https://github.com/slint-ui/slint"
|
||||
rust-version = "1.73"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
|
||||
[workspace.dependencies]
|
||||
i-slint-backend-android-activity = { version = "=1.7.0", path = "internal/backends/android-activity", default-features = false }
|
||||
i-slint-backend-linuxkms = { version = "=1.7.0", path = "internal/backends/linuxkms", default-features = false }
|
||||
i-slint-backend-qt = { version = "=1.7.0", path="internal/backends/qt", default-features = false }
|
||||
i-slint-backend-selector = { version = "=1.7.0", path = "internal/backends/selector", default-features = false }
|
||||
i-slint-backend-testing = { version = "=1.7.0", path = "internal/backends/testing", default-features = false }
|
||||
i-slint-backend-winit = { version = "=1.7.0", path = "internal/backends/winit", default-features = false }
|
||||
i-slint-common = { version = "=1.7.0", path = "internal/common", default-features = false }
|
||||
i-slint-compiler = { version = "=1.7.0", path = "internal/compiler", default-features = false }
|
||||
i-slint-core = { version = "=1.7.0", path = "internal/core", default-features = false }
|
||||
i-slint-core-macros = { version = "=1.7.0", path = "internal/core-macros", default-features = false }
|
||||
i-slint-renderer-femtovg = { version = "=1.7.0", path = "internal/renderers/femtovg", default-features = false }
|
||||
i-slint-renderer-skia = { version = "=1.7.0", path = "internal/renderers/skia", default-features = false }
|
||||
slint = { version = "=1.7.0", path = "api/rs/slint", default-features = false }
|
||||
slint-build = { version = "=1.7.0", path = "api/rs/build", default-features = false }
|
||||
slint-cpp = { version = "=1.7.0", path = "api/cpp", default-features = false }
|
||||
slint-interpreter = { version = "=1.7.0", path = "internal/interpreter", default-features = false }
|
||||
slint-macros = { version = "=1.7.0", path = "api/rs/macros", default-features = false }
|
||||
i-slint-backend-android-activity = { version = "=1.7.1", path = "internal/backends/android-activity", default-features = false }
|
||||
i-slint-backend-linuxkms = { version = "=1.7.1", path = "internal/backends/linuxkms", default-features = false }
|
||||
i-slint-backend-qt = { version = "=1.7.1", path="internal/backends/qt", default-features = false }
|
||||
i-slint-backend-selector = { version = "=1.7.1", path = "internal/backends/selector", default-features = false }
|
||||
i-slint-backend-testing = { version = "=1.7.1", path = "internal/backends/testing", default-features = false }
|
||||
i-slint-backend-winit = { version = "=1.7.1", path = "internal/backends/winit", default-features = false }
|
||||
i-slint-common = { version = "=1.7.1", path = "internal/common", default-features = false }
|
||||
i-slint-compiler = { version = "=1.7.1", path = "internal/compiler", default-features = false }
|
||||
i-slint-core = { version = "=1.7.1", path = "internal/core", default-features = false }
|
||||
i-slint-core-macros = { version = "=1.7.1", path = "internal/core-macros", default-features = false }
|
||||
i-slint-renderer-femtovg = { version = "=1.7.1", path = "internal/renderers/femtovg", default-features = false }
|
||||
i-slint-renderer-skia = { version = "=1.7.1", path = "internal/renderers/skia", default-features = false }
|
||||
slint = { version = "=1.7.1", path = "api/rs/slint", default-features = false }
|
||||
slint-build = { version = "=1.7.1", path = "api/rs/build", default-features = false }
|
||||
slint-cpp = { version = "=1.7.1", path = "api/cpp", default-features = false }
|
||||
slint-interpreter = { version = "=1.7.1", path = "internal/interpreter", default-features = false }
|
||||
slint-macros = { version = "=1.7.1", path = "api/rs/macros", default-features = false }
|
||||
|
||||
vtable = { version = "0.2", path = "helper_crates/vtable", default-features = false }
|
||||
|
||||
|
|
|
@ -433,7 +433,7 @@ if(SLINT_BUILD_RUNTIME)
|
|||
|
||||
write_basic_package_version_file(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Slint/SlintConfigVersion.cmake
|
||||
VERSION 1.7.0
|
||||
VERSION 1.7.1
|
||||
COMPATIBILITY SameMinorVersion
|
||||
)
|
||||
|
||||
|
@ -451,7 +451,7 @@ set(CPACK_PACKAGE_VENDOR "Slint")
|
|||
set(CPACK_VERBATIM_VARIABLES true)
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR 1)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 7)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 0)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 1)
|
||||
set(CPACK_PACKAGE_HOMEPAGE_URL "https://slint.dev")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_LIST_DIR}/../../LICENSE.md")
|
||||
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_LIST_DIR}/README.md")
|
||||
|
|
|
@ -22,7 +22,7 @@ import textwrap
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
|
||||
project = f'Slint {version} C++ API'
|
||||
copyright = "SixtyFPS GmbH"
|
||||
|
|
|
@ -35,7 +35,7 @@ else(SLINT_ESP_LOCAL_EXAMPLE)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint
|
||||
GIT_TAG v1.7.0
|
||||
GIT_TAG v1.7.1
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
FetchContent_MakeAvailable(Slint)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
description: "Slint — declarative GUI toolkit"
|
||||
url: "https://slint.dev"
|
||||
license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
|
||||
version: "1.7.0"
|
||||
version: "1.7.1"
|
||||
discussion: "https://github.com/slint-ui/slint/discussions"
|
||||
documentation: "https://slint.dev/docs"
|
||||
repository: "https://github.com/slint-ui/slint"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@slint-ui/slint-ui-binary",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"binaryName": "slint-ui",
|
||||
"package": "@slint-ui/slint-ui-binary",
|
||||
"napi": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "slint-ui",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"homepage": "https://github.com/slint-ui/slint",
|
||||
|
|
|
@ -7,7 +7,7 @@ build-backend = "maturin"
|
|||
|
||||
[project]
|
||||
name = "slint"
|
||||
version = "1.7.0a4"
|
||||
version = "1.7.1a4"
|
||||
requires-python = ">= 3.10"
|
||||
authors = [
|
||||
{name = "Slint Team", email = "info@slint.dev"},
|
||||
|
|
|
@ -332,7 +332,7 @@ pub mod android;
|
|||
/// Helper type that helps checking that the generated code is generated for the right version
|
||||
#[doc(hidden)]
|
||||
#[allow(non_camel_case_types)]
|
||||
pub struct VersionCheck_1_7_0;
|
||||
pub struct VersionCheck_1_7_1;
|
||||
|
||||
#[cfg(doctest)]
|
||||
mod compile_fail_tests;
|
||||
|
|
|
@ -22,7 +22,7 @@ import textwrap
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
|
||||
project = "Slint Reference"
|
||||
html_title = f'Slint {version} Reference' # Set title here, otherwise it will say "Slint Reference documentation"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "src"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "memory",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "Slint",
|
||||
"description": "Slint language support, featuring auto-completion, go-to definition, refactoring, syntax coloration, and a live preview and editing of Slint GUIs. Slint is a lightweight cross-platform native GUI framework for Rust, C++, JavaScript, and Python.",
|
||||
"keywords": ["Slint", "GUI", "UI", "HMI", "Qt/QML Alternative", "live preview", "drag-and-drop editor"],
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"publisher": "Slint",
|
||||
"icon": "extension-logo.png",
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "_7guis"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carousel",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "carousel"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "energy-monitor"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "ffmpeg"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "gallery"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "gstreamer-player"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "imagefilter",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "imagefilter"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "maps"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "mcu-board-support"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
@ -23,8 +23,8 @@ esp32-s2-kaluga-1 = ["slint/unsafe-single-threaded", "esp32s2-hal", "embedded-ha
|
|||
esp32-s3-box = ["slint/unsafe-single-threaded", "esp32s3-hal", "embedded-hal", "xtensa-lx-rt/esp32s3", "esp-alloc", "esp-println/esp32s3", "esp-backtrace/esp32s3", "display-interface", "display-interface-spi", "mipidsi", "embedded-graphics-core", "slint/libm", "tt21100"]
|
||||
|
||||
[dependencies]
|
||||
slint = { version = "=1.7.0", path = "../../api/rs/slint", default-features = false, features = ["compat-1-2", "renderer-software"] }
|
||||
i-slint-core-macros = { version = "=1.7.0", path = "../../internal/core-macros" }
|
||||
slint = { version = "=1.7.1", path = "../../api/rs/slint", default-features = false, features = ["compat-1-2", "renderer-software"] }
|
||||
i-slint-core-macros = { version = "=1.7.1", path = "../../internal/core-macros" }
|
||||
|
||||
derive_more = "0.99.5"
|
||||
embedded-graphics = { version = "0.7.1", optional = true }
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "memory"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "memory",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "opengl_texture"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "opengl_underlay"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "plotter"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "printerdemo",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "printerdemo"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "printerdemo_mcu"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "printerdemo",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "printerdemo_old"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "slide_puzzle"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "todo-mvc"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "todo",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "todo"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "uefi-demo"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "virtual_keyboard"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "rusty-weather"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
authors = ["FELGO GmbH <contact@felgo.com>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
|
|
@ -21,7 +21,7 @@ export component AboutSlint {
|
|||
}
|
||||
|
||||
Text {
|
||||
text: "Version 1.7.0\nhttps://slint.dev/";
|
||||
text: "Version 1.7.1\nhttps://slint.dev/";
|
||||
font-size: 10px;
|
||||
horizontal-alignment: center;
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ name = "windowattributes"
|
|||
path = "main.rs"
|
||||
|
||||
[dependencies]
|
||||
slint = { version = "=1.7.0", path = "../../../api/rs/slint" }
|
||||
slint = { version = "=1.7.1", path = "../../../api/rs/slint" }
|
||||
|
|
|
@ -10,7 +10,7 @@ homepage = "https://slint.dev"
|
|||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
categories = ["gui", "development-tools", "command-line-utilities"]
|
||||
keywords = ["lsp", "ui", "toolkit"]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"//": "cSpell: ignore codingame dragdrop femtovg frsource lumino treemended quickaccess ",
|
||||
"name": "slintpad",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue