Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 7.6 KB

CHANGELOG.md

File metadata and controls

78 lines (63 loc) · 7.6 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

4.1.0 (2023-07-31)

Features

  • animations for minimizing (2867deb)
  • minimize (5ebe868)
  • nudge the taskbar up a little when not zoomed in (d464fc8)
  • slightly simplified minimize animations (5c318bd)
  • the forced classic scheme can now be turned off (d17f166)

Bug Fixes

  • modals are never minimizable (b62b0d1)

4.0.0 (2023-07-30)

Features

  • added debug switch back (4b64d6a)
  • added regular buttons, highscore clearing (1c5281c)
  • added system clock (f95c199)
  • better tiles (09749df)
  • centering modal windows (2cbaf22)
  • disable resizing for custom game modal (0b46221)
  • fille start menu with items (f471e62)
  • firable action (fd35a4e)
  • migrate to turborepo (bbcd914)
  • mobile full screen (324de6b)
  • more icons, start menu banner color defined precisely (637f168)
  • movable shortcuts (990148b)
  • moved assets (30dfc75)
  • moved common ts to its own package (feb095f)
  • moved css to another package to prepare moving the components (866807e)
  • moved shortcuts and windows to their own component (c225e0f)
  • moved taskbar to a separate component (2a4d6d8)
  • moved types out (6577e42)
  • pixel perfect shortcuts (4ff7585)
  • rearranged files, added shortcut icon (db5ba30)
  • renamed repo, mobile window dragging based on svelte-gestures (010c7c2)
  • start menu is now together with its button. Added a container for the animation (51e1987)
  • taskbar icons (927cc52)
  • toggleable start menu (f4baf18)
  • tsconfig setup improved (2170d82)
  • turn common intro a publishable lib (b6b33fd)
  • update tinyslice (7dc4391)
  • update to common tooling (c14d7ab)
  • use central document event emitters (f739352)
  • use interactjs and normalizecss (edbcb3a)
  • using tinyslice 0.4 style dicing (3a4dc02)
  • vitest and better stylelint (85f0018)
  • window active state (344f4b6)
  • z ordering windows (f249be6)

Bug Fixes