From 1f725fddb130aea9ae95fddc461e1c97636f5ad2 Mon Sep 17 00:00:00 2001 From: Qiaoyong Zhong Date: Sat, 3 May 2014 17:10:36 +0800 Subject: [PATCH] added man page and Changelog files --- Changelog.md | 36 ++++++++++++++++++++++++++++++++++++ man/2048-qt.6 | 18 ++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 Changelog.md create mode 100644 man/2048-qt.6 diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..69cb76b --- /dev/null +++ b/Changelog.md @@ -0,0 +1,36 @@ +# Changelog + +## 2014-05-03 0.1.4 +* added man page and Changelog files +* typo fix +* added the AUR package to README.md + +## 2014-04-26 0.1.3 +* updated the version +* added desktop file +* added new icons + +## 2014-04-26 0.1.2 +* fixed a locale display bug + +## 2014-04-26 0.1.1 +* added language setting, version variable etc. +* line break in README.md +* updated README.md + +## 2014-04-22 0.1.0 +* embeded Droid Sans Fallback font +* save label setting +* added more variants of 2048 and selection of them +* improved the out of focus issue +* specified font family and figured out an translation file issue +* added Settings function. The best score is saved on disk +* added Chinese translation and the adding score animation +* added fluid animation +* added application icon and menubar +* added binary file on 64-bit Linux +* setup the Github repo +* Initial commit +* handle window resize +* simplified the UI structure +* integrated Qml within C++ diff --git a/man/2048-qt.6 b/man/2048-qt.6 new file mode 100644 index 0000000..e5d433f --- /dev/null +++ b/man/2048-qt.6 @@ -0,0 +1,18 @@ +.TH 2048-QT 6 2014-05-03 +.SH NAME +2048-qt \- the 2048 number game implemented in Qt +.SH SYNOPSIS +.B 2048-qt +.SH DESCRIPTION +Move the number tiles using arrow keys and merge the same numbers. Once a 2048 tile is achieved, you win. +.SH OPTIONS +2048-QT is configured graphically and does not have any commandline options. +.SH FILES +~/.config/xiaoyong/2048-Qt.conf +.RS +Per user configuration file. +.RE +.SH BUGS +If you find a bug, please notify the author. +.SH AUTHOR +Qiaoyong Zhong