-
-
Notifications
You must be signed in to change notification settings - Fork 476
/
com.pot_app.pot.metainfo.xml
223 lines (223 loc) · 11.7 KB
/
com.pot_app.pot.metainfo.xml
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.pot_app.pot</id>
<name>Pot</name>
<summary>A text translation and OCR app</summary>
<summary xml:lang="zh-Hans">一款跨平台的划词翻译和文字识别软件</summary>
<developer id="com.pot_app">
<name>Pylogmon</name>
</developer>
<url type="homepage">https://pot-app.com/</url>
<url type="bugtracker">https://github.com/pot-app/pot-desktop/issues</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<description>
<p>A cross-platform software for text translation and recognition.</p>
<p xml:lang="zh-Hans">一款跨平台的划词翻译和文字识别软件</p>
<p>Features</p>
<p xml:lang="zh-Hans">特色功能</p>
<ul>
<li>Parallel translations with multiple services</li>
<li xml:lang="zh-Hans">多接口并行翻译</li>
<li>OCR with multiple services</li>
<li xml:lang="zh-Hans">多接口文字识别</li>
<li>Text-to-speech with multiple services</li>
<li xml:lang="zh-Hans">多接口语音合成</li>
<li>Export to vocabulary apps</li>
<li xml:lang="zh-Hans">导出到生词本</li>
<li>External calls</li>
<li xml:lang="zh-Hans">外部调用</li>
<li>Plugin system</li>
<li xml:lang="zh-Hans">支持插件系统</li>
<li>Cross-platform support (Windows, macOS and Linux)</li>
<li xml:lang="zh-Hans">支持所有 PC 平台 (Windows, macOS, Linux)</li>
<li>Wayland support</li>
<li xml:lang="zh-Hans">支持 Wayland (在 KDE、Gnome 以及 Hyprland 上测试)</li>
<li>Multi-language support</li>
<li xml:lang="zh-Hans">多语言支持</li>
</ul>
</description>
<launchable type="desktop-id">com.pot_app.pot.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/pot-app/pot-desktop/raw/2.7.10/asset/1.png</image>
<caption>Dark Mode</caption>
</screenshot>
<screenshot>
<image>https://github.com/pot-app/pot-desktop/raw/2.7.10/asset/2.png</image>
<caption>Dark/Light Mode</caption>
</screenshot>
<screenshot>
<image>https://github.com/pot-app/pot-desktop/raw/2.7.10/asset/3.png</image>
<caption>Light Mode</caption>
</screenshot>
</screenshots>
<releases>
<release version="3.0.5" date="2024-10-29">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.6</url>
<description>
<p>New feature:</p>
<ul>
<li>Add builtin lingva service</li>
<li>Add support for hebrew</li>
<li>Improve ui translation</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Builtin ecdict can not be save</li>
</ul>
</description>
</release>
<release version="3.0.5" date="2024-06-27">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.5</url>
<description>
<p>Break Change:</p>
<ul>
<li>After version 3.x, old plugins will no longer be available. They will be automatically deleted upon upgrade. Please visit the plugin repository to download and install the new versions. If the plugin developers have not yet updated their plugins, please contact them to request an upgrade.</li>
<li xml:lang="zh-Hans">3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。</li>
</ul>
<p>New feature:</p>
<ul>
<li>Support multiple instance services</li>
<li>Use Javascript plugin system</li>
<li>Enable dev tools</li>
<li>Add Database api for plugin</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Recognize failed</li>
<li>TTS failed</li>
<li>Collection failed</li>
<li>Default Lingva error</li>
</ul>
</description>
</release>
<release version="3.0.4" date="2024-06-26">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.4</url>
<description>
<p>Break Change:</p>
<ul>
<li>After version 3.x, old plugins will no longer be available. They will be automatically deleted upon upgrade. Please visit the plugin repository to download and install the new versions. If the plugin developers have not yet updated their plugins, please contact them to request an upgrade.</li>
<li xml:lang="zh-Hans">3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。</li>
</ul>
<p>New feature:</p>
<ul>
<li>Support multiple instance services</li>
<li>Use Javascript plugin system</li>
<li>Enable dev tools</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Recognize failed</li>
<li>TTS failed</li>
<li>Collection failed</li>
<li>Default Lingva error</li>
</ul>
</description>
</release>
<release version="3.0.3" date="2024-06-26">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.3</url>
<description>
<p>Break Change:</p>
<ul>
<li>After version 3.x, old plugins will no longer be available. They will be automatically deleted upon upgrade. Please visit the plugin repository to download and install the new versions. If the plugin developers have not yet updated their plugins, please contact them to request an upgrade.</li>
<li xml:lang="zh-Hans">3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。</li>
</ul>
<p>New feature:</p>
<ul>
<li>Support multiple instance services</li>
<li>Use Javascript plugin system</li>
<li>Enable dev tools</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Recognize failed</li>
<li>TTS failed</li>
<li>Collection failed</li>
</ul>
</description>
</release>
<release version="3.0.2" date="2024-06-24">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.2</url>
<description>
<p>Break Change:</p>
<ul>
<li>After version 3.x, old plugins will no longer be available. They will be automatically deleted upon upgrade. Please visit the plugin repository to download and install the new versions. If the plugin developers have not yet updated their plugins, please contact them to request an upgrade.</li>
<li xml:lang="zh-Hans">3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。</li>
</ul>
<p>New feature:</p>
<ul>
<li>Support multiple instance services</li>
<li>Use Javascript plugin system</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Recognize failed</li>
<li>TTS failed</li>
<li>Collection failed</li>
</ul>
</description>
</release>
<release version="3.0.1" date="2024-06-24">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.1</url>
<description>
<p>Break Change:</p>
<ul>
<li>After version 3.x, old plugins will no longer be available. They will be automatically deleted upon upgrade. Please visit the plugin repository to download and install the new versions. If the plugin developers have not yet updated their plugins, please contact them to request an upgrade.</li>
<li xml:lang="zh-Hans">3.x版本之后旧版插件不再可用,升级后会自动删除旧版插件,请前往插件仓库下载安装新版插件使用,若插件开发者还没适配新版插件,请联系插件开发者升级插件。</li>
</ul>
<p>New feature:</p>
<ul>
<li>Support multiple instance services</li>
<li>Use Javascript plugin system</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Recognize failed</li>
<li>TTS failed</li>
</ul>
</description>
</release>
<release version="3.0.0" date="2024-06-23">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/3.0.0</url>
<description>
<p>New feature:</p>
<ul>
<li>Support multiple instance services</li>
<li>Use Javascript plugin system</li>
</ul>
</description>
</release>
<release version="2.7.10" date="2024-04-14">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/2.7.10</url>
<description>
<p>Break Change:</p>
<ul>
<li>If you encountered crashes after upgrade, please reinstall the latest releases of all plugins</li>
<li xml:lang="zh-Hans">如果更新后遇到闪退问题,请重新安装所有插件的最新版本</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Check whether the directory is not empty before uninstall</li>
<li>Fix OpenAI translation prompt description</li>
</ul>
</description>
</release>
<release version="2.7.9" date="2024-03-02">
<url type="details">https://github.com/pot-app/pot-desktop/releases/tag/2.7.9</url>
<description>
<p>Break Change:</p>
<ul>
<li>If you encountered crashes after upgrade, please reinstall the latest releases of all plugins</li>
<li xml:lang="zh-Hans">如果更新后遇到闪退问题,请重新安装所有插件的最新版本</li>
</ul>
<p>Bugs fixed:</p>
<ul>
<li>Support Ollama local large language models</li>
<li>Support for disabling history</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.1"/>
</component>