Version 1.1.0 (2020-11-28) ========================== * Added: Show highest score on game over. * Added: Support for dark mode. * Added: Top left back button to exit from game to game menu. Allow to restart game and continue with playing. * Added: Support for Escape key for exiting game and menu. * Added: Support for full screen mode. Can be changed in options and by hitting F11 key. * Added: Remember form dimensions between application restarts. * Added: Multi-language support. Supported English and Czech languages. * Added: Main game menu with options section. * Modified: Use InnoSetup 6 with modern style. * Modified: Update project web links. * Modified: Use High DPI support under Windows. * Fixed: Canvas width and height is not updated correctly on Windows. Use additional CanvasSize parameter in drawing methods. * Fixed: Correct vertical position of game over text. * Fixed: Show correct application icon and removed version from name in Windows installed application item. * Fixed: Zooming by mouse wheel was inverted. Not worked correctly with touch screen. * Fixed: Avoid division by zero in line intersection calculation. Version 1.0.0 (2017-11-19) ========================== * Added: 12 station shapes. * Added: Change train direction if train is manually repositioned. * Added: Automatic zooming to all existed map stations. * Added: Player can place additional trains on line and move trains between lines and different places on line. * Added: Draw track lines which go in same position side by side to see them all and be able to grab one of them. * Added: Show passenger max. count at each map station overload signalization using pie graphic. If overload last too long then game over is set. * Added: 9 metro lines with different colors. * Added: Support for circular lines. * Added: Player can enlarge line from both ends as well as between stations. * Added: If track line is grabbed then design time floating track attached to mouse is displayed. * Added: Space bar key have a pause function now to stop train movement and time flow. * Added: Rotate train and their passengers according track. * Added: Add new train each week. * Added: Show clock at top right corner. * Added: Show line end stations. * Added: Show passengers inside train. * Added: Show available trains count. * Added: Select metro line by clicking on its track.