release: version 2.1.5
This commit is contained in:
40
.github/workflows/build.yml
vendored
40
.github/workflows/build.yml
vendored
@@ -64,30 +64,30 @@ jobs:
|
||||
os: ubuntu-latest
|
||||
targets: apk
|
||||
|
||||
# - platform: android-aab
|
||||
# os: ubuntu-latest
|
||||
# targets: aab
|
||||
- platform: android-aab
|
||||
os: ubuntu-latest
|
||||
targets: aab
|
||||
|
||||
# - platform: windows
|
||||
# os: windows-2019
|
||||
# aarch: amd64
|
||||
# targets: exe,msix
|
||||
- platform: windows
|
||||
os: windows-2019
|
||||
aarch: amd64
|
||||
targets: exe,msix
|
||||
|
||||
# - platform: linux
|
||||
# os: ubuntu-22.04
|
||||
# aarch: amd64
|
||||
# targets: AppImage,deb,rpm
|
||||
- platform: linux
|
||||
os: ubuntu-22.04
|
||||
aarch: amd64
|
||||
targets: AppImage,deb,rpm
|
||||
|
||||
# - platform: macos
|
||||
# os: macos-13
|
||||
# aarch: universal
|
||||
# targets: dmg,pkg
|
||||
- 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
|
||||
|
||||
26
HISTORY.md
26
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
|
||||
|
||||
|
||||
2
Makefile
2
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 ; } ||\
|
||||
|
||||
@@ -1 +1 @@
|
||||
core.version=2.1.4
|
||||
core.version=2.1.5
|
||||
@@ -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";
|
||||
|
||||
2
libcore
2
libcore
Submodule libcore updated: 51ae4a6a4d...134bd69bd3
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user