Released: 2024-05-29
- Fixed version number (thank you @Ariche2!)
Released: 2024-05-27
- Fixes #123: Fixed hysteresis calculation (thank you @m.schababerle!)
- Fixed appIndicator for Debian KDE Plasma (thank you @johanno!)
- Updated some dependencies
Released: 2023-09-29
- Fix #206: App crash if power limit is not available
- VBIOS fan silent mode feature
- Updated several dependencies
Released: 2022-04-01
- Updated several dependencies
Released: 2021-08-28
- Updated several dependencies
Released: 2021-04-10
- Updated several dependencies
Released: 2020-10-18
- Little change of Temp labels
- Updated several dependencies
Released: 2020-06-22
- Disabled check for new App version on launch (it's now opt-in)
- Fix #116: Add preference to check for new App version on launch
- Updated several dependencies
Released: 2020-06-07
- Fix #74: Fan control hysteresis
Released: 2020-04-09
- Fix #108: GWE not showing the apply button with some themes
- Updated several dependencies, including python-xlib: this should fix GWE for rootless Xorg.
Released: 2020-02-16
- Fix #101: Add notification dialog if proprietary NVIDIA driver not installed
- Fix #10: Window too big to fit into the 1366x768 resolution
Released: 2020-01-12
- Updated several dependencies
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