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
|
Changes in Release 1.9.0
=========================
- move to Qt 6
- fix suspend for windows
Changes in Release 1.8.0
=========================
- replaced second text editor with more efficient functinality
(see below)
- run each line in the text editor as a separate process unless
the line ends with a backslash
- the default settings and log files location has changed (see
the info window for more information)
- added command history
- other small fixes
Changes in Release 1.7.0
=========================
- added new shutdown/reboot/suspend/hibernate command (possibly
working on most debian based systems)
Changes in Release 1.6.8
=========================
added systemctl command in "automatic" and "sudo"
Changes in Release 1.6.7
=========================
- fixed not beeing able to start commands after first one failed
- fixed not saving text editors contents
- fixed not saving states of checkboxes
- fixed bug relating to environment (#716194)
Changes in Release 1.6.6
=========================
- new design and new options
- added welcome dialog
- update on translations
Changes in Release 1.6.5
=========================
- fixed bug: Settings are not saved if shutdown was set
- reviewed shutdown commands
- added translations for: (German), Asturian, Bosnian, Croatian,
English (Australia / United Kingdom), Galician, Italian, Malay, Polish,
Russian, Turkish, Ukrainian
Changes in Release 1.6.4
=========================
- Commands etc. can now be linked/connected with "&&" etc.
Changes in Release 1.6.2
=========================
- replaced all qDebug(), qWarning() and qCritical()
Changes in Release 1.6.1
=========================
- now also compile-able for Windows
Changes in Release 1.6.0
=========================
- rearranged design
- new function for showing the logs
Changes in Release 1.4.8
=========================
- added start & abort buttons
- fixed date and time problems (timer)
Changes in Release 1.4.5
=========================
- added "delete settings" in destructor
- new path for .qm translation files
Changes in Release 1.4.3
=========================
- corrected a spelling mistake
- some minor changes
Changes in Release 1.4.2
=========================
- a little modification for the
file browser
Changes in Release 1.4.1
=========================
- bug in time calculation fixed
Changes in Release 1.4.0
=========================
- the dateTimeEdit was replaced
trough a date and a time edit
- the date and time are now at
minimum the current date and time
- there are now browse buttons to
choose a program binary
- one can now save the command
he/she wants to
- the output is now devided into
four files: two output and two
error output files, because
there are two processes
Changes in Release 1.2.0
=========================
- fixed shutdown function
- replaced hints message box
with a QPlainTextEdit Object
Changes in Release 1.1.0
=========================
- pixmap now in .xpm format
- added DeviceKit in the shutdown
option
Changes in Release 1.0.2
=========================
- nothing source relevant
Changes in Release 1.0.1
=========================
- Initial Release
|