release: version 0.17.5
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -180,6 +180,7 @@ jobs:
|
||||
tree
|
||||
.\scripts\package_windows.ps1
|
||||
|
||||
|
||||
- name: Upload Debug Symbols
|
||||
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
||||
env:
|
||||
@@ -188,7 +189,8 @@ jobs:
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
SENTRY_DIST: ${{ matrix.platform == 'android-aab' && 'google-play' || 'general' }}
|
||||
run: |
|
||||
dart run sentry_dart_plugin
|
||||
dart pub global activate sentry_dart_plugin
|
||||
dart run sentry_dart_plugin || echo "Error in sentry_dart_plugin"
|
||||
|
||||
|
||||
- name: Code Sign
|
||||
|
||||
@@ -1 +1 @@
|
||||
core.version=0.17.1
|
||||
core.version=0.17.4
|
||||
@@ -751,7 +751,7 @@
|
||||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||
CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1704;
|
||||
CURRENT_PROJECT_VERSION = 1705;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
EXCLUDED_ARCHS = armv7;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||
@@ -770,7 +770,7 @@
|
||||
"@executable_path/libcore/",
|
||||
);
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
MARKETING_VERSION = 0.17.4;
|
||||
MARKETING_VERSION = 0.17.5;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
OTHER_LDFLAGS = "-lresolv";
|
||||
@@ -802,7 +802,7 @@
|
||||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||
CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1704;
|
||||
CURRENT_PROJECT_VERSION = 1705;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
EXCLUDED_ARCHS = armv7;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||
@@ -821,7 +821,7 @@
|
||||
"@executable_path/libcore/",
|
||||
);
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
MARKETING_VERSION = 0.17.4;
|
||||
MARKETING_VERSION = 0.17.5;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
OTHER_LDFLAGS = "-lresolv";
|
||||
@@ -851,7 +851,7 @@
|
||||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||
CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1704;
|
||||
CURRENT_PROJECT_VERSION = 1705;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
EXCLUDED_ARCHS = armv7;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||
@@ -870,7 +870,7 @@
|
||||
"@executable_path/libcore/",
|
||||
);
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
MARKETING_VERSION = 0.17.4;
|
||||
MARKETING_VERSION = 0.17.5;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
OTHER_LDFLAGS = "-lresolv";
|
||||
|
||||
2
libcore
2
libcore
Submodule libcore updated: 65637e738e...d624859007
@@ -1,7 +1,7 @@
|
||||
name: hiddify
|
||||
description: Cross Platform Multi Protocol Proxy Frontend.
|
||||
publish_to: "none"
|
||||
version: 0.17.4+1704
|
||||
version: 0.17.5+1705
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.0 <4.0.0"
|
||||
|
||||
@@ -13,4 +13,6 @@ xcopy "build\windows\x64\runner\Release" "dist\tmp\hiddify-next" /E/H/C/I/Y
|
||||
xcopy ".github\help\mac-windows\*.url" "dist\tmp\hiddify-next" /E/H/C/I/Y
|
||||
Compress-Archive -Force -Path "dist\tmp\hiddify-next" -DestinationPath "out\Hiddify-Windows-Portable-x64.zip" -ErrorAction SilentlyContinue
|
||||
|
||||
Remove-Item -Path "C:\Users\runneradmin\.pub-cache\git\cache\flutter_circle_flags*" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
Remove-Item -Path "$HOME\.pub-cache\git\cache\flutter_circle_flags*" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
|
||||
echo "D"
|
||||
@@ -1,7 +1,7 @@
|
||||
display_name: Hiddify
|
||||
publisher_display_name: Hiddify
|
||||
identity_name: Hiddify.Hiddify
|
||||
msix_version: 0.17.4.0
|
||||
msix_version: 0.17.5.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
|
||||
|
||||
Reference in New Issue
Block a user