Lewis Gaul
Lewis Gaul
Meta issue for tracking upcoming features. ### v4.1 - [x] #163 Add highscores for split-cell mode - [x] #71 General improvements to PyInstaller packaging setup - [x] #32 Add probabilities...
- [ ] Clear probabilities when pressing F5 again (make menubar button a checkbox item that is toggled) - [ ] Keep refreshing probabilities after first shown in create board...
Mac and Windows both complain about the untrusted executable, making it awkward for users to run it. Windows: - See https://discuss.python.org/t/how-to-create-a-windows-command-line-application-and-its-installer-from-wheels/76136/
Direct the user to the help menu and general docs/repo link. Could do this by checking the presence of settings.cfg.
Write about how it functions as a classic minesweeper app, and then all of its additional features! Existing features (also see the [changelog](https://github.com/LewisGaul/minegauler/blob/main/CHANGELOG.md)): - [ ] Basics, fundamental role as...
Check the following: - Creating minefield - Finding openings - Calculating [remaining] 3bv - Recalculating numbers
The max size of the main window/minefield seems to be slightly too small, meaning that scrollbars are always shown. This has been seen on Windows using a monitor plugged in...
Maybe only after a certain amount of time has passed... Let the user know there's a new version. Possibly also provide an automatic upgrade option (see also #113).