From 96aec0a3da9249a93c162f78fd70820f8ce9e67d Mon Sep 17 00:00:00 2001 From: Umbrix Developer Date: Thu, 22 Jan 2026 07:18:37 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20v1.7.9:=20=D0=A3=D0=B4=D0=B0?= =?UTF-8?q?=D0=BB=D1=91=D0=BD=20=D0=B1=D1=80=D0=B5=D0=BD=D0=B4=D0=B8=D0=BD?= =?UTF-8?q?=D0=B3=20Hiddify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - User-Agent изменён с HiddifyNext на Umbrix - WARP профиль переименован в Umbrix WARP - Убраны все упоминания Hiddify из кода приложения --- lib/core/model/app_info_entity.dart | 2 +- lib/features/profile/notifier/profile_notifier.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/core/model/app_info_entity.dart b/lib/core/model/app_info_entity.dart index a04e1309..97894b9d 100644 --- a/lib/core/model/app_info_entity.dart +++ b/lib/core/model/app_info_entity.dart @@ -18,7 +18,7 @@ class AppInfoEntity with _$AppInfoEntity { }) = _AppInfoEntity; String get userAgent => - "HiddifyNext/$version ($operatingSystem) like ClashMeta v2ray sing-box"; + "Umbrix/$version ($operatingSystem) like ClashMeta v2ray sing-box"; String get presentVersion => environment == Environment.prod ? version diff --git a/lib/features/profile/notifier/profile_notifier.dart b/lib/features/profile/notifier/profile_notifier.dart index 81d126b4..6f91770e 100644 --- a/lib/features/profile/notifier/profile_notifier.dart +++ b/lib/features/profile/notifier/profile_notifier.dart @@ -77,7 +77,7 @@ class AddProfile extends _$AddProfile with AppLogger { loggy.debug("adding profile, content"); var name = parsed.name; final oldItem = await _profilesRepo.getByName(name); - if (name == "Hiddify WARP" && oldItem != null) { + if (name == "Umbrix WARP" && oldItem != null) { _profilesRepo.deleteById(oldItem.id).run(); } while (await _profilesRepo.getByName(name) != null) { diff --git a/pubspec.yaml b/pubspec.yaml index d4606069..8cccd656 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: umbrix description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 1.7.8+178 +version: 1.7.9+179 environment: sdk: ">=3.3.0 <4.0.0"