Skip to content

Releases: Journeyman1337/FossSweeper

v1.0.1.0

17 Oct 17:23
Compare
Choose a tag to compare

This small patch fixes an issue with chording.

Bugfixes

  • Mouse chording now works when you release the right mouse button.

v1.0.0.0

10 Oct 22:03
5a10577
Compare
Choose a tag to compare

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

02 Oct 22:31
Compare
Choose a tag to compare
v0.5.0.0 Pre-release
Pre-release

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

29 Sep 01:22
Compare
Choose a tag to compare
v0.4.0.2 Pre-release
Pre-release

This a second tweak release is done to determine icons were fixed on macos.

Bugfixes:

  • Fixed icons on MacOS (?).

v0.4.0.1

28 Sep 21:24
Compare
Choose a tag to compare
v0.4.0.1 Pre-release
Pre-release

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

12 Sep 02:57
4ded78a
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

11 Sep 20:26
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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.