Changeset 119 for trunk/Install


Ignore:
Timestamp:
Dec 11, 2024, 11:25:04 AM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Version 1.5.0 release related updates.
Location:
trunk/Install
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/2048.desktop

    r21 r119  
    22Encoding=UTF-8
    33Name=2048
    4 Comment=A cassic 2048 puzzle game.
     4Comment=A classic 2048 block sliding puzzle game.
    55Exec=Game2048
    66Icon=2048
    77Terminal=false
    88Type=Application
    9 Categories=GNOME;Application;Game;
     9Categories=Game;LogicGame
    1010StartupNotify=true
     11Keywords=blocks;sliding;board;tiles;merge;score;numbers;puzzle;logic
  • trunk/Install/deb/debian/changelog

    r95 r119  
    1 2048 (1.5.0-0) precise; urgency=low
     12048 (1.6.0-0) precise; urgency=low
    22
    3   * Original version 1.5.0 packaged with lazdebian
     3  * Original version 1.6.0 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 1 Jan 2018 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r95 r119  
    33Section: games
    44Priority: optional
    5 Standards-Version: 1.5.0
     5Standards-Version: 1.6.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77#Build-Depends: fpc-laz, lazarus-project, debhelper (>= 8)
  • trunk/Install/flatpak/net.zdechov.app.x2048.appdata.xml

    r98 r119  
    55  <name>2048</name>
    66  <summary>Block sliding puzzle game</summary>
    7   <developer_name>Chronos</developer_name>
     7  <developer id="net.zdechov.chronos">
     8    <name>Chronos</name>
     9  </developer>
    810
    911  <url type="homepage">https://app.zdechov.net/2048</url>
     12  <url type="contact">https://app.zdechov.net/2048#Contact</url>
     13  <url type="vcs-browser">https://app.zdechov.net/2048/browser</url>
    1014
    1115  <metadata_license>CC0-1.0</metadata_license>
     
    1317
    1418  <description>
    15     <p>
    16       Features:
    17     </p>
     19    <p>Move numbered blocks across board to merge blocks with the same number together to reach 2048 tile.</p>
     20    <p>Features:</p>
    1821    <ul>
    1922      <li>Selectable board size (from 2x2 to 12x12).</li>
     
    2124      <li>Last move undo.</li>
    2225      <li>Keep game between application restarts.</li>
    23       <li>Localization support (English, Czech).</li>
     26      <li>Localization support (English, Czech, French, Spanish).</li>
    2427      <li>High DPI support.</li>
    25       <li>Moves history recording.</li>
     28      <li>Moves history record and replay.</li>
    2629      <li>Dark and light themes.</li>
    2730      <li>Tiles move, merge and creation animation.</li>
    2831      <li>Selectable tile skins (linear, exponential, alpha, binary, roman)</li>
     32          <li>Optional randomly generated unmergeable tiles</li>
     33          <li>Optional randomly generated disabled tiles</li>
     34          <li>Detailed score list for previous games</li>
    2935    </ul>
    3036  </description>
    3137
    3238  <launchable type="desktop-id">net.zdechov.app.x2048.desktop</launchable>
     39
     40  <branding>
     41    <color type="primary" scheme_preference="light">#cdab8f</color>
     42    <color type="primary" scheme_preference="dark">#63452c</color>
     43  </branding>
    3344
    3445  <screenshots>
     
    4455
    4556  <releases>
     57    <release version="1.5.0" date="2024-12-11">
     58      <url type="details">https://svn.zdechov.net/2048/tags/1.5.0/Release%20Notes.txt</url>
     59      <description>
     60        <ul>
     61          <li>Added: Tools - Score menu action to show history of previously played games with score information.</li>
     62          <li>Added: Optionally generated unmergeable movable tiles.</li>
     63          <li>Added: Set number of randomly generated disabled tiles in new game form.</li>
     64          <li>Added: Close button in moves history and help forms.</li>
     65          <li>Added: French and spanish translation.</li>
     66          <li>Modified: Automatically detect and use dark mode on Windows.</li>
     67          <li>Modified: Use dark mode title bar on Windows 10.</li>
     68          <li>Modified: Tile skin and color palette setting moved from new game dialog to menu. It can be now set during gameplay.</li>
     69          <li>Modified: Lowered minimal swipe distance.</li>
     70          <li>Modified: Show score and best score as boxes. Place them according window size.</li>
     71          <li>Modified: Always show moves history menu action.</li>
     72          <li>Fixed: Dark theme detection for board colors.</li>
     73          <li>Fixed: Scaling of tiles text.</li>
     74          <li>Fixed: Use the same initial board after game restart.</li>
     75          <li>Fixed: Board size calculation inside the main window.</li>
     76          <li>Fixed: Full screen mode switching.</li>
     77        </ul>
     78      </description>
     79    </release>
    4680    <release version="1.4.0" date="2024-06-07">
    4781      <url type="details">https://svn.zdechov.net/2048/tags/1.4.0/Release%20Notes.txt</url>
  • trunk/Install/flatpak/net.zdechov.app.x2048.desktop

    r91 r119  
    22Encoding=UTF-8
    33Name=2048
    4 Comment=classic 2048 block sliding puzzle game.
     4Comment=A classic 2048 block sliding puzzle game.
    55Exec=Game2048
    66Icon=net.zdechov.app.x2048.png
    77Terminal=false
    88Type=Application
    9 Categories=Application;Game;
     9Categories=Game;LogicGame
    1010StartupNotify=true
     11Keywords=blocks;sliding;board;tiles;merge;score;numbers;puzzle;logic
  • trunk/Install/snap/snapcraft.yaml

    r95 r119  
    11name: 2048x
    22title: 2048x
    3 version: '1.5.0'
     3version: '1.6.0'
    44summary: A classic 2048 block sliding puzzle game
    55description: |
  • trunk/Install/win/Game2048.iss

    r95 r119  
    44#define MyAppName "2048"
    55#define MyAppNameShort "2048"
    6 #define MyAppVersion "1.5.0"
     6#define MyAppVersion "1.6.0"
    77#define MyAppVersionSuffix "alfa"     
    88#define MyAppPublisher "Chronosoft"
     
    6868Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
    6969Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    70 
     70Source: "{#MyAppSubDir}\Packages\Common\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    7171
    7272[Icons]
Note: See TracChangeset for help on using the changeset viewer.