Skip to content

1.0.7 - MVP

Compare
Choose a tag to compare
@KyLeggiero KyLeggiero released this 15 Feb 07:34
· 24 commits to master since this release
a362773

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"