Changeset 96 for trunk


Ignore:
Timestamp:
Jun 7, 2024, 10:23:06 PM (3 months ago)
Author:
chronos
Message:
  • Modified: Update packaging files.
Location:
trunk/Install/flatpak
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak/net.zdechov.app.x2048.appdata.xml

    r92 r96  
    44
    55  <name>2048</name>
    6   <summary>Classic 2048 block sliding puzzle game</summary>
     6  <summary>Block sliding puzzle game</summary>
    77  <developer_name>Chronos</developer_name>
    88
    9   <url type="homepage">https://app.zdechov.net/2048/</url>
     9  <url type="homepage">https://app.zdechov.net/2048</url>
    1010
    1111  <metadata_license>CC0-1.0</metadata_license>
     
    2626      <li>Dark and light themes.</li>
    2727      <li>Tiles move, merge and creation animation.</li>
    28       <li>Selectable tile skins (linear, exponencial, alpha, binary, roman)</li>
     28      <li>Selectable tile skins (linear, exponential, alpha, binary, roman)</li>
    2929    </ul>
    3030  </description>
     
    4444
    4545  <releases>
    46     <release version="1.4.0" date="2023-05-02">
     46    <release version="1.4.0" date="2024-06-07">
    4747      <url type="details">https://svn.zdechov.net/2048/tags/1.4.0/Release%20notes.txt</url>
    4848      <description>
    4949        <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>
    6359        </ul>
    6460      </description>
  • trunk/Install/flatpak/net.zdechov.app.x2048.yml

    r92 r96  
    55sdk-extensions:
    66  - org.freedesktop.Sdk.Extension.freepascal
    7 command: x2048
     7command: Game2048
    88finish-args:
    99  - --share=ipc
     
    2626      - type: svn
    2727        url: https://svn.zdechov.net/2048/trunk
    28         revision: r91
     28        revision: r95
    2929    buildsystem: simple
    3030    build-commands:
     
    3636      - ln -s $FLATPAK_DEST/share/Game2048/Game2048 $FLATPAK_DEST/bin/Game2048
    3737      - 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}.png
     38      - install -Dm644 "Images/Logo 256x256.png" $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
    3939      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Game2048/Languages
    4040      - install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml
Note: See TracChangeset for help on using the changeset viewer.