Skip to content

Releases: BlueHuskyStudios/Swift-Mines

1.1.1 - Explosion sound effect

23 May 22:04
0da2ec1
Compare
Choose a tag to compare

Download on the Mac App Store

I had fun making an explosion sound effect, so I figured I'd add that to this game! No other changes to the game were made, but I did add a "Sponsor" button to this repo in case you want to give back 😁

Known Bugs:

See also: the bug label

  • Cannot use secondary-click to place a flag: #50

// TODO:

See also: the enhancement label

  • Click a satisfied number to reveal surrounding squares: #4
  • Speed optimization (especially for larger boards): #5 and #6 (See also: the Optimization label)
  • Game saves: #7 and #9
  • Multiple games at once: #8
  • Game Center integration: #10
  • iOS app: #11
  • iPadOS app: #12
  • Localization: #13 , #14, and #15
  • Theming: #16
    • Checkerboard pattern
    • Custom colors
    • Custom icons

Patch Changes

  • 1.1.1 - Updated copyrights in source code and project file

1.0.7 - MVP

15 Feb 07:34
a362773
Compare
Choose a tag to compare

The elusive Minimum Viable Product! Very much a version 1.0.0, and as much in SwiftUI as possible.

Known Bugs:

  • Cannot use secondary-click to place a flag: #50

// TODO:

  • Click a satisfied number to reveal surrounding squares: #4
  • Speed optimization (especially for larger boards): #5 and #6 (going forward, there's a tag for that)
  • Game saves: #7 and #9
  • Game Center integration: #10
  • iOS app: #11
  • iPadOS app: #12
  • Localization: #13 , #14, and #15
  • Theming: #16
    • Checkerboard pattern
    • Custom colors
    • Custom icons

Changes since 1.0.0

  • 1.0.7
    • Updated GitHub URLs to point to BlueHuskyStudios rather than BenLeggiero (repo was transferred)
    • Updated the version number so the Mac App Store will allow the new URLs
  • 1.0.6
    • Updated the wording based on app review #66
  • 1.0.5
    • Fixed a bug where the first-run dialog doesn't re-appear even if you leave the "never show this again" box unchecked
  • 1.0.4
    • Reworded the first-run disclaimer to be more clear that the app is finished, but SwiftUI is not
  • 1.0.3
    • Created and committed Mac App Store promotional images
    • Found and fixed #56
  • 1.0.2
    • Set version number in PBXproj file
  • 1.0.1
    • Updated Entitlements to no longer include access to user-selected files
    • Added Privacy Policy: #54
    • Set app category to "Puzzle Games"