Version 1.2.0 (2019-11-08) ========================== * Added: Animation of tiles merge. * Added: Animation of appearence of new tiles. * Added: Support for dark theme. * 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. * Added: Key buffer to capture consecutive key presses even with slow animation. * Added: Read Me file. * Modified: Use just 2048 for application name. * Modified: Draw board rounded corners. * Modified: Make tiles rectangle with rounded corners. * Fixed: Unable to move tiles in 2x2 board size. * Fixed: Board border width. * Fixed: Tile margin not calculated correctly for different canvas sizes. * Fixed: Wrong slash symbol in path for storing moves history to registry. Version 1.1.0 (2019-10-13) ========================== * Added: New form accessible from menu Tools - Moves history with game moves history. * Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet. * Added: Help windows with instructions how to play. * Added: With 10% chance create new random tile with value 4 instead of 2. * Modified: Fixed tiles move animation. * Fixed: Update previous board state for undo only if board is really moved. Version 1.0.0 (2019-10-04) ========================== * Added: Game mechanics implementation. * Added: Selectable board size (from 2x2 to 12x12). * Added: Last move undo. * Added: Keep game between application restarts. * Added: Localization support (English, Czech). * Added: High DPI support.