Git commit 16f2c3b858b5e7bb9347e51eab1226fb4a24ede9 by Elvis Angelaccio. Committed on 07/07/2014 at 10:13. Pushed by elvisangelaccio into branch 'master'.
Update changelog and version number M +6 -1 README M +2 -2 doc/index.docbook M +1 -1 main.cpp http://commits.kde.org/kronometer/16f2c3b858b5e7bb9347e51eab1226fb4a24ede9 diff --git a/README b/README index 4f01856..1aa2d6e 100644 --- a/README +++ b/README @@ -10,10 +10,15 @@ Homepage: http://www.aelog.org/kronometer/ Changelog --------- +v1.4.0 +* Latest lap time is now automatically selected +* Fixed bug 336904: https://bugs.kde.org/show_bug.cgi?id=336904 +* First release with localization in over 11 languages + v1.3.0 * Major improvements in the stopwatch display UI * Fixed critical bug with exotic fonts in the stopwatch display -* Removed the upper toolbar to make the UI less crowded. Those actions are always available in the File menu. +* Removed the upper toolbar to make the UI less crowded (those actions are always available in the File menu) * Use the official KDE bugtracking system * Minor layout fix in the settings dialog diff --git a/doc/index.docbook b/doc/index.docbook index 6cd0fbc..f797788 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -28,8 +28,8 @@ <holder>Elvis Angelaccio</holder> </copyright> -<date>2014-06-29</date> -<releaseinfo>1.3.0 (&kde; 4.14)</releaseinfo> +<date>2014-07-07</date> +<releaseinfo>1.4.0 (&kde; 4.14)</releaseinfo> <legalnotice> &FDLNotice; diff --git a/main.cpp b/main.cpp index 1f0b4f9..0f4f301 100644 --- a/main.cpp +++ b/main.cpp @@ -27,7 +27,7 @@ namespace { const QByteArray APP_NAME = "kronometer"; - const QByteArray VERSION = "1.3.0"; + const QByteArray VERSION = "1.4.0"; const QByteArray OTHER_TEXT = ""; const QByteArray HOME_PAGE_ADDRESS = "http://aelog.org/kronometer";
