Changeset 96 for tags/1.4.0/Install
- Timestamp:
- Jun 7, 2024, 10:23:06 PM (5 months ago)
- Location:
- tags/1.4.0/Install
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.4.0/Install/flatpak/net.zdechov.app.x2048.appdata.xml
r92 r96 4 4 5 5 <name>2048</name> 6 <summary> Classic 2048 block sliding puzzle game</summary>6 <summary>Block sliding puzzle game</summary> 7 7 <developer_name>Chronos</developer_name> 8 8 … … 26 26 <li>Dark and light themes.</li> 27 27 <li>Tiles move, merge and creation animation.</li> 28 <li>Selectable tile skins (linear, exponen cial, alpha, binary, roman)</li>28 <li>Selectable tile skins (linear, exponential, alpha, binary, roman)</li> 29 29 </ul> 30 30 </description> … … 35 35 <screenshot type="default"> 36 36 <caption>Game</caption> 37 <image>https://svn.zdechov.net/2048/t runk/Images/Screenshots/2048.png</image>37 <image>https://svn.zdechov.net/2048/tags/1.4.0/Images/Screenshots/2048.png</image> 38 38 </screenshot> 39 39 <screenshot type="default"> 40 40 <caption>Dark mode</caption> 41 <image>https://svn.zdechov.net/2048/t runk/Images/Screenshots/2048%20dark.png</image>41 <image>https://svn.zdechov.net/2048/tags/1.4.0/Images/Screenshots/2048%20dark.png</image> 42 42 </screenshot> 43 43 </screenshots> 44 44 45 45 <releases> 46 <release version="1.4.0" date="202 3-05-02">46 <release version="1.4.0" date="2024-06-07"> 47 47 <url type="details">https://svn.zdechov.net/2048/tags/1.4.0/Release%20notes.txt</url> 48 48 <description> 49 49 <ul> 50 <li>Added: Allow to save/load game in multiple slots.</li> 51 <li>Added: Last game is automatically saved on exit.</li> 52 <li>Added: Configurable station styles.</li> 53 <li>Added: Configurable map visual styles.</li> 54 <li>Added: Metro lines can be configured to be not movable.</li> 55 <li>Modified: The game has been renamed to 2048.</li> 56 <li>Modified: Updated position of clock and exit button in game screen.</li> 57 <li>Modified: New game logo.</li> 58 <li>Modified: Updated french translation.</li> 59 <li>Fixed: Translation of week days.</li> 60 <li>Fixed: Highest score changed after click at game over screen.</li> 61 <li>Fixed: Error if track removed while train in station.</li> 62 <li>Fixed: Fullscreen was not working at the application first start.</li> 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> 63 59 </ul> 64 60 </description> -
tags/1.4.0/Install/flatpak/net.zdechov.app.x2048.yml
r92 r96 5 5 sdk-extensions: 6 6 - org.freedesktop.Sdk.Extension.freepascal 7 command: x20487 command: Game2048 8 8 finish-args: 9 9 - --share=ipc … … 25 25 sources: 26 26 - type: svn 27 url: https://svn.zdechov.net/2048/t runk28 revision: r9 127 url: https://svn.zdechov.net/2048/tags/1.4.0 28 revision: r95 29 29 buildsystem: simple 30 30 build-commands: … … 36 36 - ln -s $FLATPAK_DEST/share/Game2048/Game2048 $FLATPAK_DEST/bin/Game2048 37 37 - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications 38 - install -Dm644 Images/Logo%20256x256.png$FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png38 - install -Dm644 "Images/Logo 256x256.png" $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png 39 39 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Game2048/Languages 40 40 - install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml -
tags/1.4.0/Install/snap/snapcraft.yaml
r90 r96 1 1 name: 2048x 2 2 title: 2048x 3 version: '1. 3.0'3 version: '1.4.0' 4 4 summary: A classic 2048 block sliding puzzle game 5 5 description: | 6 6 Features: 7 7 * Selectable board size (from 2x2 to 12x12). 8 * Six different tile color palettes. 8 9 * Last move undo. 9 10 * Keep game between application restarts.
Note:
See TracChangeset
for help on using the changeset viewer.