diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55958e8c0..fba6b4e43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,30 +64,30 @@ jobs: os: ubuntu-latest targets: apk - # - platform: android-aab - # os: ubuntu-latest - # targets: aab - - # - platform: windows - # os: windows-2019 - # aarch: amd64 - # targets: exe,msix - - # - platform: linux - # os: ubuntu-22.04 - # aarch: amd64 - # targets: AppImage,deb,rpm - - # - platform: macos - # os: macos-13 - # aarch: universal - # targets: dmg,pkg + - platform: android-aab + os: ubuntu-latest + targets: aab + + - platform: windows + os: windows-2019 + aarch: amd64 + targets: exe,msix + + - platform: linux + os: ubuntu-22.04 + aarch: amd64 + targets: AppImage,deb,rpm + + - platform: macos + os: macos-13 + aarch: universal + targets: dmg,pkg - # - platform: ios - # os: macos-14 - # aarch: universal - # filename: hiddify-ios - # targets: ipa + - platform: ios + os: macos-14 + aarch: universal + filename: hiddify-ios + targets: ipa runs-on: ${{ matrix.os }} steps: - name: checkout diff --git a/HISTORY.md b/HISTORY.md index 323eb84e6..acf631409 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,31 @@ # Changelog -## 2.1.4 (2024-08-05) +## 2.1.5 (2024-08-05) + +#### Fix + +* Vpn service issue. + +#### Other + +* Revert android changes. + +* Fix warp generation. + +* Try fix vpn. + +* Check macos. + +* Disable mac. + +* Revert changes to android vpn service. + +* Better tryicons. + + + +## v2.1.4 (2024-08-05) #### New diff --git a/Makefile b/Makefile index e28bb4349..a2ef330f4 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,7 @@ release: # Create a new tag for release. @echo "previous version was $$(git describe --tags $$(git rev-list --tags --max-count=1))" @echo "WARNING: This operation will creates version tag and push to github" @bash -c '\ - [ "404" == $$(curl -o /dev/null -I -s -w "%{http_code}" https://github.com/hiddify/hiddify-core/releases/download/v$(core.version)/hiddify-core-linux-amd64.tar.gz) ]&&{ echo "Core Not Found"; exit 1 ; } || \ + [ "404" == $$(curl -o /dev/null -I -s -w "%{http_code}" https://github.com/hiddify/hiddify-core/releases/download/v$(core.version)/hiddify-core-linux-amd64.tar.gz) ]&&{ echo "Core v$(core.version) not Found"; exit 1 ; } || \ cversion_string=`grep -e "^version:" pubspec.yaml | cut -d: -f2-`;\ cstr_version=`echo "$${cversion_string}" | sed -n "s/[ ]*\\([0-9]\\+\\.[0-9]\\+\\.[0-9]\\+\\)+.*/\\1/p"`; \ [ "$$cversion_string" == "" ] && { echo "getting old version error"; exit 1 ; } ||\ diff --git a/dependencies.properties b/dependencies.properties index 4c08ccc25..c589c35f0 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -1 +1 @@ -core.version=2.1.4 \ No newline at end of file +core.version=2.1.5 \ No newline at end of file diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index a3f0c7e12..9e070bcee 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -775,7 +775,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 20104; + CURRENT_PROJECT_VERSION = 20105; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -794,7 +794,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_LDFLAGS = "-lresolv"; @@ -826,7 +826,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 20104; + CURRENT_PROJECT_VERSION = 20105; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -845,7 +845,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-lresolv"; @@ -875,7 +875,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 20104; + CURRENT_PROJECT_VERSION = 20105; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -894,7 +894,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-lresolv"; diff --git a/libcore b/libcore index 51ae4a6a4..134bd69bd 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit 51ae4a6a4df59ff2d565a720dd104a6bf801d1ca +Subproject commit 134bd69bd3b8503c38357fa74dcd6bd9c931a2e4 diff --git a/pubspec.yaml b/pubspec.yaml index 35ff10eb1..98e992b41 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 2.1.4+20104 +version: 2.1.5+20105 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 7c79588f1..3b310015e 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: 2.1.4.0 +msix_version: 2.1.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