Kronometer 1.4.2 has been released. It’s a minor release with just a couple of small fixes. The option to hide the statusbar, which was added in the 1.2.1 version, has been removed since it’s already provided by the standard KDE libraries: just go to the Settings menu and then click the Show Statusbar entry. In the meantime, I have completed the port to KF5, introduced in my previous post. What I still have to do is decide how to release the ported version, since KF5 is not that much spread across distributions, at this time. Probably I’ll wait the other Extragear applications and I’ll see how they will handle the new releases after their ports. Btw, if you want to have a look at the KF5 port, it’s just a matter of few git commands:

$ git clone git://anongit.kde.org/kronometer
$ cd kronometer
$ git checkout frameworks

Then you compile as always:

$ mkdir build && cd build
$ cmake ..
$ sudo make install

You’ll find the compiled port installed at /usr/local/bin/kronometer.