|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <component type="desktop-application"> |
3 | 3 | <id>com.pikatorrent.PikaTorrent</id> |
4 | | - |
| 4 | + |
5 | 5 | <name>PikaTorrent</name> |
6 | 6 | <summary>A modern, simple, connected, and electric BitTorrent app ⚡</summary> |
7 | 7 |
|
8 | 8 | <url type="homepage">https://www.pikatorrent.com</url> |
9 | 9 | <url type="bugtracker">https://github.com/G-Ray/pikatorrent/issues</url> |
10 | 10 | <url type="help">https://github.com/G-Ray/pikatorrent</url> |
11 | | - |
| 11 | + |
12 | 12 | <metadata_license>CC-BY-SA-4.0</metadata_license> |
13 | 13 | <project_license>GPL-3.0-only</project_license> |
14 | 14 |
|
15 | 15 | <content_rating type="oars-1.0" /> |
16 | | - |
| 16 | + |
17 | 17 | <supports> |
18 | 18 | <control>pointing</control> |
19 | 19 | <control>keyboard</control> |
20 | 20 | <control>touch</control> |
21 | 21 | </supports> |
22 | | - |
| 22 | + |
23 | 23 | <description> |
24 | 24 | <p>Supercharge your torrents with PikaTorrent ⚡</p> |
25 | 25 |
|
|
31 | 31 | <li>Categorize your torrents with labels</li> |
32 | 32 | <li>Quickly filter your torrents with a fuzzy search & labels</li> |
33 | 33 | <li>Edit your favorite search engines to quickly find torrents online</li> |
34 | | - <li>Link the Android app with the desktop app to control your torrents remotely. No need to setup a server or register an account!</li> |
| 34 | + <li>Link the Android app with the desktop app to control your torrents remotely. No need to |
| 35 | + setup a server or register an account!</li> |
35 | 36 | </ul> |
36 | 37 | </description> |
37 | | - |
| 38 | + |
38 | 39 | <launchable type="desktop-id">com.pikatorrent.PikaTorrent.desktop</launchable> |
39 | 40 | <screenshots> |
40 | 41 | <screenshot type="default"> |
41 | | - <image>https://raw.githubusercontent.com/G-Ray/pikatorrent/df13eb2a7055dc2acf774212a09dbc72c4bfe3e5/apps/site/public/desktop-light.png</image> |
| 42 | + <image>https://www.pikatorrent.com/desktop-light.png</image> |
42 | 43 | </screenshot> |
43 | 44 | <screenshot> |
44 | | - <image>https://raw.githubusercontent.com/G-Ray/pikatorrent/df13eb2a7055dc2acf774212a09dbc72c4bfe3e5/apps/site/public/desktop-dark.png</image> |
| 45 | + <image>https://www.pikatorrent.com/desktop-dark.png</image> |
45 | 46 | </screenshot> |
46 | 47 | <screenshot> |
47 | | - <image>https://raw.githubusercontent.com/G-Ray/pikatorrent/df13eb2a7055dc2acf774212a09dbc72c4bfe3e5/apps/site/public/mobile-light.png</image> |
| 48 | + <image>https://www.pikatorrent.com/mobile-light.png</image> |
48 | 49 | </screenshot> |
49 | 50 | <screenshot> |
50 | | - <image>https://raw.githubusercontent.com/G-Ray/pikatorrent/df13eb2a7055dc2acf774212a09dbc72c4bfe3e5/apps/site/public/mobile-dark.png</image> |
| 51 | + <image>https://www.pikatorrent.com/mobile-dark.png</image> |
51 | 52 | </screenshot> |
52 | 53 | </screenshots> |
53 | 54 |
|
54 | 55 | <releases> |
55 | | - <release version="0.8.1" date="2023-09-30"> |
| 56 | + <release version="0.9.0" date="2023-12-13"> |
| 57 | + <description> |
| 58 | + <ul> |
| 59 | + <li>Added a library to quickly download free torrents 🍿</li> |
| 60 | + <li>Allow removing a torrent while keeping data</li> |
| 61 | + <li>Dark theme is now applied automatically on Linux 🐧</li> |
| 62 | + <li>Added statistics dialog in about page 📈</li> |
| 63 | + <li>Updated translations and German 🇩🇪 language</li> |
| 64 | + <li>Interface, usability improvements, + bug fixes 🐛</li> |
| 65 | + </ul> |
| 66 | + </description> |
| 67 | + </release> |
| 68 | + <release version="0.8.1" date="2023-09-30"> |
56 | 69 | <description> |
57 | 70 | <ul> |
58 | 71 | <li>A refreshed interface, with true dark theme support (save battery on OLED screens) 🕶️</li> |
|
0 commit comments