From 8f932b56fe045e990f3b48da5477ab6070ca9cd9 Mon Sep 17 00:00:00 2001 From: hiddify-com <114227601+hiddify-com@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:42:55 +0200 Subject: [PATCH] release: version 2.3.0 --- HISTORY.md | 45 ++++++++++++++++++++++++- ios/Runner.xcodeproj/project.pbxproj | 12 +++---- pubspec.yaml | 2 +- windows/packaging/msix/make_config.yaml | 2 +- 4 files changed, 52 insertions(+), 9 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d20362dfc..ca4053bc1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,48 @@ # Changelog -## 2.2.0 (2024-08-21) +## 2.3.0 (2024-09-02) + +#### New + +* Add brazil region. + +#### Fix + +* Black screenn when press back button. + +#### Other + +* Hide back icon when no back. + +* Merge pull request #1277 from sillydillydiddy/main. + _Update translations_ + +* Chore: update translations with Fink 🐦 + +* Merge pull request #1282 from vedantmgoyal9/patch-1. + _Update winget-releaser to latest_ + +* Update winget.yml. + +* Update winget.yml. + +* Update winget-releaser to latest. + +* Merge pull request #1278 from tensionc/main. + _fix: Black screenn when press back button_ + +* Merge remote-tracking branch 'origin/main' + +* Update warp. + +* Update warp. + +* Revert: Keep button, add judgment. + + + +## v2.2.0 (2024-08-21) #### New @@ -15,6 +56,8 @@ #### Fix +* Bug. + * Some hard coded items. * Apple bug. diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index d5080a192..7bd4d9b08 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -772,7 +772,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 20200; + CURRENT_PROJECT_VERSION = 20300; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -791,7 +791,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.2.0; + MARKETING_VERSION = 2.3.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_LDFLAGS = "-lresolv"; @@ -822,7 +822,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 20200; + CURRENT_PROJECT_VERSION = 20300; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -841,7 +841,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.2.0; + MARKETING_VERSION = 2.3.0; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-lresolv"; @@ -870,7 +870,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 20200; + CURRENT_PROJECT_VERSION = 20300; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -889,7 +889,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.2.0; + MARKETING_VERSION = 2.3.0; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-lresolv"; diff --git a/pubspec.yaml b/pubspec.yaml index 14b3c071c..820a27f21 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.2.0+20200 +version: 2.3.0+20300 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 0f946ddab..05a9719d0 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.2.0.0 +msix_version: 2.3.0.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