[kde-doc-english] [kronometer] /: Updated documentation and version numbers

Elvis Angelaccio angelaccioelvis at gmail.com
Sat Apr 5 12:44:12 UTC 2014


Git commit 99f4a89ebd966f5295e4d69c144538b14f53ef31 by Elvis Angelaccio.
Committed on 05/04/2014 at 12:44.
Pushed by elvisangelaccio into branch 'master'.

Updated documentation and version numbers

M  +1    -1    README
M  +2    -1    doc/index.docbook
M  +1    -1    main.cpp

http://commits.kde.org/kronometer/99f4a89ebd966f5295e4d69c144538b14f53ef31

diff --git a/README b/README
index f2c9b27..937bbc6 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ Homepage: http://www.aelog.org/kronometer/
 
 Changelog
 ---------
-v1.2.0
+v1.2.1
 * Option to hide the statusbar from the main window
 * Official documentation, *Kronometer Handbook* now available in the Help menu
 
diff --git a/doc/index.docbook b/doc/index.docbook
index f9b6f6b..d61aae3 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -29,7 +29,7 @@
 </copyright>
 
 <date>2014-04-05</date>
-<releaseinfo>1.2.0 (&kde; 4.14)</releaseinfo>
+<releaseinfo>1.2.1 (&kde; 4.14)</releaseinfo>
 
 <legalnotice>
   &FDLNotice;
@@ -160,6 +160,7 @@
     <title>Interface settings</title>
     <para>
       In the interface settings page you can choose whether to show the time headers. The time headers are the labels on the upper space of the stopwatch display. They show the name of each timer component (hours, minutes, &etc;).
+	  You can also choose whether to show the Status Bar in the main window.
     </para>
   </sect1>
   <sect1 id="save_settings">
diff --git a/main.cpp b/main.cpp
index 16f5403..d5b3374 100644
--- a/main.cpp
+++ b/main.cpp
@@ -27,7 +27,7 @@
 namespace
 {
     const QByteArray APP_NAME = "kronometer";
-    const QByteArray VERSION = "1.2.0";
+    const QByteArray VERSION = "1.2.1";
     const QByteArray OTHER_TEXT = "";
     const QByteArray HOME_PAGE_ADDRESS = "http://aelog.org/kronometer";
     const QByteArray BUGS_EMAIL_ADDRESS = "bug at aelog.org";


More information about the kde-doc-english mailing list