Skip to content

Releases: Bollos00/LibreMines

LibreMines version 1.6.1 released

24 Apr 22:48
ee80d21
Compare
Choose a tag to compare
  • Option to save minefield as image;

  • With big boards, when using the keyboard controller, the current cell will always be visible;

  • Command to center the current cell with the keyboard controller (default key: SPACE).

LibreMines version 1.6.0 released

18 Apr 09:04
7980bba
Compare
Choose a tag to compare
  • Support translation for Brazilian Portuguese;
  • Option to restart the game with shortcut Ctrl+R;
  • Correction on naming (Application style, not theme).

LibreMines version 1.5.0 released

10 Apr 20:34
4e5faab
Compare
Choose a tag to compare
  • New faces reaction with TwEmoji;
  • New minefield theme with TwEmoji;
  • New Theme QdarkStyleSheet;
  • New Theme Breeze;
  • New themes ConsoleStyle and NeonButtons;
  • Themes installed on the system can be loaded with QStyleFactory.

LibreMines version 1.4.2 released

09 Apr 06:35
5c13c46
Compare
Choose a tag to compare

Support for Windows Systems

LibreMines version 1.4.1 released

31 Mar 04:13
355edc4
Compare
Choose a tag to compare

Fixed size adjustment of the Main Window. It was resized according to the size of the main window, while it should be according to the centralWidget() size. Also, now the window adapt its when a resize event occurs, so it is possible to change the size of the window on run time.

LibreMines version 1.4.0 released

29 Mar 00:20
e65aa73
Compare
Choose a tag to compare
  • Progress bar showing the progress during the game;
  • Face reaction during the game (with openemoji);
  • Other minimal changes.

LibreMines version 1.3.0 released

27 Mar 03:34
12d1bdf
Compare
Choose a tag to compare
  • Now the board is on a grid layout, inside a scroll area. This allows the length of the cell to be bigger even on big boards.

  • Two equal keys on keyboard controller now results in error;

  • Now the events are activated on a release inside the cell for labels and pushbuttons;

  • Maximum and minimum cell length options;

  • About dialog updated;

  • Fusion dark and fusion light themes.

  • Implemented option to jump multiples cells when ctrl is pressed on keyboard controller.

LibreMines version 1.2.2 released

16 Jan 04:00
498ac19
Compare
Choose a tag to compare
  • Option to set the minefield theme;
  • Minefield icons on svg format;
  • Qt-Svg to install dependencies (required);
  • Dependencies check on cmake;
  • Option to set the number of mines on customized games;
  • Ask before quit match;

LibreMines version 1.2.1 released

02 Jan 01:51
Compare
Choose a tag to compare
  • Option to see the score history on the main menu.

LibreMines version 1.2.0 released

29 Dec 07:28
Compare
Choose a tag to compare
  • Support for Qt6 with option USE_QT6 (example cmake .. -DUSE_QT6="YES");
  • Project variables (name, version, etc) on header file generated on precompilation (cmake part);
  • Some minimal corrections;
  • About and About Qt dialogs;
  • Keyboard Controller keys can be configured on preferences.