Skip to content

Commit f27f0e4

Browse files
committed
release: version 4.1.0
1 parent e12a15b commit f27f0e4

File tree

4 files changed

+150
-15
lines changed

4 files changed

+150
-15
lines changed

HISTORY.md

Lines changed: 136 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,142 @@
11
# Changelog
22

33

4-
## 4.0.5 (2026-02-20)
4+
## 4.1.0 (2026-03-05)
5+
6+
#### New
7+
8+
* Add dnstt.
9+
10+
* Add dnstt.
11+
12+
#### Fix
13+
14+
* Set ir flag to shir.
15+
16+
* Update linux-appimage-release to copy instead of move Hiddify.AppImage.
17+
18+
* Update linux-prepare target to use linux-amd64-libs.
19+
20+
* Delete bundled libstdc++ for Arch Linux compatibility in AppImage build.
21+
22+
* Resolve shared_preferences conflict between portable and exe formats on Windows.
23+
24+
* Remove timezone_to_country package.
25+
_This package caused a black screen and prevented the app from running on the Windows (old) platform._
26+
27+
* Install fastforge and update PATH for Windows build.
28+
29+
* Disable mux and remove geo-related logic.
30+
31+
#### Other
32+
33+
* Merge pull request #1995 from veto9292/main.
34+
_black screen and running issue on Windows | shared_preferences conflict between portable and exe on Windows | AppImage running on arch etc… | linux build in ci | add .AppImage release next to the tar | replace ir shir flag | add background for dmg format_
35+
36+
* Feat: replate dmg background image and & improve size and position.
37+
38+
* Test ci.
39+
40+
* Feat: removing country flag from regions text.
41+
42+
* Feat: add raw AppImage support for linux.
43+
44+
* Feat: implement region detection based on timezone and locale.
45+
46+
* Update README_ru.md.
47+
48+
* Update README_cn.md.
49+
50+
* Update README_ja.md.
51+
52+
* Update README_br.md.
53+
54+
* Update README_fa.md.
55+
56+
* Update README.md.
57+
58+
* Centralize the star image.
59+
_Added donation support section with links and details._
60+
61+
* Update README_ru.md.
62+
63+
* Update README_cn.md.
64+
65+
* Update star history chart in README_ja.md.
66+
67+
* Update README_br.md.
68+
69+
* Fix star history image.
70+
71+
* Update README_ru.md.
72+
73+
* Update README_cn.md.
74+
75+
* Update donation link in README_cn.md.
76+
77+
* Update README_ja.md.
78+
79+
* Update README_br.md.
80+
81+
* Fix donation link and star history chart source.
82+
_Updated the donation link and corrected the star history chart image source._
83+
84+
* Update README.md.
85+
86+
* Update qrcode reader lib to support 16kb page.
87+
88+
* Refactor: update project configuration and clean up unused code.
89+
90+
* Merge pull request #1929 from ChabanovX/add-column-exists-check.
91+
_Add column exists check_
92+
93+
* Add test in migration that column check works properly.
94+
95+
* Add column checks on 4to5 migration.
96+
97+
* Rename column check for more explicit one.
98+
99+
* Add `column_check` method inside db.
100+
101+
* Merge pull request #1986 from salmanmkc/upgrade-github-actions-node24-general.
102+
_Upgrade GitHub Actions to latest versions_
103+
104+
* Merge branch 'main' into upgrade-github-actions-node24-general.
105+
106+
* Merge pull request #1985 from salmanmkc/upgrade-github-actions-node24.
107+
_Upgrade GitHub Actions for Node 24 compatibility_
108+
109+
* Upgrade GitHub Actions for Node 24 compatibility.
110+
111+
* Merge pull request #1959 from Enqvy/main.
112+
_added tls fragmenting packet option_
113+
114+
* Added manual build (dont meant to be merged)
115+
116+
* Feat: add manual Windows build workflow.
117+
118+
* Added tls fragmenting packet option.
119+
120+
* Merge pull request #1978 from veto9292/sync-slang.
121+
_balancer-strategy | remove-mux-geo | sync-slang_
122+
123+
* Feat: update DNS translations for multiple languages.
124+
125+
* Feat: add "enableFakeDns" translation for multiple languages.
126+
127+
* Feat: add "redirectPort" translations for multiple languages.
128+
129+
* Feat: add "directPort" translation to ar.
130+
131+
* Feat: implement balancer strategy configuration and UI integration.
132+
133+
* Feat: add balancer strategy translations for multiple languages.
134+
135+
* Upgrade GitHub Actions to latest versions.
136+
137+
138+
139+
## v4.0.5 (2026-02-20)
5140

