v0.4.5 + Implemented dark / light mode. v0.4.4 + Implemented animated rows that are filled. v0.4.3 % Moved all input controllers to their own JS-files. + Improved input controller attach to / detach from players. % Increased max player count to 4. + Added input controller info per player. + Added official block names. v0.3.8 + Implemented Solengi.Tetris.config for customizing the game experience. + Implemented Solengi.Tetris.config.CREATE_WHOLE_BLOCK_IN_VIEW. % Fixed bug where block at top could move outside the horizontal dimension. - Removed old PWA deferred install prompt code. v0.3.4 % Fixed bug when adding a new player and max players has been reached. + New player now has same grid as the first player. % Moved a lot of startup code to tetrisboot.js % Changed behaviour of main menu button. v0.3.0 + Implemented dynamic loading of current version. % Square block now is 4x4 in size. % Upgraded preview styling. + Added pause-icon per player. % Fixed player name view. + Implemted basic support for GamePad input. v0.2.4 % Updated sw.js & sw.bootstrap.js % Improved input system (WSAD / ARROW / MOUSE+TOUCH). % Set max players to 3. + Implemented dynamic add / remove players. v0.2.0 % Improved view styling. + Added help for mouse & drag controls. v0.1.8 + Added PWA-installable support. % Centered menu-button. + Added favicon. + Added restart option in menu. % About button now points to Git-repo. + Added help. v0.1.2 + Implemented immediate drop of blocks. + Added file headers. % Fixed styling of blocks & cells into container. + When block is at top, allow rotate overflow above top of .rows-DIV. + Implemented mouse control. + Implemented touch control. + Added block preview. v0.0.5 % Fixed continues rotation. + Added animation on moving block. % Nice rounded view. % View rows are now placed in .rows div. v0.0.1 + Initial working version.