About
=====

Peg-E is a peg solitaire game in which you jump over pieces in order to
remove them from the board, ultimately trying to eliminate all but one. The
boards are randomly generated, with 100 levels of difficulty. The game
auto-saves, and has undo-redo capability. Pieces can move horizontally,
vertically, and diagonally.
 
 
CREDITS 
======= 
 
Developers
----------
* Graeme Gott


Translators
-----------
Czech:
* Matyáš Elicer

Dutch:
* Elbert Pol

French:
* Stéphane Aulery

German:
* Daniel Meiß-Wilhelm

Greek:
* Wasilis Mandratzis

Lithuanian:
* Moo

Malay:
* abuyop

Polish:
* Michał Trzebiatowski

Romanian:
* Jaff (Oprea Nicolae)

Russian:
* sorrymak

Spanish:
* Edgar Carballo
* Francisco Zamorano

Turkish:
* Cüneyt Oktay


Icons
-----
* Oxygen, http://www.oxygen-icons.org/


Libraries
---------
* Qt, http://www.qt.io/
 
 
NEWS 
==== 
 
1.3.5
-----
* Improved code for building translations.
* Translation updates: Spanish.

1.3.4
-----
* Use native icons in Windows.
* Improved deployment.

1.3.3
-----
* Replaced deprecated code.
* Translation updates: Esperanto.

1.3.2
-----
* Added portable mode.
* Improved Linux deployment.
* Replaced deprecated code.
* Translation updates: Russian.

1.3.1
-----
* Switched to Qt 6.
* Translation updates: Esperanto, French.

1.3.0
-----
* Added support for Qt 6.
* Refactored code.
* Removed XPM icon.
* Translation updates: Esperanto, Telugu.

1.2.8
-----
* FIXED: Did not load locales with underscores.
* Improved Windows deployment.

1.2.7
-----
* FIXED: Was not loading KDE icon theme.
* FIXED: Window icon didn't work in Wayland.
* Improved loading locales.
* Improved Windows deployment.
* Replaced deprecated code.

1.2.6
-----
* FIXED: Automatic high DPI support.

1.2.5
-----
* Replaced deprecated code.
* Extra warnings only shown in debug build.
* Improved Linux deployment.
* Improved macOS deployment.
* Improved Windows deployment.
* Translation updates: Chinese, Portuguese.

1.2.4
-----
* FIXED: Could not compile with Qt 5.10.

1.2.3
-----
* FIXED: Did not always install translations in Linux.
* Translation updates: Chinese.

1.2.2
-----
* Generate binary translations at build time.
* FIXED: Was not properly loading Qt translations.
* FIXED: Success message was not high DPI.
* Translation updates: Dutch, German, Greek, Hebrew, Lithuanian, Polish.

1.2.1
-----
* FIXED: Application layout did not respect RTL languages.
* FIXED: All new games used the same seed in Windows.

1.2.0
-----
* Added support for high DPI displays.
* Switched to C++11 random classes.
* Removed support for Qt 4.
* Translation updates: Czech, Dutch, German, Greek, Hebrew, Lithuanian,
  Malay, Polish, Romanian, Russian, Spanish, Turkish.

1.1.2
-----
* Added support for Qt 5.
* Improved Linux desktop integration.
* Translation updates: Romanian.

1.1.1.1
-------
* Fixed not loading translated board messages.

1.1.1
-----
* Fixed restarting not clearing saved moves.
* Fixed background sometimes misdrawn.
* Translation updates: Dutch, Hebrew.

1.1.0
-----
* Added changing the peg color.
* Added new puzzle algorithms.
* Added a toolbar.
