source: tags/1.2.0/Release Notes.txt

Last change on this file was 61, checked in by chronos, 4 years ago
  • Added: Window installer binary.
  • Modified: Trunk branch pushed to 1.3.0 alfa.
File size: 1.6 KB
Line 
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
18Version 1.1.0 (2019-10-13)
19==========================
20
21* Added: New form accessible from menu Tools - Moves history with game moves history.
22* Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet.
23* Added: Help windows with instructions how to play.
24* Added: With 10% chance create new random tile with value 4 instead of 2.
25* Modified: Fixed tiles move animation.
26* Fixed: Update previous board state for undo only if board is really moved.
27
28Version 1.0.0 (2019-10-04)
29==========================
30
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 TracBrowser for help on using the repository browser.