Skip to content

Commit 60d5cc0

Browse files
authored
New version: Reqable.Reqable version 3.0.38 (microsoft#335800)
1 parent 62331f4 commit 60d5cc0

File tree

4 files changed

+120
-0
lines changed

4 files changed

+120
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Reqable.Reqable
5+
PackageVersion: 3.0.38
6+
InstallerType: inno
7+
Scope: machine
8+
UpgradeBehavior: install
9+
FileExtensions:
10+
- chls
11+
- chlsj
12+
- har
13+
ProductCode: '{64920BD9-D19F-4537-84AA-42BF46FEB27E}_is1'
14+
ReleaseDate: 2026-02-02
15+
Installers:
16+
- Architecture: x64
17+
InstallerUrl: https://github.com/reqable/reqable-app/releases/download/3.0.38/reqable-app-windows-x86_64.exe
18+
InstallerSha256: C96247716B379CCFFDDA33B789FB9C512E323ACC24BB432704333340330535DD
19+
ManifestType: installer
20+
ManifestVersion: 1.12.0
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Reqable.Reqable
5+
PackageVersion: 3.0.38
6+
PackageLocale: en-US
7+
Publisher: Reqqable Inc.
8+
PublisherUrl: https://reqable.com/
9+
PublisherSupportUrl: https://github.com/reqable/reqable-app/issues
10+
PrivacyUrl: https://reqable.com/policy
11+
Author: Reqqable Inc.
12+
PackageName: Reqable
13+
PackageUrl: https://reqable.com/
14+
License: Proprietary
15+
LicenseUrl: https://reqable.com/policy
16+
Copyright: Copyright (C) 2026 Reqable All rights reserved.
17+
ShortDescription: Advanced API Debugging Proxy
18+
Description: Reqable is a flutter-based, cross-platform app, which enables developers to capture, inspect, and manipulate HTTP(s) requests/responses with ease. Support Windows, macOS, linux, iOS and Android devices.
19+
Tags:
20+
- capture
21+
- debug
22+
- network
23+
- proxy
24+
- request
25+
- response
26+
- traffic
27+
- web
28+
ReleaseNotes: |-
29+
💪 [OPT] Add a locate icon button to the API collection title bar.
30+
💪 [OPT] Optimize API collection paste functionality.
31+
🐞 [FIX] The bug where SOCKS proxy URLs were not syntax highlighted.
32+
🐞 [FIX] The bug where URL syntax highlighting for IPv6 addresses was abnormal.
33+
🐞 [FIX] The bug where IPv6 address requests were interrupted under SOCKS proxy.
34+
🐞 [FIX] The bug where URL was incorrect when creating IPv6 requests from the traffic list.
35+
🐞 [FIX] The bug where enabling follow debug caused the application to crash with IPv6 requests.
36+
🐞 [FIX] The bug where the new version changelog did not refresh after switching languages in app settings.
37+
🐞 [FIX] The bug where API collections would not automatically locate the currently opened API in some cases.
38+
🐞 [FIX] The bug where the `Delete` shortcut key for API collections did not work.
39+
🐞 [FIX] The bug where right-click context menu would close when clicking on an invalid item.
40+
ReleaseNotesUrl: https://reqable.com/docs/changelogs/windows/
41+
PurchaseUrl: https://reqable.com/pricing/
42+
Documentations:
43+
- DocumentLabel: Documentation
44+
DocumentUrl: https://reqable.com/docs/introduction
45+
ManifestType: defaultLocale
46+
ManifestVersion: 1.12.0
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: Reqable.Reqable
5+
PackageVersion: 3.0.38
6+
PackageLocale: zh-CN
7+
Publisher: Reqqable Inc.
8+
PublisherUrl: https://reqable.com/zh-CN/
9+
PublisherSupportUrl: https://github.com/reqable/reqable-app/issues
10+
PrivacyUrl: https://reqable.com/zh-CN/policy
11+
Author: 上海日夸宝信息技术有限公司
12+
PackageName: Reqable
13+
PackageUrl: https://reqable.com/zh-CN/
14+
License: 专有软件
15+
LicenseUrl: https://reqable.com/zh-CN/policy
16+
Copyright: Copyright (C) 2026 Reqable All rights reserved.
17+
ShortDescription: 先进 API 生产力工具
18+
Description: Reqable = Fiddler + Charles + Postman,网络抓包和 API 测试一站化国产解决方案,全平台支持 HTTP1、HTTP2 和 HTTP3(QUIC)。
19+
Tags:
20+
- 代理
21+
- 响应
22+
- 抓包
23+
- 流量
24+
- 网络
25+
- 网页
26+
- 请求
27+
- 调试
28+
ReleaseNotes: |-
29+
💪【优化】API 集合标题栏添加定位到当前 API 的图标按钮。
30+
💪【优化】API 集合粘贴功能优化。
31+
🐞【修复】SOCKS 代理 URL 未语法高亮的 bug。
32+
🐞【修复】IPv6 地址的 URL 语法高亮异常的 bug。
33+
🐞【修复】SOCKS 代理下 IPv6 地址请求异常的 bug。
34+
🐞【修复】从调试列表创建 IPv6 请求时 URL 不正确的 bug。
35+
🐞【修复】启用跟随调试时 IPv6 请求会导致应用闪退的 bug。
36+
🐞【修复】设置中切换语言后新版本更新日志未刷新的 bug。
37+
🐞【修复】API 集合某些情况下不会自动定位到当前打开的 API 的 bug。
38+
🐞【修复】API 集合`Delete`快捷键不生效的 bug。
39+
🐞【修复】右键上下文菜单点击无效项会关闭整个菜单的 bug。
40+
ReleaseNotesUrl: https://reqable.com/zh-CN/docs/changelogs/windows/
41+
PurchaseUrl: https://reqable.com/zh-CN/pricing/
42+
Documentations:
43+
- DocumentLabel: 文档
44+
DocumentUrl: https://reqable.com/zh-CN/docs/introduction
45+
ManifestType: locale
46+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Reqable.Reqable
5+
PackageVersion: 3.0.38
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)