Bumps 1.4.0

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2025-04-30 17:11:27 +08:00
parent 5b57ce660c
commit 30f9d8cffd
14 changed files with 15 additions and 15 deletions

View file

@ -38,7 +38,7 @@ env:
# https://github.com/rustdesk/rustdesk/actions/runs/14414119794/job/40427970174
# 2. Update the `VCPKG_COMMIT_ID` in `ci.yml` and `playground.yml`.
VCPKG_COMMIT_ID: "6f29f12e82a8293156836ad81cc9bf5af41fe836"
VERSION: "1.3.10"
VERSION: "1.4.0"
NDK_VERSION: "r27c"
#signing keys env variable checks
ANDROID_SIGNING_KEY: "${{ secrets.ANDROID_SIGNING_KEY }}"

View file

@ -17,7 +17,7 @@ env:
TAG_NAME: "nightly"
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
VCPKG_COMMIT_ID: "6f29f12e82a8293156836ad81cc9bf5af41fe836"
VERSION: "1.3.10"
VERSION: "1.4.0"
NDK_VERSION: "r26d"
#signing keys env variable checks
ANDROID_SIGNING_KEY: "${{ secrets.ANDROID_SIGNING_KEY }}"

4
Cargo.lock generated
View file

@ -5857,7 +5857,7 @@ dependencies = [
[[package]]
name = "rustdesk"
version = "1.3.10"
version = "1.4.0"
dependencies = [
"android-wakelock",
"android_logger",
@ -5960,7 +5960,7 @@ dependencies = [
[[package]]
name = "rustdesk-portable-packer"
version = "1.3.10"
version = "1.4.0"
dependencies = [
"brotli",
"dirs 5.0.1",

View file

@ -1,6 +1,6 @@
[package]
name = "rustdesk"
version = "1.3.10"
version = "1.4.0"
authors = ["rustdesk <info@rustdesk.com>"]
edition = "2021"
build= "build.rs"

View file

@ -18,7 +18,7 @@ AppDir:
id: rustdesk
name: rustdesk
icon: rustdesk
version: 1.3.10
version: 1.4.0
exec: usr/share/rustdesk/rustdesk
exec_args: $@
apt:

View file

@ -18,7 +18,7 @@ AppDir:
id: rustdesk
name: rustdesk
icon: rustdesk
version: 1.3.10
version: 1.4.0
exec: usr/share/rustdesk/rustdesk
exec_args: $@
apt:

View file

@ -305,7 +305,7 @@ List<TTextMenu> toolbarControls(BuildContext context, String id, FFI ffi) {
if ('true' == isScreenshotSupported) {
v.add(TTextMenu(
child: Text(ffi.ffiModel.timerScreenshot != null
? '${translate('Taking screenshot')}...'
? '${translate('Taking screenshot')} ...'
: translate('Take screenshot')),
onPressed: ffi.ffiModel.timerScreenshot != null
? null

View file

@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# 1.1.9-1 works for android, but for ios it becomes 1.1.91, need to set it to 1.1.9-a.1 for iOS, will get 1.1.9.1, but iOS store not allow 4 numbers
version: 1.3.10+58
version: 1.4.0+58
environment:
sdk: '^3.1.0'

View file

@ -1,6 +1,6 @@
[package]
name = "rustdesk-portable-packer"
version = "1.3.10"
version = "1.4.0"
edition = "2021"
description = "RustDesk Remote Desktop"

View file

@ -1,5 +1,5 @@
pkgname=rustdesk
pkgver=1.3.10
pkgver=1.4.0
pkgrel=0
epoch=
pkgdesc=""

View file

@ -1,5 +1,5 @@
Name: rustdesk
Version: 1.3.10
Version: 1.4.0
Release: 0
Summary: RPM package
License: GPL-3.0

View file

@ -1,5 +1,5 @@
Name: rustdesk
Version: 1.3.10
Version: 1.4.0
Release: 0
Summary: RPM package
License: GPL-3.0

View file

@ -1,5 +1,5 @@
Name: rustdesk
Version: 1.3.10
Version: 1.4.0
Release: 0
Summary: RPM package
License: GPL-3.0

View file

@ -154,7 +154,7 @@ pub fn is_support_screenshot(ver: &str) -> bool {
#[inline]
pub fn is_support_screenshot_num(ver: i64) -> bool {
ver >= hbb_common::get_version_number("1.3.10")
ver >= hbb_common::get_version_number("1.4.0")
}
// is server process, with "--server" args