Skip to content

Commit

Permalink
release: version 0.5.7.dev 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
problematicconsumer committed Sep 21, 2023
1 parent 1ed278f commit 1f0c06d
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
76 changes: 76 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#### New

* Add crashlytics.

* Add support for base64 sublink for header from content.

* Add profile headers from comments in response! good for hosting in github and show information.
Expand All @@ -13,8 +15,32 @@

* Send release versions only to play market add pre-release version.

#### Changes

* Change invalid dns 235.5.5.5 to 8.8.8.8.

#### Fix

* Improve routing accessibility and logs.

* Minor bugs.

* Prefs persistence.

* Crashlytics.

* App update url.

* Small profiles.

* Makefile vars.

* Adaptive icon.

* Pre-release.

* Typo in adaptive icon.

* If .dev is exist in the version do not show update needed.

* Keep the link as it is. fix the issue with &
Expand All @@ -37,6 +63,56 @@

#### Other

* Fix minor bugs.

* Refactor app update.

* Fix sentry dart plugin upload.

* Fix ci debug symbols upload.

* Add sentry provider observer.

* Ci: add sentry debug info upload.

* Update dependencies and general fixes.

* Chore: bump agp version.

* Ci: fix env.

* Ci: add dsn env.

* Feat: add region and terms to intro.

* Update ci.yml.

* Build: add sentry dsn.

* Feat: add intro screen.

* Feat: add sentry.

* Ci: bump macos version.

* Feat: update profile when adding preexisting url.

* Publish draft even with error.

* Update version of core.

* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.

* Add firebase.

* Update translation.

* Refactor: version presentation.

* Perf: improve header parser.

* Feat: remove check for updates in market releases.

* Better manage the market release.

* Update.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: hiddify
description: A Proxy Frontend.
publish_to: "none"
version: 0.5.6+506
version: 0.5.7+507

environment:
sdk: ">=3.0.5 <4.0.0"
Expand Down

0 comments on commit 1f0c06d

Please sign in to comment.