release: version 0.12.3
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.12.3] - 2023-12-28
|
||||||
|
|
||||||
|
### New Features and Improvements
|
||||||
|
|
||||||
|
- Added version number in window title on desktop
|
||||||
|
- Added Afghanistan (af) region with default bypass rules
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fixed modal bug where config options were unmodifiable. [PR#267](https://github.com/hiddify/hiddify-next/pull/267) by [在7楼](https://github.com/RayWangQvQ)
|
||||||
|
- Fixed windows portable release
|
||||||
|
|
||||||
## [0.12.2] - 2023-12-23
|
## [0.12.2] - 2023-12-23
|
||||||
|
|
||||||
### New Features and Improvements
|
### New Features and Improvements
|
||||||
@@ -120,6 +132,7 @@
|
|||||||
- 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#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)
|
- Fixed localization mistakes in Russian. [PR#74](https://github.com/hiddify/hiddify-next/pull/74) by [Elshad Guseynov](https://github.com/lifeindarkside)
|
||||||
|
|
||||||
|
[0.12.3]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.3
|
||||||
[0.12.2]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.2
|
[0.12.2]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.2
|
||||||
[0.12.1]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.1
|
[0.12.1]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.1
|
||||||
[0.12.0]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.0
|
[0.12.0]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.0
|
||||||
|
|||||||
@@ -112,6 +112,8 @@ Future<void> lazyBootstrap(
|
|||||||
);
|
);
|
||||||
|
|
||||||
final silentStart = container.read(silentStartNotifierProvider);
|
final silentStart = container.read(silentStartNotifierProvider);
|
||||||
|
Logger.bootstrap
|
||||||
|
.debug("silent start [${silentStart ? "Enabled" : "Disabled"}]");
|
||||||
if (silentStart) {
|
if (silentStart) {
|
||||||
FlutterNativeSplash.remove();
|
FlutterNativeSplash.remove();
|
||||||
}
|
}
|
||||||
|
|||||||
2
libcore
2
libcore
Submodule libcore updated: 08481d711a...540c736cc1
@@ -1,7 +1,7 @@
|
|||||||
name: hiddify
|
name: hiddify
|
||||||
description: Cross Platform Multi Protocol Proxy Frontend.
|
description: Cross Platform Multi Protocol Proxy Frontend.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.12.2+1220
|
version: 0.12.3+1230
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.2.0 <4.0.0"
|
sdk: ">=3.2.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user