Warning, /utilities/kronometer/CHANGELOG is written in an unsupported language. File is not indexed.

0001 v2.3.0
0002 * Introduced Qt6 support.
0003 * Added option to start the stopwatch automatically (thanks to Miguel Carrillo).
0004 * Added support for HiDpi screens.
0005 * Fixed wrong times restored from session (BUG 421515)
0006 * Fixed stopwatch restart after system sleep (BUG 439998)
0007 * Fixed deletion of sessions (BUG 353077, thanks to Johnny Jazeix)
0008 * Qt 5.15 and C++17 are now required.
0009 * Fixed compilation on Windows (thanks to Johnny Jazeix).
0010 * Updated translations.
0011 
0012 v2.2.3
0013 * Fixed bug #349861 (thanks to Gaurav Shah): https://bugs.kde.org/show_bug.cgi?id=349861
0014 * Updated translations.
0015 
0016 v2.2.2
0017 * Updated translations.
0018 
0019 v2.2.1
0020 * Fixed laps sorting.
0021 * Updated translations.
0022 
0023 v2.2.0
0024 * Fixed laps export feature.
0025 * Implemented screen inhibition while a stopwatch is running.
0026 
0027 v2.1.5
0028 * Fixed width of columns in the laps view.
0029 * Updated translations.
0030 
0031 v2.1.4
0032 * Updated homepage links
0033 
0034 v2.1.3
0035 * Fix build with ECM >= 5.31
0036 * Prevent warning messagebox with kxmlgui >= 5.30
0037 
0038 v2.1.2
0039 * Fix default size of Session dialog.
0040 * Don't assume there are always sessions saved.
0041 * Updated translations.
0042 
0043 v2.1.1
0044 * Window size can now be restored (BUG 361494)
0045 * Fix wrongly-enabled Save action (BUG 352993)
0046 * Fix appereance of Lap View (BUG 365101)
0047 
0048 v2.1.0
0049 * Improved usability of dialogs.
0050 * Moved toolbar to top position.
0051 * Menubar is now hidden by default.
0052 * Dropped statusbar.
0053 
0054 v2.0.2
0055 * Fixed invisible main window with Qt 5.6
0056 
0057 v2.0.1
0058 * Fixed default height of the Kronometer window (BUG 351746)
0059 
0060 v2.0.0
0061 * Port to Qt5 and KDE Frameworks 5
0062 * New Breeze icons: app icon and start/pause/reset/lap icons
0063 * Sessions persistence through a simple Session dialog, instead of XML files
0064 * Improved the Settings dialog and removed useless settings
0065 * Hours are now hidden by default, both in stopwatch time and laps times.
0066 * Laps absolute times are now hidden by default
0067 * Laps notes can now be hidden
0068 * Suspension awareness: pause running stopwatch if the OS is going to sleep (BUG 349824)
0069 * Cleaned up UI and visible string messages
0070 * Stopwatch time format is automatically ovverridden when needed (BUG 343130)
0071 * Fixed BUG 344714
0072 * Laps can now be exported to the JSON format, but not anymore to XML
0073 * Fixed Kronometer handbook not being shown from Help -> Kronometer Handbook
0074 * Added manpage
0075 * Development: added autotests
0076 
0077 v1.6.0
0078 * UI cleanup in the Settings dialog (bug 343127: http://bugs.kde.org/show_bug.cgi?id=343127)
0079 * Removed the 'Ask On Exit' option (bug 343126: http://bugs.kde.org/show_bug.cgi?id=343126)
0080 * Lap times format is no more ignored (bug 343128: http://bugs.kde.org/show_bug.cgi?id=343128)
0081 
0082 v1.5.2
0083 * Fixed wrong GPLv2 version in COPYING file
0084 
0085 v1.5.1
0086 * Fixed error preventing the building of Opensuse RPM packages
0087 
0088 v1.5.0
0089 * Laps annotations: now you can place a custom text note over a certain lap time
0090 * Option to disable the laps feature and hide the lap button and table
0091 * AppData support
0092 * Fixed bug 338540: https://bugs.kde.org/show_bug.cgi?id=338540
0093 
0094 v1.4.2
0095 * Removed option to hide the statusbar, since it's a built-in KDE feature
0096 * Small fix for digits appearance
0097 
0098 v1.4.1
0099 * Upper toolbar is now correctly removed from the UI
0100 
0101 v1.4.0
0102 * Latest lap time is now automatically selected
0103 * Fixed bug 336904: https://bugs.kde.org/show_bug.cgi?id=336904
0104 * First release with localization in over 11 languages
0105 
0106 v1.3.0
0107 * Major improvements in the stopwatch display UI
0108 * Fixed critical bug with exotic fonts in the stopwatch display
0109 * Removed the upper toolbar to make the UI less crowded (those actions are always available in the File menu)
0110 * Use the official KDE bugtracking system
0111 * Minor layout fix in the settings dialog
0112 
0113 v1.2.2
0114 * Fixed small bug preventing compilation on old compilers
0115 
0116 v1.2.1
0117 * Option to hide the statusbar from the main window
0118 * Official documentation, *Kronometer Handbook* now available in the Help menu
0119 
0120 v1.1.2
0121 * Fixed window-modified placeholder (*) bug on stopwatch reset
0122 
0123 v1.1.1
0124 * Minor bug fixes and improvements
0125 
0126 v1.1.0
0127 * Export lap times to CSV (Comma Separated Values) format
0128 * Export lap times to XML format
0129 
0130 v1.0.0
0131 * First "stable" release of Kronometer
0132 * Fixed the appereance of the laps table-widget
0133 * Added tooltips in Settings dialogs
0134 
0135 v0.9.0
0136 * Times saved on XML files instead of binary files
0137 * Fixed bug on aborting a file opening
0138 
0139 v0.8.0
0140 * Added *Edit* menu with the ability to copy current stopwatch time to clipboard
0141 * Color settings: choose stopwatch display background/text color
0142 
0143 v0.7.1
0144 * Fix compilation bug
0145 
0146 v0.7.0
0147 * Timer central *display* re-designed
0148 * Now each time "slot" has its own display
0149 * The displays are *splittable* between them
0150 * Display *time headers*, which can be disabled from settings
0151 
0152 v0.6.0
0153 * Initial implementation of times saving on binary files
0154 * You can save a stopwatch *frame* (time and laps) to a file and resume it (open it) later
0155 * 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
0156 * Added **Kronometer** menu, separating the *save* actions (menu File) from the *stopwatch* actions
0157 * Save settings. You can disable the dialog on application exit if there are unsaved times
0158 
0159 v0.5.0
0160 * Now you can choose also the time format for lap times
0161 * Font settings for timer display font
0162 * Fixed general settings appereance, with a scrollable layout
0163 
0164 v0.4.0
0165 * Initial implementantation of Kronometer settings dialog (Settings -> Configure Kronometer)
0166 * Stopwatch time format settings: show or not show hours/minutes/seconds/tenths/hundredths/milliseconds
0167 * Now you can resize time label and lap times table without resize the application window
0168 
0169 v0.3.0
0170 * Lap recording feature
0171 * Lap times sorting
0172 
0173 v0.2.0
0174 * *Panel-like* look for time label
0175 * Time format in statusbar
0176 * Tooltip messages for labels in statusbar
0177 
0178 v0.1.2
0179 * Switched install prefix from (cmake-default) **/usr/local** to **/usr**
0180 
0181 v0.1.1
0182 * Added **.desktop** file for KMenu integration
0183 
0184 v0.1.0
0185 * First public and stable release
0186 * Initial basic features: start, pause, resume and reset the stopwatch widget
0187 * Basic KDE settings: toolbar/shortcuts configuration, statusbar visibility