|
7 | 7 | <name>Geopard</name> |
8 | 8 | <summary>A gemini browser</summary> |
9 | 9 | <description> |
10 | | - <p>A fast gemini browser with colors</p> |
| 10 | + <p>Geopard is a browser for the gemini protocol, that is, a lighter alternative to the web. |
| 11 | + Use Geopard to browse the space and reach hundreds of gemini capsules! Read stories, download files, play games...</p> |
| 12 | + <p>Features</p> |
| 13 | + <ul> |
| 14 | + <li> |
| 15 | + <p>Colors! |
| 16 | + The browser will have a different color for each domain you visit.</p> |
| 17 | + </li> |
| 18 | + <li> |
| 19 | + <p>Fast (async core + caching). |
| 20 | + Streams content by default. That means you can open pages even when you have |
| 21 | + connection speeds of Kb/s. |
| 22 | + It also caches pages in the history, so you can go back in an instant</p> |
| 23 | + </li> |
| 24 | + <li> |
| 25 | + <p>Can download binary files. |
| 26 | + The download will start as soon as you open the corresponding link. |
| 27 | + You can always cancel it by opening another page.</p> |
| 28 | + </li> |
| 29 | + <li>Bookmarks</li> |
| 30 | + <li>Search</li> |
| 31 | + </ul> |
11 | 32 | </description> |
12 | 33 |
|
13 | 34 | <screenshots> |
|
27 | 48 | <url type="homepage">https://ranfdev.com/projects/Geopard</url> |
28 | 49 | <url type="bugtracker">https://github.com/ranfdev/Geopard/issues/</url> |
29 | 50 | <content_rating type="oars-1.0" /> |
| 51 | + |
30 | 52 | <releases> |
| 53 | + <release version="1.0.1" date="2022-05-07"> |
| 54 | + <description> |
| 55 | + Changes: |
| 56 | + - Fix downloads by granting access to download folder |
| 57 | + - Improve download progress handling |
| 58 | + - Show close button on small window sizes |
| 59 | + </description> |
| 60 | + </release> |
31 | 61 | <release version="1.0.0-alpha" date="2021-04-01"> |
32 | | - This is the first working flatpak release. Some features (colors, caching) |
33 | | - are missing. |
| 62 | + <description> |
| 63 | + This is the first working flatpak release. Some features (colors, caching) |
| 64 | + are missing. |
| 65 | + </description> |
34 | 66 | </release> |
35 | 67 | <release version="1.0.0" date="2022-04-29"> |
36 | | - First release on flathub! You get all the most important features: |
37 | | - - colors |
38 | | - - caching |
39 | | - - search |
40 | | - :D |
| 68 | + <description> |
| 69 | + First release on flathub! You get all the most important features: |
| 70 | + - colors |
| 71 | + - caching |
| 72 | + - search |
| 73 | + :D |
| 74 | + </description> |
41 | 75 | </release> |
42 | 76 | </releases> |
| 77 | + |
43 | 78 | <kudos> |
44 | 79 | <!-- |
45 | 80 | GNOME Software kudos: |
|
48 | 83 | <kudo>ModernToolkit</kudo> |
49 | 84 | <kudo>HiDpiIcon</kudo> |
50 | 85 | </kudos> |
| 86 | + |
| 87 | + <requires> |
| 88 | + <display_length compare="ge">360</display_length> |
| 89 | + </requires> |
| 90 | + |
| 91 | + |
51 | 92 | <developer_name>Lorenzo Miglietta</developer_name> |
52 | 93 | <update_contact>ranfdev@gmail.com</update_contact> |
53 | 94 | <translation type="gettext">@gettext-package@</translation> |
|
0 commit comments