Git commit 99d46ba6579b4ac61bf8cf6f8b3c92838d3b64fd by Elvis Angelaccio. Committed on 27/08/2014 at 14:41. Pushed by elvisangelaccio into branch 'master'.
Update version numbers and changelog M +6 -0 README M +2 -2 doc/index.docbook M +1 -1 src/main.cpp http://commits.kde.org/kronometer/99d46ba6579b4ac61bf8cf6f8b3c92838d3b64fd diff --git a/README b/README index 4cb3b2b..7a66dcb 100644 --- a/README +++ b/README @@ -10,6 +10,12 @@ Homepage: http://www.aelog.org/kronometer/ Changelog --------- +v1.5.0 +* Laps annotations: now you can place a custom text note over a certain lap time +* Option to disable the laps feature and hide the lap button and table +* AppData support +* Fixed bug 338540: https://bugs.kde.org/show_bug.cgi?id=338540 + v1.4.2 * Removed option to hide the statusbar, since it's a built-in KDE feature * Small fix for digits appearance diff --git a/doc/index.docbook b/doc/index.docbook index 78f4d8a..5ebb468 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -28,8 +28,8 @@ <holder>Elvis Angelaccio</holder> </copyright> -<date>2014-07-28</date> -<releaseinfo>1.4.2 (&kde; 4.14)</releaseinfo> +<date>2014-08-27</date> +<releaseinfo>1.5.0 (&kde; 4.14)</releaseinfo> <legalnotice> &FDLNotice; diff --git a/src/main.cpp b/src/main.cpp index 6869bb8..f461656 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,7 +27,7 @@ namespace { const QByteArray APP_NAME = "kronometer"; - const QByteArray VERSION = "1.4.2"; + const QByteArray VERSION = "1.5.0"; const QByteArray OTHER_TEXT = ""; const QByteArray HOME_PAGE_ADDRESS = "http://aelog.org/kronometer";
