release: version 0.10.0
This commit is contained in:
43
CHANGELOG.md
43
CHANGELOG.md
@@ -1,29 +1,28 @@
|
||||
# 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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
## [0.10.0] - 2023-10-27
|
||||
|
||||
## Unreleased
|
||||
### Added
|
||||
- Basic region based routing rules
|
||||
- Russian region
|
||||
- Logs flow control
|
||||
- Terms and Conditions and Privacy policy to about page
|
||||
### New Features and Improvements
|
||||
|
||||
- Added Basic region-based routing rules
|
||||
- Based on your selected region (Iran, China or Russia), local ip and domains are bypassed.
|
||||
- Redesigned Logs 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
|
||||
- Initial iOS implementation from [GFWFighter](https://github.com/GFWFighter)
|
||||
- Url test delay color
|
||||
- Core debug options
|
||||
- Selected tag for selector outbounds in proxies page
|
||||
- Limit sing-box core memory usage.
|
||||
- Revamped theme preferences settings
|
||||
- Added initial iOS implementation. [PR#98](https://github.com/hiddify/hiddify-next/pull/98) by [GFWFighter](https://github.com/GFWFighter)
|
||||
- Added Russian region
|
||||
- Added Terms and Conditions and Privacy policy to about page
|
||||
|
||||
### Changed
|
||||
- Theme preferences
|
||||
- Logs page
|
||||
### Bug Fixes
|
||||
|
||||
### Fixed
|
||||
- Localization mistakes in Russian from [solokot](https://github.com/solokot)
|
||||
- Localization mistakes in Russian from [Elshad Guseynov](https://github.com/lifeindarkside)
|
||||
- Logs filtering
|
||||
- Removed reconnection on auto profile updates
|
||||
- Fixed filtering logs by level
|
||||
- Fixed localization mistakes in Russian. [PR#95](https://github.com/hiddify/hiddify-next/pull/95) by [solokot](https://github.com/solokot)
|
||||
- Fixed localization mistakes in Russian. [PR#74](https://github.com/hiddify/hiddify-next/pull/74) by [Elshad Guseynov](https://github.com/lifeindarkside)
|
||||
|
||||
### Removed
|
||||
- Reconnect on auto profile update
|
||||
[0.10.0]: https://github.com/hiddify/hiddify-next/releases/tag/0.10.0
|
||||
|
||||
@@ -1 +1 @@
|
||||
core.version=0.6.3
|
||||
core.version=0.7.0
|
||||
@@ -1,7 +1,7 @@
|
||||
name: hiddify
|
||||
description: A Proxy Frontend.
|
||||
publish_to: "none"
|
||||
version: 0.9.2+902
|
||||
version: 0.10.0+1000
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.5 <4.0.0"
|
||||
@@ -151,8 +151,3 @@ sentry:
|
||||
upload_sources: true
|
||||
log_level: info
|
||||
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