From 0f1f0d9666c66831909f648c8bd7381696d818d8 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Fri, 29 Dec 2023 13:56:36 +0330 Subject: [PATCH] release: version 0.13.0 dev --- CHANGELOG.md | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2601d13f7..7d4408446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.13.0.dev] - 2023-12-29 ### New Features and Improvements @@ -15,6 +15,7 @@ - Fixed silent start bug where screen would blink - Refactored Window management and system tray, fixing minor bugs +- Fixed windows portable release again! ## [0.12.3] - 2023-12-28 @@ -148,6 +149,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#74](https://github.com/hiddify/hiddify-next/pull/74) by [Elshad Guseynov](https://github.com/lifeindarkside) +[0.13.0.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.0.dev [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.1]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.1 diff --git a/pubspec.yaml b/pubspec.yaml index 017dd5e3e..b6d585b05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 0.12.3+1230 +version: 0.13.0+1300 environment: sdk: ">=3.2.0 <4.0.0"