From b550307ef3169be37679be8a1b8e900e47c0ed96 Mon Sep 17 00:00:00 2001 From: hiddify-com <114227601+hiddify-com@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:39:34 +0200 Subject: [PATCH] release: version 1.6.0.dev --- dependencies.properties | 2 +- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ .../config_option/data/config_option_repository.dart | 4 ++-- libcore | 2 +- pubspec.yaml | 2 +- windows/packaging/msix/make_config.yaml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dependencies.properties b/dependencies.properties index 55b45dcc..24648890 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -1 +1 @@ -core.version=1.5.1 +core.version=1.6.1 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 9c048455..4c45e469 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -757,7 +757,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10502; + CURRENT_PROJECT_VERSION = 10600; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -776,7 +776,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.5.2; + MARKETING_VERSION = 1.6.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_LDFLAGS = "-lresolv"; @@ -808,7 +808,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10502; + CURRENT_PROJECT_VERSION = 10600; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -827,7 +827,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.5.2; + MARKETING_VERSION = 1.6.0; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-lresolv"; @@ -857,7 +857,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10502; + CURRENT_PROJECT_VERSION = 10600; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -876,7 +876,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.5.2; + MARKETING_VERSION = 1.6.0; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-lresolv"; diff --git a/lib/features/config_option/data/config_option_repository.dart b/lib/features/config_option/data/config_option_repository.dart index 83eb1dcc..06303e4c 100644 --- a/lib/features/config_option/data/config_option_repository.dart +++ b/lib/features/config_option/data/config_option_repository.dart @@ -163,14 +163,14 @@ abstract class ConfigOptions { static final tlsFragmentSize = PreferencesNotifier.create( "tls-fragment-size", - const OptionalRange(min: 1, max: 500), + const OptionalRange(min: 10, max: 30), mapFrom: OptionalRange.parse, mapTo: const OptionalRangeJsonConverter().toJson, ); static final tlsFragmentSleep = PreferencesNotifier.create( "tls-fragment-sleep", - const OptionalRange(min: 0, max: 500), + const OptionalRange(min: 2, max: 8), mapFrom: OptionalRange.parse, mapTo: const OptionalRangeJsonConverter().toJson, ); diff --git a/libcore b/libcore index daf33e30..d17908b9 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit daf33e3065cff29a4ac5450594ba1365eb112ea1 +Subproject commit d17908b9585a0a137a2b784f75891c89f1dfe3c3 diff --git a/pubspec.yaml b/pubspec.yaml index ca02b18d..4e490a03 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 1.5.2+10502 +version: 1.6.0+10600 environment: sdk: ">=3.3.0 <4.0.0" diff --git a/windows/packaging/msix/make_config.yaml b/windows/packaging/msix/make_config.yaml index 4e878498..ebcb16d2 100644 --- a/windows/packaging/msix/make_config.yaml +++ b/windows/packaging/msix/make_config.yaml @@ -1,7 +1,7 @@ display_name: Hiddify publisher_display_name: Hiddify identity_name: Hiddify.HiddifyNext -msix_version: 1.5.2.0 +msix_version: 1.6.0.0 logo_path: windows\runner\resources\app_icon.ico capabilities: internetClient, internetClientServer, privateNetworkClientServer languages: en-us, zh-cn, zh-tw, tr-tr,fa-ir,ru-ru,pt-br,es-es