Changeset 119 for tags


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

Legend:

Unmodified
Added
Removed
  • tags/1.5.0/Core.lfm

    r108 r119  
    2121    Identification = 1
    2222    VersionMajor = 1
    23     VersionMinor = 5
     23    VersionMinor = 6
    2424    VersionBugFix = 0
    2525    VersionSuffix = 'alfa'
     
    2828    EmailContact = 'robie@centrum.cz'
    2929    AppName = '2048'
    30     Description = 'A single-player sliding block puzzle game.'
    31     ReleaseDate = 45450
     30    Description = 'A single-player block sliding puzzle game.'
     31    ReleaseDate = 45637
    3232    RegistryKey = '\Software\Chronosoft\2048'
    3333    RegistryRoot = rrKeyCurrentUser
  • tags/1.5.0/Core.lrj

    r108 r119  
    11{"version":1,"strings":[
    2 {"hash":112614942,"name":"tcore.applicationinfo1.description","sourcebytes":[65,32,115,105,110,103,108,101,45,112,108,97,121,101,114,32,115,108,105,100,105,110,103,32,98,108,111,99,107,32,112,117,122,122,108,101,32,103,97,109,101,46],"value":"A single-player sliding block puzzle game."},
     2{"hash":56553662,"name":"tcore.applicationinfo1.description","sourcebytes":[65,32,115,105,110,103,108,101,45,112,108,97,121,101,114,32,98,108,111,99,107,32,115,108,105,100,105,110,103,32,112,117,122,122,108,101,32,103,97,109,101,46],"value":"A single-player block sliding puzzle game."},
    33{"hash":88908046,"name":"tcore.anew.caption","sourcebytes":[78,101,119,46,46,46],"value":"New..."},
    44{"hash":315140,"name":"tcore.aexit.caption","sourcebytes":[69,120,105,116],"value":"Exit"},
  • tags/1.5.0/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
  • tags/1.5.0/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>
  • tags/1.5.0/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
  • tags/1.5.0/Install/win/Game2048.iss

    r95 r119  
    55#define MyAppNameShort "2048"
    66#define MyAppVersion "1.5.0"
    7 #define MyAppVersionSuffix "alfa"     
     7;#define MyAppVersionSuffix "alfa"     
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "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]
  • tags/1.5.0/Release Notes.txt

    r95 r119  
     1Version 1.5.0 (2024-12-11)
     2==========================
     3
     4* Added: Tools - Score menu action to show history of previously played games with score information.
     5* Added: Optionally generated unmergeable movable tiles.
     6* Added: Set number of randomly generated disabled tiles in new game form.
     7* Added: Close button in moves history and help forms.
     8* Added: French and spanish translation.
     9* Modified: Automatically detect and use dark mode on Windows.
     10* Modified: Use dark mode title bar on Windows 10.
     11* Modified: Tile skin and color palette setting moved from new game dialog to menu. It can be now set during gameplay.
     12* Modified: Lowered minimal swipe distance.
     13* Modified: Show score and best score as boxes. Place them according window size.
     14* Modified: Always show moves history menu action.
     15* Fixed: Dark theme detection for board colors.
     16* Fixed: Scaling of tiles text.
     17* Fixed: Use the same initial board after game restart.
     18* Fixed: Board size calculation inside the main window.
     19* Fixed: Full screen mode switching.
     20
    121Version 1.4.0 (2024-06-07)
    222==========================
Note: See TracChangeset for help on using the changeset viewer.