Skip to content

Latest commit

 

History

History
134 lines (88 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

134 lines (88 loc) · 10.2 KB

Changelog

1.2.2 (2024-07-16)

Code Refactoring

  • templates: add SRI (Subresource Integrity) to Kaboom.js CDN URL (5320feb)

1.2.1 (2024-07-03)

Bug Fixes

  • levels: improve hint in level 9 (f10f505)

1.2.0 (2024-06-16)

Features

1.1.0 (2024-06-12)

Features

1.0.5 (2024-06-11)

Build System

  • scripts: zip dist bundle in CI (d84d3cc)

1.0.4 (2024-06-11)

Continuous Integration

  • github: fix repository name in upload release artifact (327a32f)

1.0.3 (2024-06-11)

Continuous Integration

  • github: fix upload release artifact in workflow release-please.yml (1b9f7b4)

1.0.2 (2024-06-11)

Bug Fixes

  • levels: improve hints and incorrect password message (4b60b12)

1.0.1 (2024-06-02)

Bug Fixes

  • make localStorage key more unique (efb7f0a)
  • style: set html background color to white (e82260c)

1.0.0 (2024-06-02)

Features

Bug Fixes

  • improve website responsiveness with mobile friendly styles (f0f1835)
  • levels: add cancel callbacks to cleanup (be5db6b)
  • levels: fix cleanup at level start (397b2ec)
  • levels: fix cleanups (0b8e750)
  • levels: improve levels (44a40d0)
  • levels: move player to starting position if out of bounds (1f15d8d)
  • levels: simplify 8 (f95cdf2)
  • scenes: replace eval with new Function (3bf1cf8)
  • templates: don't add player and exit if greater than 1 (346d1ef)
  • templates: don't allow more than 1 player and exit to be added (799e936)
  • templates: go to next level on win (69655df)
  • templates: tighten collider area for player and exit sprites (018a24f)

Performance Improvements

  • refactor game from canvas to inline iframe (d8fedb2)