release: version 0.7.0

This commit is contained in:
problematicconsumer
2023-10-03 12:16:19 +03:30
parent e8b529e354
commit ba071643ce
2 changed files with 26 additions and 2 deletions

View File

@@ -1,7 +1,31 @@
# Changelog # Changelog
## 0.6.0 (2023-09-30) ## 0.7.0 (2023-10-03)
#### New
* Add support of some exception panel with zero usage.
#### Other
* Fix translation bug.
* Improve error handling and presentation.
* Add retry for network ops.
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
* Add local profile.
* Add auto translator.
* Add auto translate.
## v0.6.0 (2023-09-30)
#### Other #### Other

View File

@@ -1,7 +1,7 @@
name: hiddify name: hiddify
description: A Proxy Frontend. description: A Proxy Frontend.
publish_to: "none" publish_to: "none"
version: 0.6.0+600 version: 0.7.0+700
environment: environment:
sdk: ">=3.0.5 <4.0.0" sdk: ">=3.0.5 <4.0.0"