Releases: Journeyman1337/FossSweeper
v1.0.1.0
v1.0.0.0
The game is out of beta! Thank you to everyone who helped with testing. The game is polished and all basic minesweeper mechanics are implemented, though there is much more that we can do. The real work has only just begun.
What should we work on next? Skins? Seeds? Recording and playback? Something else? Make a post in the ideas board, and lets get this party started!
Features:
- You can now place flags before the game begins.
Bugfixes:
- Mouse capturing fixed on Windows platform. If you hold down a mouse button and move the mouse cursor out of the window, it will continue to track the mouse until you release.
- More fixes to chording, right clicking, etc. All input logic is now automatically tested, so there should be fewer issues that creep up in the future.
v0.5.0.0
This hopefully will be the last beta release before version 1.0 (fingers crossed). Please report bugs here. Thank you!
Features:
- Added git commit hash to about dialog.
- Added buttons to copy version and git commit hash to clipboard in the about dialog.
Bugfixes:
- Fixed the application icon not working on MacOS platform.
- Fixed issues with chording (area clicking).
- Fixed whitespace at the start of each line messing up allignment of license dialog text.
Tooling:
- Removed Trunk.
- Added unit tests for mouse input and drawing.
v0.4.0.2
This a second tweak release is done to determine icons were fixed on macos.
Bugfixes:
- Fixed icons on MacOS (?).
v0.4.0.1
This tweak release is done to determine icons were fixed on macos.
Features:
- The hash code from the git commit of each compiled release is now present in the About dialog. This will be helpful for bug reports.
Bugfixes:
- Fixed icons on MacOS (?).
v0.4.0
If all goes according to plan, this will be last beta version before 1.0. Please report bugs here. Thank you!
Bugfixes:
- Fixed chording (area clicking) so that it only occurs if you do it from a button that is down that is surrounded by the same number of flags as the amount of surrounding bombs.
- Fixed several bugs that would cause the game to become unwinnable.
v0.3.0
This beta release brings FossSweeper closer version 1.0. If you want to help, please try running the application. Report any bugs you find here.
Features:
- Changed the sprites to give the game a more unique style and to avoid violating Microsoft copyrights for the original Minesweeper games.
- Added application file icons on Windows, Mac, and Linux.
- Added credits dialog window that mentions the names and GitHub usernames of contributors.
Bugfixes:
- Fixed the license dialog text missing newline characters.