From 381bf21675378da4fe2d0af76d6d6a6aae08f93a Mon Sep 17 00:00:00 2001 From: wanghongenpin Date: Thu, 4 Jan 2024 19:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E7=BC=96=E8=BE=91URL?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=94=AF=E6=8C=81=E8=A1=A8=E5=8D=95=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/desktop/desktop.dart | 6 ++++-- lib/ui/mobile/mobile.dart | 2 +- linux/build.sh | 2 +- pubspec.lock | 36 ++++++++++++++++++------------------ 4 files changed, 24 insertions(+), 22 deletions(-) diff --git a/lib/ui/desktop/desktop.dart b/lib/ui/desktop/desktop.dart index 3def7dd..65c6fb1 100644 --- a/lib/ui/desktop/desktop.dart +++ b/lib/ui/desktop/desktop.dart @@ -195,7 +195,7 @@ class _DesktopHomePagePageState extends State implements EventL }, child: Text(localizations.cancel)) ], - title: Text(isCN ? '更新内容V1.0.6' : "Update content V1.0.6", style: const TextStyle(fontSize: 18)), + title: Text(isCN ? '更新内容V1.0.7' : "Update content V1.0.7", style: const TextStyle(fontSize: 18)), content: Text( isCN ? '提示:默认不会开启HTTPS抓包,请安装证书后再开启HTTPS抓包。\n' @@ -203,11 +203,13 @@ class _DesktopHomePagePageState extends State implements EventL '1. 增加多语言支持;\n' '2. 请求重写支持文件选择;\n' '3. 抓包详情页面Headers默认展开配置;\n' + '4. 请求编辑URL参数支持表单编辑;\n' : 'Tips:By default, HTTPS packet capture will not be enabled. Please install the certificate before enabling HTTPS packet capture。\n' 'Click HTTPS Capture packets(Lock icon),Choose to install the root certificate and follow the prompts to proceed。\n\n' '1. Increase multilingual support;\n' '2. Request Rewrite support file selection;\n' - '3. Details page Headers Expanded Config;\n', + '3. Details page Headers Expanded Config;\n' + '4. Request Edit URL parameter support for form editing;\n', style: const TextStyle(fontSize: 14))); }); } diff --git a/lib/ui/mobile/mobile.dart b/lib/ui/mobile/mobile.dart index 90308e2..f06f24d 100644 --- a/lib/ui/mobile/mobile.dart +++ b/lib/ui/mobile/mobile.dart @@ -212,7 +212,7 @@ class MobileHomeState extends State implements EventListener, Li '1. Increase multilingual support;\n' '2. Request Rewrite support file selection;\n' '3. Details page Headers Expanded Config;\n'; - '3. Request Edit URL parameter support for form editing;\n'; + '5. Request Edit URL parameter support for form editing;\n'; showAlertDialog(isCN ? '更新内容V1.0.7' : "Update content V1.0.7", content, () { widget.appConfiguration.upgradeNoticeV7 = false; widget.appConfiguration.flushConfig(); diff --git a/linux/build.sh b/linux/build.sh index d1ea4a5..c02685d 100644 --- a/linux/build.sh +++ b/linux/build.sh @@ -4,7 +4,7 @@ cd ../build/linux/x64/release rm -rf package mkdir -p package/DEBIAN echo "Package: ProxyPin" >> package/DEBIAN/control -echo "Version: 1.0.6" >> package/DEBIAN/control +echo "Version: 1.0.7" >> package/DEBIAN/control echo "Priority: optional" >> package/DEBIAN/control echo "Architecture: amd64" >> package/DEBIAN/control echo "Depends: ca-certificates" >> package/DEBIAN/control diff --git a/pubspec.lock b/pubspec.lock index 0b301de..90f427e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -182,10 +182,10 @@ packages: dependency: transitive description: name: file_selector_android - sha256: b7556052dbcc25ef88f6eba45ab98aa5600382af8dfdabc9d644a93d97b7be7f + sha256: a2d50f9de59861605b866467a55d681a0ca7bc108129c0bd33e74fa602dd0249 url: "https://pub.flutter-io.cn" source: hosted - version: "0.5.0+4" + version: "0.5.0+5" file_selector_ios: dependency: transitive description: @@ -522,18 +522,18 @@ packages: dependency: transitive description: name: platform - sha256: "0a279f0707af40c890e80b1e9df8bb761694c074ba7e1d4ab1bc4b728e200b59" + sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec" url: "https://pub.flutter-io.cn" source: hosted - version: "3.1.3" + version: "3.1.4" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface - sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8 + sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02" url: "https://pub.flutter-io.cn" source: hosted - version: "2.1.7" + version: "2.1.8" pointycastle: dependency: transitive description: @@ -703,18 +703,18 @@ packages: dependency: transitive description: name: url_launcher_android - sha256: "31222ffb0063171b526d3e569079cf1f8b294075ba323443fdc690842bfd4def" + sha256: c0766a55ab42cefaa728cabc951e82919ab41a3a4fee0aaa96176ca82da8cc51 url: "https://pub.flutter-io.cn" source: hosted - version: "6.2.0" + version: "6.2.1" url_launcher_ios: dependency: transitive description: name: url_launcher_ios - sha256: bba3373219b7abb6b5e0d071b0fe66dfbe005d07517a68e38d4fc3638f35c6d3 + sha256: "46b81e3109cbb2d6b81702ad3077540789a3e74e22795eb9f0b7d494dbaa72ea" url: "https://pub.flutter-io.cn" source: hosted - version: "6.2.1" + version: "6.2.2" url_launcher_linux: dependency: transitive description: @@ -735,18 +735,18 @@ packages: dependency: transitive description: name: url_launcher_platform_interface - sha256: "980e8d9af422f477be6948bdfb68df8433be71f5743a188968b0c1b887807e50" + sha256: f099b552bd331eacd69affed7ff2f23bfa6b0cb825b629edf3d844375a7501ad url: "https://pub.flutter-io.cn" source: hosted - version: "2.2.0" + version: "2.2.1" url_launcher_web: dependency: transitive description: name: url_launcher_web - sha256: "7286aec002c8feecc338cc33269e96b73955ab227456e9fb2a91f7fab8a358e9" + sha256: fff0932192afeedf63cdd50ecbb1bc825d31aed259f02bb8dba0f3b729a5e88b url: "https://pub.flutter-io.cn" source: hosted - version: "2.2.2" + version: "2.2.3" url_launcher_windows: dependency: transitive description: @@ -791,10 +791,10 @@ packages: dependency: transitive description: name: win32 - sha256: b0f37db61ba2f2e9b7a78a1caece0052564d1bc70668156cf3a29d676fe4e574 + sha256: "464f5674532865248444b4c3daca12bd9bf2d7c47f759ce2617986e7229494a8" url: "https://pub.flutter-io.cn" source: hosted - version: "5.1.1" + version: "5.2.0" window_manager: dependency: "direct main" description: @@ -807,10 +807,10 @@ packages: dependency: transitive description: name: xdg_directories - sha256: "589ada45ba9e39405c198fe34eb0f607cddb2108527e658136120892beac46d2" + sha256: faea9dee56b520b55a566385b84f2e8de55e7496104adada9962e0bd11bcff1d url: "https://pub.flutter-io.cn" source: hosted - version: "1.0.3" + version: "1.0.4" sdks: dart: ">=3.2.0 <4.0.0" flutter: ">=3.16.0"