From 28789792ce6435782bfc817587e474776277c183 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Wed, 26 Nov 2025 16:25:21 +0800 Subject: [PATCH] bump: 3.0.0 Beta3 74 --- lib/common/conf/conf.dart | 6 +++--- pubspec.yaml | 4 ++-- rust/Cargo.toml | 5 ++++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/lib/common/conf/conf.dart b/lib/common/conf/conf.dart index b37cd6b..1accec8 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,7 +1,7 @@ class ConstConf { - static const String appVersion = "3.0.0 Beta2"; - static const int appVersionCode = 73; - static const String appVersionDate = "2025-11-24"; + static const String appVersion = "3.0.0 Beta3"; + static const int appVersionCode = 74; + static const String appVersionDate = "2025-11-26"; static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"]; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; static const win32AppId = isMSE diff --git a/pubspec.yaml b/pubspec.yaml index 8075cdf..b88b3fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: starcitizen_doctor description: Designed for "StarCitizen" players, providing many convenient functions. publish_to: 'none' -version: 3.0.0+73 +version: 3.0.1+74 environment: sdk: ^3.8.0 @@ -116,7 +116,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 3.0.0.0 + msix_version: 3.0.1.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d784f6d..a6467f7 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -4,7 +4,10 @@ version = "0.1.0" edition = "2021" [profile.release] -opt-level = "s" +opt-level = 3 +lto = true +codegen-units = 1 +debug = false strip = "debuginfo" [lib]