release: version 0.8.0

This commit is contained in:
problematicconsumer
2023-10-05 22:54:36 +03:30
parent ac670a58c3
commit a60cc7a5a2
2 changed files with 26 additions and 2 deletions

View File

@@ -1,7 +1,31 @@
# Changelog # Changelog
## 0.7.2 (2023-10-04) ## 0.8.0 (2023-10-05)
#### New
* Add russian lang.
#### Other
* Add proxy tag sanitization.
* Fix bugs.
* Add ignore app update version.
* Add new protocols to link parser.
* Auto update translations on release.
* Update translation.
* Remove param in ru translation.
## v0.7.2 (2023-10-04)
#### 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.7.2+702 version: 0.8.0+800
environment: environment:
sdk: ">=3.0.5 <4.0.0" sdk: ">=3.0.5 <4.0.0"