1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
v2.2.1
* Fixed laps sorting.
* Updated translations.
v2.2.0
* Fixed laps export feature.
* Implemented screen inhibition while a stopwatch is running.
v2.1.5
* Fixed width of columns in the laps view.
* Updated translations.
v2.1.4
* Updated homepage links
v2.1.3
* Fix build with ECM >= 5.31
* Prevent warning messagebox with kxmlgui >= 5.30
v2.1.2
* Fix default size of Session dialog.
* Don't assume there are always sessions saved.
* Updated translations.
v2.1.1
* Window size can now be restored (BUG 361494)
* Fix wrongly-enabled Save action (BUG 352993)
* Fix appereance of Lap View (BUG 365101)
v2.1.0
* Improved usability of dialogs.
* Moved toolbar to top position.
* Menubar is now hidden by default.
* Dropped statusbar.
v2.0.2
* Fixed invisible main window with Qt 5.6
v2.0.1
* Fixed default height of the Kronometer window (BUG 351746)
v2.0.0
* Port to Qt5 and KDE Frameworks 5
* New Breeze icons: app icon and start/pause/reset/lap icons
* Sessions persistence through a simple Session dialog, instead of XML files
* Improved the Settings dialog and removed useless settings
* Hours are now hidden by default, both in stopwatch time and laps times.
* Laps absolute times are now hidden by default
* Laps notes can now be hidden
* Suspension awareness: pause running stopwatch if the OS is going to sleep (BUG 349824)
* Cleaned up UI and visible string messages
* Stopwatch time format is automatically ovverridden when needed (BUG 343130)
* Fixed BUG 344714
* Laps can now be exported to the JSON format, but not anymore to XML
* Fixed Kronometer handbook not being shown from Help -> Kronometer Handbook
* Added manpage
* Development: added autotests
v1.6.0
* UI cleanup in the Settings dialog (bug 343127: http://bugs.kde.org/show_bug.cgi?id=343127)
* Removed the 'Ask On Exit' option (bug 343126: http://bugs.kde.org/show_bug.cgi?id=343126)
* Lap times format is no more ignored (bug 343128: http://bugs.kde.org/show_bug.cgi?id=343128)
v1.5.2
* Fixed wrong GPLv2 version in COPYING file
v1.5.1
* Fixed error preventing the building of Opensuse RPM packages
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
v1.4.1
* Upper toolbar is now correctly removed from the UI
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)
* Use the official KDE bugtracking system
* Minor layout fix in the settings dialog
v1.2.2
* Fixed small bug preventing compilation on old compilers
v1.2.1
* Option to hide the statusbar from the main window
* Official documentation, *Kronometer Handbook* now available in the Help menu
v1.1.2
* Fixed window-modified placeholder (*) bug on stopwatch reset
v1.1.1
* Minor bug fixes and improvements
v1.1.0
* Export lap times to CSV (Comma Separated Values) format
* Export lap times to XML format
v1.0.0
* First "stable" release of Kronometer
* Fixed the appereance of the laps table-widget
* Added tooltips in Settings dialogs
v0.9.0
* Times saved on XML files instead of binary files
* Fixed bug on aborting a file opening
v0.8.0
* Added *Edit* menu with the ability to copy current stopwatch time to clipboard
* Color settings: choose stopwatch display background/text color
v0.7.1
* Fix compilation bug
v0.7.0
* Timer central *display* re-designed
* Now each time "slot" has its own display
* The displays are *splittable* between them
* Display *time headers*, which can be disabled from settings
v0.6.0
* Initial implementation of times saving on binary files
* You can save a stopwatch *frame* (time and laps) to a file and resume it (open it) later
* Due to the new *save toolbar* (new/open/save/save as buttons), the old *main* toolbar is moved on the window bottom by default. If you don't like it, you can always move it by right-clicking on it
* Added **Kronometer** menu, separating the *save* actions (menu File) from the *stopwatch* actions
* Save settings. You can disable the dialog on application exit if there are unsaved times
v0.5.0
* Now you can choose also the time format for lap times
* Font settings for timer display font
* Fixed general settings appereance, with a scrollable layout
v0.4.0
* Initial implementantation of Kronometer settings dialog (Settings -> Configure Kronometer)
* Stopwatch time format settings: show or not show hours/minutes/seconds/tenths/hundredths/milliseconds
* Now you can resize time label and lap times table without resize the application window
v0.3.0
* Lap recording feature
* Lap times sorting
v0.2.0
* *Panel-like* look for time label
* Time format in statusbar
* Tooltip messages for labels in statusbar
v0.1.2
* Switched install prefix from (cmake-default) **/usr/local** to **/usr**
v0.1.1
* Added **.desktop** file for KMenu integration
v0.1.0
* First public and stable release
* Initial basic features: start, pause, resume and reset the stopwatch widget
* Basic KDE settings: toolbar/shortcuts configuration, statusbar visibility
|