Releases: Bollos00/LibreMines
LibreMines version 1.6.1 released
-
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
- 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
- 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
Support for Windows Systems
LibreMines version 1.4.1 released
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
- Progress bar showing the progress during the game;
- Face reaction during the game (with openemoji);
- Other minimal changes.
LibreMines version 1.3.0 released
-
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
- 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
- Option to see the score history on the main menu.
LibreMines version 1.2.0 released
- 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.