release: version 2.1.4
This commit is contained in:
57
HISTORY.md
57
HISTORY.md
@@ -1,7 +1,62 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## 2.1.1 (2024-08-02)
|
||||
## 2.1.4 (2024-08-05)
|
||||
|
||||
#### New
|
||||
|
||||
* Add exit dialog when press close button.
|
||||
|
||||
* Colorized tray icon.
|
||||
|
||||
#### Fix
|
||||
|
||||
* Some bugs.
|
||||
|
||||
* Bugs in tray icon.
|
||||
|
||||
* Fr trnalsation.
|
||||
|
||||
* Translate bug.
|
||||
|
||||
* Single instance flutter in linux?
|
||||
|
||||
#### Other
|
||||
|
||||
* Less retry for ipinfo.
|
||||
|
||||
* Add french lang.
|
||||
|
||||
* Test icon linux?
|
||||
|
||||
* Connection button by proxy status indicator, change connected to connecting when timeout.
|
||||
|
||||
* Formated export in json editor.
|
||||
|
||||
* Merge pull request #1174 from Hannisiddiqui/main.
|
||||
_Wanted to add hindi language for indian users_
|
||||
|
||||
* Inlang/manage: add languageTag hi.
|
||||
|
||||
* Inlang/manage: install module.
|
||||
|
||||
* Chore: update translations with Fink 🐦
|
||||
|
||||
* Chore: update translations with Fink 🐦
|
||||
|
||||
* Chore: update translations with Fink 🐦
|
||||
|
||||
* Chore: update translations with Fink 🐦
|
||||
|
||||
* Chore: update translations with Fink 🐦
|
||||
|
||||
* Update warp.
|
||||
|
||||
* Update release_message.md.
|
||||
|
||||
|
||||
|
||||
## v2.1.1 (2024-08-02)
|
||||
|
||||
#### New
|
||||
|
||||
|
||||
@@ -775,7 +775,7 @@
|
||||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||
CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 20101;
|
||||
CURRENT_PROJECT_VERSION = 20104;
|
||||
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.1;
|
||||
MARKETING_VERSION = 2.1.4;
|
||||
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 = 20101;
|
||||
CURRENT_PROJECT_VERSION = 20104;
|
||||
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.1;
|
||||
MARKETING_VERSION = 2.1.4;
|
||||
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 = 20101;
|
||||
CURRENT_PROJECT_VERSION = 20104;
|
||||
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.1;
|
||||
MARKETING_VERSION = 2.1.4;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
OTHER_LDFLAGS = "-lresolv";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: hiddify
|
||||
description: Cross Platform Multi Protocol Proxy Frontend.
|
||||
publish_to: "none"
|
||||
version: 2.1.1+20101
|
||||
version: 2.1.4+20104
|
||||
|
||||
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.1.0
|
||||
msix_version: 2.1.4.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