Skip to content

Releases: Coteh/MinesweeperClone

v1.0.6

09 Jan 18:44
Compare
Choose a tag to compare

What's Changed

  • Add GitHub Actions deploy workflow to deploy to Pages (986d52d)
  • Bump webpack-bundle-analyzer from 4.9.1 to 4.10.1 by @dependabot in #17
  • Bump terser-webpack-plugin from 5.3.9 to 5.3.10 by @dependabot in #21
  • Bump html-webpack-plugin from 5.5.3 to 5.6.0 by @dependabot in #22

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

23 Nov 02:17
Compare
Choose a tag to compare
  • Switch to webpack for bundling (55a0486)
  • Pass game version to webpack from package.json (8b3f220)

Full Changelog: v1.0.4...v1.0.5

v1.0.4

05 Nov 01:42
Compare
Choose a tag to compare

What's Changed

  • Add auto-reveal feature (#15)
  • Only disable context menu if right clicking on a board tile (bcd711b)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

30 Oct 01:32
Compare
Choose a tag to compare

What's Changed

  • Save game options to storage by @Coteh in #14

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 Oct 04:36
Compare
Choose a tag to compare

What's Changed

  • Update to Pixi.js v4.1.0 by @Coteh in #6
  • Change 2 space tabs to 4 space tabs. by @Coteh in #7
  • Only reveal mines on the board when game over. by @Coteh in #8
  • Add "Reveal board on loss" option to title. by @Coteh in #9
  • Update Pixi.js to 4.3.0 by @Coteh in #10
  • Add a script to download pixi. by @Coteh in #11
  • 2023 Update by @Coteh in #12
    • Add version number to the title screen
    • Remove CLI
    • Update build/deploy scripts
    • Replace Travis with GitHub Actions

Full Changelog: 1.0.1...v1.0.2

1.0.1 Release

11 Jun 04:50
Compare
Choose a tag to compare

This release adds some minor fixes and changes.

  • Add Asset Loader (#2)
  • Add preliminary fullscreen support (stretch game screen to bounds of browser window)
  • Digits on mine count box now display amount of mines that still need to be flagged instead of amount of mines in total
  • Timer now starts when the first tile is clicked

Also added Travis CI integration support for the project.

Initial release

11 Dec 04:25
Compare
Choose a tag to compare
1.0.0

Initial commit.