Changeset 61 for trunk/Release Notes.txt


Ignore:
Timestamp:
Nov 8, 2019, 8:56:02 PM (4 years ago)
Author:
chronos
Message:
  • Added: Window installer binary.
  • Modified: Trunk branch pushed to 1.3.0 alfa.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        55heaptrclog.trc
        66Game2048.exe
         7*.res
  • trunk/Release Notes.txt

    r44 r61  
     1Version 1.2.0 (2019-11-08)
     2==========================
     3
     4* Added: Animation of tiles merge.
     5* Added: Animation of appearence of new tiles.
     6* Added: Support for dark theme.
     7* Added: Support for selectable skins of tiles. Tile values are now representing normal sequence of numbers. If power of two is selected, values are recalculated for rendering and score.
     8* Added: Key buffer to capture consecutive key presses even with slow animation.
     9* Added: Read Me file.
     10* Modified: Use just 2048 for application name.
     11* Modified: Draw board rounded corners.
     12* Modified: Make tiles rectangle with rounded corners.
     13* Fixed: Unable to move tiles in 2x2 board size.
     14* Fixed: Board border width.
     15* Fixed: Tile margin not calculated correctly for different canvas sizes.
     16* Fixed: Wrong slash symbol in path for storing moves history to registry.
     17
    118Version 1.1.0 (2019-10-13)
    219==========================
    320
    4 * Modified: Fixed tiles move animation.
    521* Added: New form accessible from menu Tools - Moves history with game moves history.
    622* Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet.
    723* Added: Help windows with instructions how to play.
    824* Added: With 10% chance create new random tile with value 4 instead of 2.
     25* Modified: Fixed tiles move animation.
    926* Fixed: Update previous board state for undo only if board is really moved.
    10 
    1127
    1228Version 1.0.0 (2019-10-04)
    1329==========================
    1430
    15 * Game mechanics implementation.
    16 * Selectable board size (from 2x2 to 12x12).
    17 * Last move undo.
    18 * Keep game between application restarts.
    19 * Localization support (English, Czech).
    20 * High DPI support.
     31* Added: Game mechanics implementation.
     32* Added: Selectable board size (from 2x2 to 12x12).
     33* Added: Last move undo.
     34* Added: Keep game between application restarts.
     35* Added: Localization support (English, Czech).
     36* Added: High DPI support.
Note: See TracChangeset for help on using the changeset viewer.