Releases: arcan1s/awesome-widgets
Releases · arcan1s/awesome-widgets
Release 2.0.0
- add new widget - awesome widget
- add new tags $hddfreemb, $hddfreegb, $memusedmb, $memusedgb, $memfreemb $memfreegb, $swapfreemb, $swapfreegb
- add new DataEngine - battery
- add new tooltip - battery
- add new temperature units cm^-1, kcal/mol, kJ/mol, Reamur
- add ability to hide panels by hotkey pressing
- remove widget pytextmonitor
- remove separate fields
- remove README
- project has been renamed to Awesome Widgets
- rename tag $custom (time) to $ctime
- rename tag $custom (uptime) to $cuptime
- rename tag $time (player) to $duration
- rename tag $number to $ndesktop
- rename tag $name to $desktop
- rename tag $total to $tdesktops
- debug flag is DEBUG now
- rewrite project to C++
- tooltip doesn't depend on widget now
- text align now can be configured only by using HTML tags
- move battery and AC settings to DataEngine
- changes in configuration interface
Release 1.11.0
- added ability to disable background image
- added desktop DataEngine
- added PTM desktop panel
- added desktop label (tags $name, $number, $total)
- rewrite dataengine to use tasks
- fix nvidia temperature definition
Release 1.10.2
- fix error with tempUnits in hddtemp label
Release 1.10.1
- fix error with number formats in ps label
- fix first initialization of DataEngine
- fix checking of qmmp
Release 1.10.0
- added tags $hddtotmb, $hddtotgb
- added tags $memtotmb, $memtotgb, $swaptotmb, $swaptotgb
- added ability for force update text
- added support of clementine
- added support of hddtemp cmd
- added support of disable option for HDDDEV and GPUDEV
- added error checking of DataEngine variables
- added multithreading to DataEngine
- added ability to disable popup messages
- added ability to use vertical layout
- added ability to add stretch
- added ability to show debug information (set environment variable 'PTM_DEBUG' to 'yes')
- added Brazillian Portuguese translation (@underr)
- added Ukrainian translation (Виктор Слободян)
- removed util.py
- removed createNotifyrc since it isn't needed
- refactoring of configuration interface
- player settings was moved from plasmoid to dataengine
- edited readme call
- changed readme from md to html
Release 1.9.0
- added support of several custom commands ($customN)
- added hdd speed label ($hddrN, $hddwN)
- added actions to context menu (open readme and run ksysguard)
- removed doubleclick event
- fix parsing pkg label
Release 1.8.3
- added Spanish translation (thanks to Ernesto Avilés Vzqz)
- added readme to the package
Release 1.8.2
- added different temperature units (Farenheit and Kelvin)
Release 1.8.1
- change pkg update time to hour
Release 1.8.0
- added scrollbar to configuration interface
- added AC lines configuration
- added $hddmbN, %hddgbN tags
- added support of ps ($ps, $pscount, $pstotal tags)
- added support of package managers ($pkgcountN tags)
- refactoring of DataEngine