6141
#### Other
7142

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@
733733
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
734734
CODE_SIGN_ENTITLEMENTS = HiddifyPacketTunnel/HiddifyPacketTunnel.entitlements;
735735
CODE_SIGN_STYLE = Automatic;
736-
CURRENT_PROJECT_VERSION = 40005;
736+
CURRENT_PROJECT_VERSION = 40100;
737737
DEVELOPMENT_TEAM = M7Q8ASP66Z;
738738
ENABLE_USER_SCRIPT_SANDBOXING = YES;
739739
EXCLUDED_ARCHS = armv7;
@@ -753,7 +753,7 @@
753753
"@executable_path/hiddify-core/",
754754
);
755755
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
756-
MARKETING_VERSION = 4.0.5;
756+
MARKETING_VERSION = 4.1.0;
757757
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
758758
MTL_FAST_MATH = YES;
759759
OTHER_LDFLAGS = "-lresolv";
@@ -784,7 +784,7 @@
784784
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
785785
CODE_SIGN_ENTITLEMENTS = HiddifyPacketTunnel/HiddifyPacketTunnel.entitlements;
786786
CODE_SIGN_STYLE = Automatic;
787-
CURRENT_PROJECT_VERSION = 40005;
787+
CURRENT_PROJECT_VERSION = 40100;
788788
DEVELOPMENT_TEAM = M7Q8ASP66Z;
789789
ENABLE_USER_SCRIPT_SANDBOXING = YES;
790790
EXCLUDED_ARCHS = armv7;
@@ -804,7 +804,7 @@
804804
"@executable_path/hiddify-core/",
805805
);
806806
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
807-
MARKETING_VERSION = 4.0.5;
807+
MARKETING_VERSION = 4.1.0;
808808
MTL_FAST_MATH = YES;
809809
ONLY_ACTIVE_ARCH = NO;
810810
OTHER_LDFLAGS = "-lresolv";
@@ -833,7 +833,7 @@
833833
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
834834
CODE_SIGN_ENTITLEMENTS = HiddifyPacketTunnel/HiddifyPacketTunnel.entitlements;
835835
CODE_SIGN_STYLE = Automatic;
836-
CURRENT_PROJECT_VERSION = 40005;
836+
CURRENT_PROJECT_VERSION = 40100;
837837
DEVELOPMENT_TEAM = M7Q8ASP66Z;
838838
ENABLE_USER_SCRIPT_SANDBOXING = YES;
839839
EXCLUDED_ARCHS = armv7;
@@ -853,7 +853,7 @@
853853
"@executable_path/hiddify-core/",
854854
);
855855
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
856-
MARKETING_VERSION = 4.0.5;
856+
MARKETING_VERSION = 4.1.0;
857857
MTL_FAST_MATH = YES;
858858
ONLY_ACTIVE_ARCH = NO;
859859
OTHER_LDFLAGS = "-lresolv";
@@ -980,10 +980,10 @@
980980
buildSettings = {
981981
BUNDLE_LOADER = "$(TEST_HOST)";
982982
CODE_SIGN_STYLE = Automatic;
983-
CURRENT_PROJECT_VERSION = 40005;
983+
CURRENT_PROJECT_VERSION = 40100;
984984
DEVELOPMENT_TEAM = M7Q8ASP66Z;
985985
GENERATE_INFOPLIST_FILE = YES;
986-
MARKETING_VERSION = 4.0.5;
986+
MARKETING_VERSION = 4.1.0;
987987
PRODUCT_BUNDLE_IDENTIFIER = com.hiddify.ios.RunnerTests;
988988
PRODUCT_NAME = "$(TARGET_NAME)";
989989
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -999,10 +999,10 @@
999999
buildSettings = {
10001000
BUNDLE_LOADER = "$(TEST_HOST)";
10011001
CODE_SIGN_STYLE = Automatic;
1002-
CURRENT_PROJECT_VERSION = 40005;
1002+
CURRENT_PROJECT_VERSION = 40100;
10031003
DEVELOPMENT_TEAM = M7Q8ASP66Z;
10041004
GENERATE_INFOPLIST_FILE = YES;
1005-
MARKETING_VERSION = 4.0.5;
1005+
MARKETING_VERSION = 4.1.0;
10061006
PRODUCT_BUNDLE_IDENTIFIER = com.hiddify.ios.RunnerTests;
10071007
PRODUCT_NAME = "$(TARGET_NAME)";
10081008
SWIFT_VERSION = 5.0;
@@ -1016,10 +1016,10 @@
10161016
buildSettings = {
10171017
BUNDLE_LOADER = "$(TEST_HOST)";
10181018
CODE_SIGN_STYLE = Automatic;
1019-
CURRENT_PROJECT_VERSION = 40005;
1019+
CURRENT_PROJECT_VERSION = 40100;
10201020
DEVELOPMENT_TEAM = M7Q8ASP66Z;
10211021
GENERATE_INFOPLIST_FILE = YES;
1022-
MARKETING_VERSION = 4.0.5;
1022+
MARKETING_VERSION = 4.1.0;
10231023
PRODUCT_BUNDLE_IDENTIFIER = com.hiddify.ios.RunnerTests;
10241024
PRODUCT_NAME = "$(TARGET_NAME)";
10251025
SWIFT_VERSION = 5.0;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 4.0.5+40005
4+
version: 4.1.0+40100
55

66
environment:
77
sdk: ^3.10.4

windows/packaging/msix/make_config.yaml

Lines changed: 1 addition & 1 deletion
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: 4.0.5.0
4+
msix_version: 4.1.0.0
55
logo_path: windows\runner\resources\app_icon.ico
66
capabilities: internetClient, internetClientServer, privateNetworkClientServer
77
languages: ar, en-us, es-es, fa-ir, fr-fr, id-id, pt-br, ru-ru, tr-tr, zh-cn, zh-tw

0 commit comments

Comments
 (0)