Skip to content

Commit d6448d1

Browse files
committed
release: version 2.1.5
1 parent 2817b0b commit d6448d1

File tree

8 files changed

+59
-35
lines changed

8 files changed

+59
-35
lines changed

.github/workflows/build.yml

+23-23
Original file line numberDiff line numberDiff line change
@@ -64,30 +64,30 @@ jobs:
6464
os: ubuntu-latest
6565
targets: apk
6666

67-
# - platform: android-aab
68-
# os: ubuntu-latest
69-
# targets: aab
70-
71-
# - platform: windows
72-
# os: windows-2019
73-
# aarch: amd64
74-
# targets: exe,msix
75-
76-
# - platform: linux
77-
# os: ubuntu-22.04
78-
# aarch: amd64
79-
# targets: AppImage,deb,rpm
80-
81-
# - platform: macos
82-
# os: macos-13
83-
# aarch: universal
84-
# targets: dmg,pkg
67+
- platform: android-aab
68+
os: ubuntu-latest
69+
targets: aab
70+
71+
- platform: windows
72+
os: windows-2019
73+
aarch: amd64
74+
targets: exe,msix
75+
76+
- platform: linux
77+
os: ubuntu-22.04
78+
aarch: amd64
79+
targets: AppImage,deb,rpm
80+
81+
- platform: macos
82+
os: macos-13
83+
aarch: universal
84+
targets: dmg,pkg
8585

86-
# - platform: ios
87-
# os: macos-14
88-
# aarch: universal
89-
# filename: hiddify-ios
90-
# targets: ipa
86+
- platform: ios
87+
os: macos-14
88+
aarch: universal
89+
filename: hiddify-ios
90+
targets: ipa
9191
runs-on: ${{ matrix.os }}
9292
steps:
9393
- name: checkout

HISTORY.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
# Changelog
22

33

4-
## 2.1.4 (2024-08-05)
4+
## 2.1.5 (2024-08-05)
5+
6+
#### Fix
7+
8+
* Vpn service issue.
9+
10+
#### Other
11+
12+
* Revert android changes.
13+
14+
* Fix warp generation.
15+
16+
* Try fix vpn.
17+
18+
* Check macos.
19+
20+
* Disable mac.
21+
22+
* Revert changes to android vpn service.
23+
24+
* Better tryicons.
25+
26+
27+
28+
## v2.1.4 (2024-08-05)
529

630
#### New
731

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ release: # Create a new tag for release.
224224
@echo "previous version was $$(git describe --tags $$(git rev-list --tags --max-count=1))"
225225
@echo "WARNING: This operation will creates version tag and push to github"
226226
@bash -c '\
227-
[ "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 ; } || \
227+
[ "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 ; } || \
228228
cversion_string=`grep -e "^version:" pubspec.yaml | cut -d: -f2-`;\
229229
cstr_version=`echo "$${cversion_string}" | sed -n "s/[ ]*\\([0-9]\\+\\.[0-9]\\+\\.[0-9]\\+\\)+.*/\\1/p"`; \
230230
[ "$$cversion_string" == "" ] && { echo "getting old version error"; exit 1 ; } ||\

dependencies.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
core.version=2.1.4
1+
core.version=2.1.5

ios/Runner.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
776776
CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements;
777777
CODE_SIGN_STYLE = Automatic;
778-
CURRENT_PROJECT_VERSION = 20104;
778+
CURRENT_PROJECT_VERSION = 20105;
779779
ENABLE_USER_SCRIPT_SANDBOXING = YES;
780780
EXCLUDED_ARCHS = armv7;
781781
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -794,7 +794,7 @@
794794
"@executable_path/libcore/",
795795
);
796796
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
797-
MARKETING_VERSION = 2.1.4;
797+
MARKETING_VERSION = 2.1.5;
798798
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
799799
MTL_FAST_MATH = YES;
800800
OTHER_LDFLAGS = "-lresolv";
@@ -826,7 +826,7 @@
826826
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
827827
CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements;
828828
CODE_SIGN_STYLE = Automatic;
829-
CURRENT_PROJECT_VERSION = 20104;
829+
CURRENT_PROJECT_VERSION = 20105;
830830
ENABLE_USER_SCRIPT_SANDBOXING = YES;
831831
EXCLUDED_ARCHS = armv7;
832832
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -845,7 +845,7 @@
845845
"@executable_path/libcore/",
846846
);
847847
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
848-
MARKETING_VERSION = 2.1.4;
848+
MARKETING_VERSION = 2.1.5;
849849
MTL_FAST_MATH = YES;
850850
ONLY_ACTIVE_ARCH = NO;
851851
OTHER_LDFLAGS = "-lresolv";
@@ -875,7 +875,7 @@
875875
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
876876
CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements;
877877
CODE_SIGN_STYLE = Automatic;
878-
CURRENT_PROJECT_VERSION = 20104;
878+
CURRENT_PROJECT_VERSION = 20105;
879879
ENABLE_USER_SCRIPT_SANDBOXING = YES;
880880
EXCLUDED_ARCHS = armv7;
881881
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -894,7 +894,7 @@
894894
"@executable_path/libcore/",
895895
);
896896
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
897-
MARKETING_VERSION = 2.1.4;
897+
MARKETING_VERSION = 2.1.5;
898898
MTL_FAST_MATH = YES;
899899
ONLY_ACTIVE_ARCH = NO;
900900
OTHER_LDFLAGS = "-lresolv";

libcore

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hiddify
22
description: Cross Platform Multi Protocol Proxy Frontend.
33
publish_to: "none"
4-
version: 2.1.4+20104
4+
version: 2.1.5+20105
55

66
environment:
77
sdk: ">=3.3.0 <4.0.0"

windows/packaging/msix/make_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
display_name: Hiddify
22
publisher_display_name: Hiddify
33
identity_name: Hiddify.HiddifyNext
4-
msix_version: 2.1.4.0
4+
msix_version: 2.1.5.0
55
logo_path: windows\runner\resources\app_icon.ico
66
capabilities: internetClient, internetClientServer, privateNetworkClientServer
77
languages: en-us, zh-cn, zh-tw, tr-tr,fa-ir,ru-ru,pt-br,es-es

0 commit comments

Comments
 (0)