source: tags/1.4.0/Install/flatpak/net.zdechov.app.x2048.appdata.xml

Last change on this file was 98, checked in by chronos, 3 months ago
  • Fixed: Release notes link in flatpak manifest.
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<component type="desktop-application">
3 <id>net.zdechov.app.x2048</id>
4
5 <name>2048</name>
6 <summary>Block sliding puzzle game</summary>
7 <developer_name>Chronos</developer_name>
8
9 <url type="homepage">https://app.zdechov.net/2048/</url>
10
11 <metadata_license>CC0-1.0</metadata_license>
12 <project_license>CC0-1.0</project_license>
13
14 <description>
15 <p>
16 Features:
17 </p>
18 <ul>
19 <li>Selectable board size (from 2x2 to 12x12).</li>
20 <li>Six different tile color palettes.</li>
21 <li>Last move undo.</li>
22 <li>Keep game between application restarts.</li>
23 <li>Localization support (English, Czech).</li>
24 <li>High DPI support.</li>
25 <li>Moves history recording.</li>
26 <li>Dark and light themes.</li>
27 <li>Tiles move, merge and creation animation.</li>
28 <li>Selectable tile skins (linear, exponential, alpha, binary, roman)</li>
29 </ul>
30 </description>
31
32 <launchable type="desktop-id">net.zdechov.app.x2048.desktop</launchable>
33
34 <screenshots>
35 <screenshot type="default">
36 <caption>Game</caption>
37 <image>https://svn.zdechov.net/2048/tags/1.4.0/Images/Screenshots/2048.png</image>
38 </screenshot>
39 <screenshot type="default">
40 <caption>Dark mode</caption>
41 <image>https://svn.zdechov.net/2048/tags/1.4.0/Images/Screenshots/2048%20dark.png</image>
42 </screenshot>
43 </screenshots>
44
45 <releases>
46 <release version="1.4.0" date="2024-06-07">
47 <url type="details">https://svn.zdechov.net/2048/tags/1.4.0/Release%20Notes.txt</url>
48 <description>
49 <ul>
50 <li>Added: Game menu restart action to start a new game without showing options dialog.</li>
51 <li>Added: Toggle full screen mode (F11) from View main menu.</li>
52 <li>Added: Allow to select color palette in new game dialog.</li>
53 <li>Added: Step button in AI form to do single step.</li>
54 <li>Added: Use also numeric keyboard for movement.</li>
55 <li>Modified: Calculate different win tile value for different board sizes.</li>
56 <li>Modified: Moved Settings menu under Tools menu.</li>
57 <li>Fixed: Use scrollboxes in options dialogs.</li>
58 <li>Fixed: Use clear background color under score text instead of solid.</li>
59 </ul>
60 </description>
61 </release>
62 </releases>
63
64 <categories>
65 <category>Game</category>
66 </categories>
67
68 <content_rating type="oars-1.1"/>
69</component>
Note: See TracBrowser for help on using the repository browser.