From f5ca43bfd0cd898339812bd4f147b8a703621b56 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Fri, 15 Sep 2023 16:53:18 +0200 Subject: [PATCH] =?UTF-8?q?release:=20version=200.5.6.dev=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2a7ada10a..ea3e610c3 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ #### New +* Add support for base64 sublink for header from content. + * Add profile headers from comments in response! good for hosting in github and show information. * Automated version release. @@ -13,6 +15,16 @@ #### Fix +* If .dev is exist in the version do not show update needed. + +* Keep the link as it is. fix the issue with & + +* Dependency issue. + +* Remove extra print. + +* Bug in get headers from body. + * Bug ini ci to google play. * Tag version issue. diff --git a/pubspec.yaml b/pubspec.yaml index 81d1e4f95..f4f97da3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.5.5+505 +version: 0.5.6+506 environment: sdk: ">=3.0.5 <4.0.0"