release: version 0.10.0
This commit is contained in:
43
CHANGELOG.md
43
CHANGELOG.md
@@ -1,29 +1,28 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
## [0.10.0] - 2023-10-27
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
## Unreleased
|
### New Features and Improvements
|
||||||
### Added
|
|
||||||
- Basic region based routing rules
|
- Added Basic region-based routing rules
|
||||||
- Russian region
|
- Based on your selected region (Iran, China or Russia), local ip and domains are bypassed.
|
||||||
- Logs flow control
|
- Redesigned Logs page
|
||||||
- Terms and Conditions and Privacy policy to about page
|
- Now you're able to pause stream and clear logs. Also logs are delivered more consistently, with less resource consumption.
|
||||||
|
- Added tag of selected outbound of selectors to proxies page
|
||||||
|
- Selected outbound tag of selectors like URLTests are now shown in other selectors as well.
|
||||||
|
- Added color to delay number in proxies page
|
||||||
- Memory limit option
|
- Memory limit option
|
||||||
- Initial iOS implementation from [GFWFighter](https://github.com/GFWFighter)
|
- Limit sing-box core memory usage.
|
||||||
- Url test delay color
|
- Revamped theme preferences settings
|
||||||
- Core debug options
|
- Added initial iOS implementation. [PR#98](https://github.com/hiddify/hiddify-next/pull/98) by [GFWFighter](https://github.com/GFWFighter)
|
||||||
- Selected tag for selector outbounds in proxies page
|
- Added Russian region
|
||||||
|
- Added Terms and Conditions and Privacy policy to about page
|
||||||
|
|
||||||
### Changed
|
### Bug Fixes
|
||||||
- Theme preferences
|
|
||||||
- Logs page
|
|
||||||
|
|
||||||
### Fixed
|
- Removed reconnection on auto profile updates
|
||||||
- Localization mistakes in Russian from [solokot](https://github.com/solokot)
|
- Fixed filtering logs by level
|
||||||
- Localization mistakes in Russian from [Elshad Guseynov](https://github.com/lifeindarkside)
|
- Fixed localization mistakes in Russian. [PR#95](https://github.com/hiddify/hiddify-next/pull/95) by [solokot](https://github.com/solokot)
|
||||||
- Logs filtering
|
- Fixed localization mistakes in Russian. [PR#74](https://github.com/hiddify/hiddify-next/pull/74) by [Elshad Guseynov](https://github.com/lifeindarkside)
|
||||||
|
|
||||||
### Removed
|
[0.10.0]: https://github.com/hiddify/hiddify-next/releases/tag/0.10.0
|
||||||
- Reconnect on auto profile update
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
core.version=0.6.3
|
core.version=0.7.0
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
name: hiddify
|
name: hiddify
|
||||||
description: A Proxy Frontend.
|
description: A Proxy Frontend.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.9.2+902
|
version: 0.10.0+1000
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.5 <4.0.0"
|
sdk: ">=3.0.5 <4.0.0"
|
||||||
@@ -151,8 +151,3 @@ sentry:
|
|||||||
upload_sources: true
|
upload_sources: true
|
||||||
log_level: info
|
log_level: info
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
|
|
||||||
cider:
|
|
||||||
link_template:
|
|
||||||
tag: https://github.com/hiddify/hiddify-next/releases/tag/%tag%
|
|
||||||
diff: https://github.com/hiddify/hiddify-next/compare/%from%...%to%
|
|
||||||
|
|||||||
Reference in New Issue
Block a user