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 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
|
boinctui (2.7.2)
* fix build with "make --shuffle=reverse" options
boinctui (2.7.1)
* fix build with latest ncurses
* fix invisible dark gray text
boinctui (2.7.0)
* command line parameters "--boinchost" and "--pwd"
* fix build with autoconf 2.7.1
boinctui (2.6.0)
* fix scrolling in statistics window and "raw task info" window
* merged some features from boinctui-extended branch (maintained by Mark Pentler):
transparent background, "receive time" and "swap size" columns in task window,
host's label in task window, etc.
boinctui (2.5.2)
* task window scrolling fixed
* fix build errors with gcc-11.2
boinctui (2.5.1)
* implemented "Project/Add Project by URL" menu item
* rpm spec file updated
* fixed some build warnings
* file gpl-3.0.txt included to source package
boinctui (2.5.0)
* implemented Statistics window
* user can to add any account manager manualy, in addition to BAM and
GridRepublic, via "Add new account manager" menu item
* bugfix: account manager authorization failed, when using uppercase
symbols in password
boinctui (2.4.4)
* add "Waiting for memory" task state
* bugfix: invisible forms at archlinux
* bugfix: log timestamp groupping
* bugfix: fix clang build
boinctui (2.4.3)
* bugfix: invisible colors at xterm-256color
* bugfix: random crash until program exiting
* bugfix: numpad '+' '-' do not work without numlock mode
* bugfix: build crash if ncursesw headers are placed not in ncursesw subdir
boinctui (2.4.2)
* bugfix: than boinctui connected to new version boinc-client,
messages at log window has wrong format
* timestamp end project name shown in message list only than they
have changed
boinctui (2.4.1)
* bugfix: gcc6 build fail
boinctui (2.4.0)
* resizable message panel
* bugfix: more accurately daily scores visualization
boinctui (2.3.6)
* bugfix: crach due boinctui.cfg incorrect.
* more informative time format at task panel
boinctui (2.3.5)
* implemented human readable values in raw task info window
* bugfix: incorrect dead line time for expired tasks
boinctui (2.3.4)
* bugfix: message list was shrink after any html tags in message body
* bugfix: unusable scrollbar in some of menues
boinctui (2.3.3)
* implemented mouse support
* scrollable widgets has scrollbars now
* optional ASCII line drawing mode (useful for wrong terminals
like putty etc.)
* message "unauthorize" add to caption then authorization failed
on boinc-client
* bugfix: last item of long menu has incomplet submenu
* bugfix: many memory leaks
boinctui (2.3.1)
* implemented detail task raw info window
* network requests moved to separete threads (ui not freeze then
network hang)
* confirmation dialogs for some operations (abort task, detach
project etc.)
* "Projects" menu restructured
* shortcut "A" added for abort selected task
* status line context depended
* configuration form automatically show at first boinctui start
* at "sort by estimate time" mode completed tasks moved to the end of list
boinctui (2.2.1)
* bugfix: double free memory (potential crash after edit host
list via Config form)
* "Sort by deadline" was added into View menu
boinctui (2.2.0)
* tasks list can be sorted by some columns
* implemented toggle "all tasks"/"hide done tasks"/"active only"
* migrate from openssl to gnutls-openssl
* bugfixes:
- unexpected crash in configuration form
- sometimes statistics panel doesn't update immediately after
switch between hosts
boinctui (2.1.1)
*bugfix: Configuration host list form's fields don't allow long strings
boinctui (2.1.0)
*"application name" column was added to task list
* each column in task list can on/off via menu "View"
* optional key "--without-ncursesw" was added to configure script. This key can disable utf8 and
perform linking with plain ncurses
* implemented support account managers (BAM etc). Attach/Detach/Syncronize
* implemented add/detach project directly (without account manager) as existing user or as new user
boinctui (1.2.0)
* bugfixes:
- percent done was always 0% on same locale setting
- workaround for negative estimate time
* Percent done for GPU tasks are color highlight (green for CUDA tasks, magenta for OpenCL)
* implemented GPU activity operations:
- run GPU always.
- run GPU based on preferences.
- suspend GPU always.
boinctui (1.1.0)
* bugfixes:
- any color combinations are invisible on any terminals
- incorrect visualization on any white background terminals
* implemented network activity operations:
- run always.
- run based on preferences.
- suspend always.
* implemented "Run benchmarks"
boinctui (1.0.0)
* implemented project operations:
- suspend.
- resume.
- reset.
- no new tasks.
- allow new tasks.
* add "abort task" in task menu
* implemented "Activity" features:
- run always.
- run based on preferences.
- suspend always.
* any bugfixes.
* color schem optimization.
boinctui (0.0.1)
* Initial Release.
|