source: trunk/Release Notes.txt

Last change on this file was 81, checked in by chronos, 3 years ago
  • Fixed: Not update trunk release notes.
File size: 2.3 KB
Line 
1Version 1.3.0 (2020-08-13)
2==========================
3
4* Added: Allow to slide blocks using mouse.
5* Added: Roman numerals as tile skin.
6* Added: Binary numbers tile skin.
7* Added: Separated TGame paint and state change events.
8* Modified: Update locking on combobox items initialization in new game form.
9* Modified: Count total score using standard power of two numbers for all tile skins.
10* Modified: Draw to Canvas through TMetaCanvas class.
11* Modified: Animate tiles movements in background thread.
12* Modified: Initialize TCore as first application form.
13* Fixed: Build under Lazarus 2.0.10 and FPC 3.2.0.
14* Fixed: Main menu was not translated.
15* Fixed: Drawing board in AI mode.
16* Fixed: Undo action was not enabled.
17* Fixed: Init form opaque control style during its creation.
18
19Version 1.2.0 (2019-11-08)
20==========================
21
22* Added: Animation of tiles merge.
23* Added: Animation of appearence of new tiles.
24* Added: Support for dark theme.
25* 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.
26* Added: Key buffer to capture consecutive key presses even with slow animation.
27* Added: Read Me file.
28* Modified: Use just 2048 for application name.
29* Modified: Draw board rounded corners.
30* Modified: Make tiles rectangle with rounded corners.
31* Fixed: Unable to move tiles in 2x2 board size.
32* Fixed: Board border width.
33* Fixed: Tile margin not calculated correctly for different canvas sizes.
34* Fixed: Wrong slash symbol in path for storing moves history to registry.
35
36Version 1.1.0 (2019-10-13)
37==========================
38
39* Added: New form accessible from menu Tools - Moves history with game moves history.
40* Added: Computer player accessible from Tools menu in Debug mode. It is not able to win game yet.
41* Added: Help windows with instructions how to play.
42* Added: With 10% chance create new random tile with value 4 instead of 2.
43* Modified: Fixed tiles move animation.
44* Fixed: Update previous board state for undo only if board is really moved.
45
46Version 1.0.0 (2019-10-04)
47==========================
48
49* Added: Game mechanics implementation.
50* Added: Selectable board size (from 2x2 to 12x12).
51* Added: Last move undo.
52* Added: Keep game between application restarts.
53* Added: Localization support (English, Czech).
54* Added: High DPI support.
Note: See TracBrowser for help on using the repository browser.