diff --git a/changelog.md b/changelog.md index ea3e610c..6b21807f 100644 --- a/changelog.md +++ b/changelog.md @@ -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. @@ -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 & @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 960cef0b..82e892c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"