|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- Copyright 2017 Artem Anufrij <[email protected]> --> |
| 3 | +<component type="desktop"> |
| 4 | + <id>com.github.artemanufrij.webpin</id> |
| 5 | + <metadata_license>CC0-1.0</metadata_license> |
| 6 | + <project_license>GPL-3.0+</project_license> |
| 7 | + <name>Webpin</name> |
| 8 | + <summary>A simple app to pin websites on the desktop</summary> |
| 9 | + <description> |
| 10 | + <p>Create your own WebApps. Pin your any favorite website on Applications Menu or Plank like a regular desktop app.</p> |
| 11 | + <p>Webpin is a fork of Webby (by Erasmo Marín).</p> |
| 12 | + </description> |
| 13 | + <categories> |
| 14 | + <category>Utility</category> |
| 15 | + <category>Network</category> |
| 16 | + </categories> |
| 17 | + <custom> |
| 18 | + <value key="x-appcenter-color-primary">#399cd2</value> |
| 19 | + <value key="x-appcenter-color-primary-text">rgb(255,255,255)</value> |
| 20 | + <value key="x-appcenter-suggested-price">1</value> |
| 21 | + </custom> |
| 22 | + <developer_name>Artem Anufrij</developer_name> |
| 23 | + <url type="homepage">https://artemanufrij.github.io</url> |
| 24 | + <url type="bugtracker">https://github.com/artemanufrij/webpin/issues</url> |
| 25 | + <url type="help">https://github.com/artemanufrij/webpin/issues</url> |
| 26 | + < update_contact> [email protected]</ update_contact> |
| 27 | + <screenshots> |
| 28 | + <screenshot type="default"> |
| 29 | + <image>https://raw.githubusercontent.com/artemanufrij/webpin/master/screenshots/Screenshot.png</image> |
| 30 | + </screenshot> |
| 31 | + <screenshot> |
| 32 | + <image>https://raw.githubusercontent.com/artemanufrij/webpin/master/screenshots/Screenshot_new_app.png</image> |
| 33 | + </screenshot> |
| 34 | + </screenshots> |
| 35 | + <releases> |
| 36 | + <release version="1.0.4" date="2019-07-15"> |
| 37 | + <description> |
| 38 | + <p>New:</p> |
| 39 | + <ul> |
| 40 | + <li>Enable Media Source Extensions (by Cassidy James Blaede)</li> |
| 41 | + </ul> |
| 42 | + <p>Translation:</p> |
| 43 | + <ul> |
| 44 | + <li>Dutch (by Heimen Stoffels)</li> |
| 45 | + <li>Spanish (by Manueljlin)</li> |
| 46 | + <li>Lithuanian (by welaq)</li> |
| 47 | + </ul> |
| 48 | + </description> |
| 49 | + </release> |
| 50 | + <release version="1.0.3" date="2018-11-18"> |
| 51 | + <description> |
| 52 | + <p>New:</p> |
| 53 | + <ul> |
| 54 | + <li>Theme switcher</li> |
| 55 | + <li>Option for minimal UI</li> |
| 56 | + </ul> |
| 57 | + <p>Improved:</p> |
| 58 | + <ul> |
| 59 | + <li>Cache choosed icon instead to reference it</li> |
| 60 | + </ul> |
| 61 | + </description> |
| 62 | + </release> |
| 63 | + <release version="1.0.2" date="2018-11-02"> |
| 64 | + <description> |
| 65 | + <p>New:</p> |
| 66 | + <ul> |
| 67 | + <li>Sort items inside app overview</li> |
| 68 | + </ul> |
| 69 | + <p>Fixed:</p> |
| 70 | + <ul> |
| 71 | + <li>Custom icon was replaced by default one</li> |
| 72 | + </ul> |
| 73 | + </description> |
| 74 | + </release> |
| 75 | + <release version="1.0.1" date="2018-10-30"> |
| 76 | + <description> |
| 77 | + <p>New:</p> |
| 78 | + <ul> |
| 79 | + <li>Navigation buttons</li> |
| 80 | + </ul> |
| 81 | + </description> |
| 82 | + </release> |
| 83 | + <release version="1.0.0" date="2018-10-20"> |
| 84 | + <description> |
| 85 | + <p>New:</p> |
| 86 | + <ul> |
| 87 | + <li>Moved to Meson</li> |
| 88 | + <li>Support for local .html files</li> |
| 89 | + </ul> |
| 90 | + <p>Fixed:</p> |
| 91 | + <ul> |
| 92 | + <li>Restore correct window size</li> |
| 93 | + <li>Grabing page icon</li> |
| 94 | + </ul> |
| 95 | + <p>Translation:</p> |
| 96 | + <ul> |
| 97 | + <li>Dutch (by Heimen Stoffels)</li> |
| 98 | + </ul> |
| 99 | + </description> |
| 100 | + </release> |
| 101 | + <release version="0.3.0" date="2018-07-24"> |
| 102 | + <description> |
| 103 | + Prepare for JUNO |
| 104 | + </description> |
| 105 | + </release> |
| 106 | + <release version="0.2.10" date="2018-04-25"> |
| 107 | + <description> |
| 108 | + <p>Fixed:</p> |
| 109 | + <ul> |
| 110 | + <li>Restore window position for hidden apps</li> |
| 111 | + </ul> |
| 112 | + </description> |
| 113 | + </release> |
| 114 | + <release version="0.2.9" date="2018-03-10"> |
| 115 | + <description> |
| 116 | + <p>Improved:</p> |
| 117 | + <ul> |
| 118 | + <li>Desktop Action Menu</li> |
| 119 | + <li>Small UI fixes</li> |
| 120 | + </ul> |
| 121 | + </description> |
| 122 | + </release> |
| 123 | + <release version="0.2.8" date="2018-02-12"> |
| 124 | + <description> |
| 125 | + <p>New:</p> |
| 126 | + <ul> |
| 127 | + <li>back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)</li> |
| 128 | + </ul> |
| 129 | + <p>Improved:</p> |
| 130 | + <ul> |
| 131 | + <li>favicon fetching</li> |
| 132 | + </ul> |
| 133 | + </description> |
| 134 | + </release> |
| 135 | + <release version="0.2.6" date="2018-02-05"> |
| 136 | + <description> |
| 137 | + <p>New:</p> |
| 138 | + <ul> |
| 139 | + <li>Save and restore window position</li> |
| 140 | + <li>Grab favorite icon</li> |
| 141 | + </ul> |
| 142 | + <p>Fix:</p> |
| 143 | + <ul> |
| 144 | + <li>Grab website color</li> |
| 145 | + </ul> |
| 146 | + </description> |
| 147 | + </release> |
| 148 | + <release version="0.2.5" date="2017-12-17"> |
| 149 | + <description> |
| 150 | + <p>Translation:</p> |
| 151 | + <ul> |
| 152 | + <li>Russian (by Camellan)</li> |
| 153 | + <li>Lithuanian (by welaq)</li> |
| 154 | + </ul> |
| 155 | + </description> |
| 156 | + </release> |
| 157 | + <release version="0.2.4" date="2017-11-27"> |
| 158 | + <description> |
| 159 | + <p>New:</p> |
| 160 | + <ul> |
| 161 | + <li>Option for Dark Theme</li> |
| 162 | + <li>Grab 'theme-color' (if exists) from called website</li> |
| 163 | + </ul> |
| 164 | + </description> |
| 165 | + </release> |
| 166 | + <release version="0.2.3" date="2017-11-20"> |
| 167 | + <description> |
| 168 | + <p>Fix:</p> |
| 169 | + <ul> |
| 170 | + <li>Custom settings in .desktop</li> |
| 171 | + </ul> |
| 172 | + </description> |
| 173 | + </release> |
| 174 | + <release version="0.2.2" date="2017-11-20"> |
| 175 | + <description> |
| 176 | + <p>Fix:</p> |
| 177 | + <ul> |
| 178 | + <li>Custom settings in .desktop</li> |
| 179 | + </ul> |
| 180 | + </description> |
| 181 | + </release> |
| 182 | + <release version="0.2.1" date="2017-11-18"> |
| 183 | + <description> |
| 184 | + <p>Fix:</p> |
| 185 | + <ul> |
| 186 | + <li>Set custom color</li> |
| 187 | + </ul> |
| 188 | + </description> |
| 189 | + </release> |
| 190 | + <release version="0.1.13" date="2017-11-18"> |
| 191 | + <description> |
| 192 | + <p>Fix:</p> |
| 193 | + <ul> |
| 194 | + <li>Desktop icon name</li> |
| 195 | + </ul> |
| 196 | + </description> |
| 197 | + </release> |
| 198 | + <release version="0.1.12" date="2017-11-13"> |
| 199 | + <description> |
| 200 | + <p>Fix:</p> |
| 201 | + <ul> |
| 202 | + <li>Set custom color for headerbar</li> |
| 203 | + </ul> |
| 204 | + </description> |
| 205 | + </release> |
| 206 | + <release version="0.1.11" date="2017-11-13"> |
| 207 | + <description> |
| 208 | + <p>Fix:</p> |
| 209 | + <ul> |
| 210 | + <li>Set custom color for headerbar</li> |
| 211 | + </ul> |
| 212 | + </description> |
| 213 | + </release> |
| 214 | + <release version="0.1.10" date="2017-11-11"> |
| 215 | + <description> |
| 216 | + <p>New:</p> |
| 217 | + <ul> |
| 218 | + <li>Set custom color for headerbar</li> |
| 219 | + </ul> |
| 220 | + <p>Fix:</p> |
| 221 | + <ul> |
| 222 | + <li>Open application on clicking desktop notification</li> |
| 223 | + </ul> |
| 224 | + <p>Translation:</p> |
| 225 | + <ul> |
| 226 | + <li>Lithuanian (by welaq)</li> |
| 227 | + </ul> |
| 228 | + </description> |
| 229 | + </release> |
| 230 | + <release version="0.1.9" date="2017-10-15"> |
| 231 | + <description> |
| 232 | + <p>New:</p> |
| 233 | + <ul> |
| 234 | + <li>Copy current URI into clipboard</li> |
| 235 | + </ul> |
| 236 | + <p>Fix:</p> |
| 237 | + <ul> |
| 238 | + <li>Open WebApp on single click instead double click</li> |
| 239 | + </ul> |
| 240 | + </description> |
| 241 | + </release> |
| 242 | + </releases> |
| 243 | + <content_rating type="oars-1.1"> |
| 244 | + <content_attribute id="violence-cartoon">none</content_attribute> |
| 245 | + <content_attribute id="violence-fantasy">none</content_attribute> |
| 246 | + <content_attribute id="violence-realistic">none</content_attribute> |
| 247 | + <content_attribute id="violence-bloodshed">none</content_attribute> |
| 248 | + <content_attribute id="violence-sexual">none</content_attribute> |
| 249 | + <content_attribute id="violence-desecration">none</content_attribute> |
| 250 | + <content_attribute id="violence-slavery">none</content_attribute> |
| 251 | + <content_attribute id="violence-worship">none</content_attribute> |
| 252 | + <content_attribute id="drugs-alcohol">none</content_attribute> |
| 253 | + <content_attribute id="drugs-narcotics">none</content_attribute> |
| 254 | + <content_attribute id="drugs-tobacco">none</content_attribute> |
| 255 | + <content_attribute id="sex-nudity">none</content_attribute> |
| 256 | + <content_attribute id="sex-themes">none</content_attribute> |
| 257 | + <content_attribute id="sex-homosexuality">none</content_attribute> |
| 258 | + <content_attribute id="sex-prostitution">none</content_attribute> |
| 259 | + <content_attribute id="sex-adultery">none</content_attribute> |
| 260 | + <content_attribute id="sex-appearance">none</content_attribute> |
| 261 | + <content_attribute id="language-profanity">none</content_attribute> |
| 262 | + <content_attribute id="language-humor">none</content_attribute> |
| 263 | + <content_attribute id="language-discrimination">none</content_attribute> |
| 264 | + <content_attribute id="social-chat">none</content_attribute> |
| 265 | + <content_attribute id="social-info">none</content_attribute> |
| 266 | + <content_attribute id="social-audio">none</content_attribute> |
| 267 | + <content_attribute id="social-location">none</content_attribute> |
| 268 | + <content_attribute id="social-contacts">none</content_attribute> |
| 269 | + <content_attribute id="money-purchasing">none</content_attribute> |
| 270 | + <content_attribute id="money-gambling">none</content_attribute> |
| 271 | + </content_rating> |
| 272 | +</component> |
0 commit comments