Version 1.3.0 (2020-08-13) ========================== * Added: Allow to slide blocks using mouse. * Added: Roman numerals as tile skin. * Added: Binary numbers tile skin. * Added: Separated TGame paint and state change events. * Modified: Update locking on combobox items initialization in new game form. * Modified: Count total score using standard power of two numbers for all tile skins. * Modified: Draw to Canvas through TMetaCanvas class. * Modified: Animate tiles movements in background thread. * Modified: Initialize TCore as first application form. * Fixed: Build under Lazarus 2.0.10 and FPC 3.2.0. * Fixed: Main menu was not translated. * Fixed: Drawing board in AI mode. * Fixed: Undo action was not enabled. * Fixed: Init form opaque control style during its creation. 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.