Released: 2019-09-29
- Removed parameter to add Application icon (it's done automatically on install already)
Released: 2019-09-01
- Fix #82: Quit app with Ctrl+Q
- Hide app with Ctrl+H
Released: 2019-09-01
- Fix #77: Give option to minimize to tray when closing from the X button
- Fix #47: Preferences not saved on flatpak version
- Several library updates (solves issue with RxPY 3.x)
Released: 2019-02-24
- Fix #46: Crash if installed via flatpak and there is an update
Released: 2019-02-24
- New GWE official icon! (closes #43)
- Removing offsets from LevelBars to keep consistent colors
- A little code cleanup (fixed many PyLint and Mypy issues plus ground work for multi-gpu support)
Released: 2019-02-17
- Using NV-CONTROL instead of NVML, when possible, to provide better compatibility with older cards
- Added changelog link to app menu
- Fix #9: The Close button in the About dialog box does not work on KDE
- Fix #11: Power limit Apply should check exit code
- Fix #34: Graph max sample based on refresh interval
Released: 2019-02-10
- Added overclock profiles
- Fixed GPU offset overclock not working for some cards
- Showing notification via libnotify if an update is available
- Added PCIe current generation info
Released: 2019-02-09
- Workaround for #36: graph text color from GTK theme
Released: 2019-02-09
- Applied fix for #26 also to set overclock and fan speed
Released: 2019-02-09
- Fixed #26: Added command line option to specify NV-CONTROL display
- Fixed #28: NVMLError_InvalidArgument with more than 1 GPU
- Fixed check for Coolbit 4 not working
- Launcher name changed to GreenWithEnvy
- Removed workaround for memory leak caused by python-xlib
Released: 2019-02-03
- Updated new version check to use Flathub instead of PyPI
- Workaround for memory leak caused by python-xlib
Released: 2019-02-02
- Fixed #16: [X-Protocol] Unable to set values
- Fixed #15: [X-Protocol] struct.error: unpack requires a buffer of xxx bytes while reading
- Fixed crash when Encoder/Decoder usage is not available
Released: 2019-01-30
- App available on Flathub!
- Fixed crash when power data is not available
Released: 2019-01-13
- Huge improvement in resource utilization thanks to the switch from CLI tools to libs to read the data
- Historical data dialog! (Requires GNOME 3.30+. New dependency necessary, check the Distribution dependencies section of the readme)
- Highlighting currently applied profile
- Distributing the app via Flatpak (not published on Flathub yet)
- Dropped support for PyPI
Released: 2019-01-03
- Min duty changed from 25 to 0
- Slightly bigger app indicator icon
Released: 2019-01-03
- Implemented Fan curve profile!
- Added GPU temperature to app indicator
- Changed app indicator icon (again)
- Other minor UI improvements
Released: 2019-01-01
- Fixed overclock slider value not correctly restored on startup
Released: 2019-01-01
- Removed unnecessary dependency from py3nvml
Released: 2019-01-01
- Enabled version check on startup
- Added ability to overclock GPU and Memory (requires coolbits to be set!)
- Added ability to change Power Limit
- Changed app indicator icon
- Other minor UI improvements
Released: 2018-12-31
- Initial release