release: version 0.5.7.dev 🚀
This commit is contained in:
76
changelog.md
76
changelog.md
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
#### New
|
#### New
|
||||||
|
|
||||||
|
* Add crashlytics.
|
||||||
|
|
||||||
* Add support for base64 sublink for header from content.
|
* Add support for base64 sublink for header from content.
|
||||||
|
|
||||||
* Add profile headers from comments in response! good for hosting in github and show information.
|
* Add profile headers from comments in response! good for hosting in github and show information.
|
||||||
@@ -13,8 +15,32 @@
|
|||||||
|
|
||||||
* Send release versions only to play market add pre-release version.
|
* 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
|
#### 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.
|
* If .dev is exist in the version do not show update needed.
|
||||||
|
|
||||||
* Keep the link as it is. fix the issue with &
|
* Keep the link as it is. fix the issue with &
|
||||||
@@ -37,6 +63,56 @@
|
|||||||
|
|
||||||
#### Other
|
#### 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.
|
* Better manage the market release.
|
||||||
|
|
||||||
* Update.
|
* Update.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: hiddify
|
name: hiddify
|
||||||
description: A Proxy Frontend.
|
description: A Proxy Frontend.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.5.6+506
|
version: 0.5.7+507
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.5 <4.0.0"
|
sdk: ">=3.0.5 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user