- Timestamp:
- Jun 7, 2024, 10:05:49 PM (7 months ago)
- Location:
- tags/1.4.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.4.0/Core.lfm
r91 r95 23 23 VersionMinor = 4 24 24 VersionBugFix = 0 25 VersionSuffix = 'alfa'26 25 HomePage = 'https://app.zdechov.net/2048' 27 26 AuthorsName = 'Chronos' … … 29 28 AppName = '2048' 30 29 Description = 'A single-player sliding block puzzle game.' 31 ReleaseDate = 4 405630 ReleaseDate = 45450 32 31 RegistryKey = '\Software\Chronosoft\2048' 33 32 RegistryRoot = rrKeyCurrentUser -
tags/1.4.0/Install/win/Game2048.iss
r76 r95 5 5 #define MyAppNameShort "2048" 6 6 #define MyAppVersion "1.4.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" -
tags/1.4.0/Release Notes.txt
r81 r95 1 Version 1.4.0 (2024-06-07) 2 ========================== 3 4 * Added: Game menu restart action to start a new game without showing options dialog. 5 * Added: Toggle full screen mode (F11) from View main menu. 6 * Added: Allow to select color palette in new game dialog. 7 * Added: Step button in AI form to do single step. 8 * Added: Use also numeric keyboard for movement. 9 * Modified: Calculate different win tile value for different board sizes. 10 * Modified: Moved Settings menu under Tools menu. 11 * Fixed: Use scrollboxes in options dialogs. 12 * Fixed: Use clear background color under score text instead of solid. 13 1 14 Version 1.3.0 (2020-08-13) 2 15 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.