-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappcast.xml
More file actions
125 lines (111 loc) · 6.71 KB
/
appcast.xml
File metadata and controls
125 lines (111 loc) · 6.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" standalone="yes"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="1.0">
<channel>
<title>AutoHackGUI</title>
<item>
<title>1.1</title>
<pubDate>Sun, 05 Apr 2026 10:36:42 +0000</pubDate>
<sparkle:version>101</sparkle:version>
<sparkle:shortVersionString>1.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h2>🎉 AutoHackGUI v1.1</h2>
<p>一个现代、优雅的 macOS 图形工具,助你高效管理 APP 注入配置与操作,支持密码注入与 Helper 注入。</p>
<h3>🚀 新增功能</h3>
<ul>
<li><strong>新增应用支持</strong>:添加 MDClock 2.*、Snipaste 2.11.2、Proxyman 6.7.0、BoltAI 2、IDA 9.3 等应用支持。</li>
</ul>
<h3>🐛 修复和改进</h3>
<ul>
<li>修复 Helper 注入异常问题。</li>
<li>修复 "Application is damaged and not safe" 错误提示问题。</li>
<li>修复多个应用兼容性问题。</li>
</ul>
<h3>🙏 致谢</h3>
]]></description>
<enclosure url="https://github.com/marlkiller/AutoHackGUI-Releases/releases/download/v1.1/AutoHackGUI_1.1.dmg" length="3766105" type="application/octet-stream" sparkle:edSignature="AAZlUna3SDJbCDWDmp57KMrUBjkomdH0X/0b/LB1QkNTCdRacJ8OpN6zEJhGP7iEnyoC8MOSd1dnnPnSyLn+BA=="/>
</item>
<item>
<title>1.0</title>
<pubDate>Sun, 14 Dec 2025 12:05:20 +0000</pubDate>
<sparkle:version>100</sparkle:version>
<sparkle:shortVersionString>1.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h2>🎉 AutoHackGUI v1.0</h2>
<p>一个现代、优雅的 macOS 图形工具,助你高效管理 APP 注入配置与操作,支持密码注入与 Helper 注入。</p>
<h3>✨ 版本说明</h3>
<ul>
<li><strong>稳定版发布</strong>:AutoHackGUI 发布 1.0 稳定版。</li>
<li><strong>更新频率调整</strong>:后续更新频率将逐步放缓。</li>
</ul>
<h3>📋 已有功能</h3>
<ul>
<li>🔧 <strong>静态/进程注入</strong>:灵活的环境变量配置。</li>
<li>📝 <strong>文本/HEX 搜索</strong>:助力深入的应用二进制检查。</li>
<li>🎯 <strong>App Structure 视图</strong>:完整的应用结构分析与展示。</li>
<li>⚙️ <strong>UserDefaults 编辑器</strong>:支持直接打开对应 plist 文件所在位置。</li>
<li>🔐 <strong>密码注入与 Helper 注入</strong>:安全可靠的注入功能支持。</li>
</ul>
<h3>🙏 致谢</h3>
]]></description>
<enclosure url="https://github.com/marlkiller/AutoHackGUI-Releases/releases/download/v1.0/AutoHackGUI_1.0.dmg" length="3807629" type="application/octet-stream" sparkle:edSignature="B3p6dPTaVTEzwi9QLHIYDdcDYlk2b6vDu3UcMkbdKieqTpA6zyl7pQFafjHius2gXB2MUQL8kjxyZpp08xZcAQ=="/>
</item>
<item>
<title>0.9-rc6</title>
<pubDate>Thu, 20 Nov 2025 12:49:58 +0000</pubDate>
<sparkle:version>94</sparkle:version>
<sparkle:shortVersionString>0.9-rc6</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h2>🎉 AutoHackGUI v0.9-rc6</h2>
<p>一个现代、优雅的 macOS 图形工具,助你高效管理 APP 注入配置与操作,支持密码注入与 Helper 注入。</p>
<h3>🚀 新增功能</h3>
<ul>
<li><strong>十六进制搜索</strong>:App Structure 视图现已支持十六进制值搜索,可对应用二进制文件进行更深入的检查。</li>
<li><strong>十六进制搜索支持通配符</strong>:新的十六进制搜索功能支持通配符(<code>.</code>、<code>*</code>、<code>?</code>)匹配任意单个十六进制字符,使搜索更加灵活。</li>
<li><strong>静态/进程注入</strong>:新增环境变量配置功能,可轻松启用或禁用应用检查和窗口类分析功能。</li>
</ul>
<h3>⚡ 功能改进</h3>
<ul>
<li><strong>文本搜索忽略大小写</strong>:App Structure 视图中的文本搜索功能现已不区分大小写,提升了易用性。</li>
<li>修复了启动时可能出现的崩溃问题</li>
<li>修复了创建Framework目录无权限的问题</li>
<li>新增了在 UserDefaults 编辑器中直接打开对应 plist 文件所在位置的功能</li>
</ul>
<h3>🐛 问题修复</h3>
<ul>
<li>修复了在特定情况下可能导致应用崩溃的问题。</li>
<li>修复了 Helper 注入功能在某些情况下失效的问题。</li>
</ul>]]></description>
<enclosure url="https://github.com/marlkiller/AutoHackGUI-Releases/releases/download/v0.9-rc6/AutoHackGUI_0.9-rc6.dmg" length="3803357" type="application/octet-stream" sparkle:edSignature="lK6cl7R2ZHzggS6YmP/81v+WNVcM6yv3bh1wqwpgAQnM+MCMhuK9LibEIB+c19MEizVagRMG5RrxGB+eigDSBA=="/>
</item>
<item>
<title>0.9-rc3</title>
<pubDate>Sat, 19 Jul 2025 04:32:49 +0000</pubDate>
<sparkle:version>35</sparkle:version>
<sparkle:shortVersionString>0.9-rc3</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h2>🎉 AutoHackGUI v0.9-cr3</h2>
<h3>🚀 新增功能</h3>
<ul>
<li>右键上下文菜单:Open in Terminal、Static Injection、Process Injection</li>
<li>注入工具日志实时捕获和显示</li>
<li>SIP 状态检测</li>
</ul>
<h3>🐛 修复和改进</h3>
<ul>
<li>修复 AppleScript 权限错误问题</li>
<li>优化注入命令执行路径</li>
<li>改进字符串插值和 AppleScript 命令格式</li>
<li>增强错误处理和用户反馈</li>
</ul> ]]></description>
<enclosure url="https://github.com/marlkiller/AutoHackGUI-Releases/releases/download/v0.9-rc3/AutoHackGUI_0.9-rc3.dmg" length="3233113" type="application/octet-stream" sparkle:edSignature="4G9BFgwh8+FwnNQfxxhAJJLarfGQ+46MpWHIAjWs3XaT9kobHcXgBrx16NrZQ1ux80xki+umFuX7eOzWzemDBA=="/>
</item>
<item>
<title>0.9-cr1</title>
<pubDate>Fri, 18 Jul 2025 08:45:12 +0000</pubDate>
<sparkle:version>34</sparkle:version>
<sparkle:shortVersionString>0.9-cr2</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/marlkiller/AutoHackGUI-Releases/releases/download/v0.9-cr2/AutoHackGUI_0.9-cr2.dmg" length="3218225" type="application/octet-stream" sparkle:edSignature="Q+RnlRYZUH+K8AZOJe4NGIInaxxZz8lAx43hiUsCEGTLOddU4LCwH16nKyreTaNEdxOvsOSHgpNXX5kO5QWKAA=="/>
</item>
</channel>
</rss>