Skip to content

Latest commit

 

History

History
239 lines (176 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

239 lines (176 loc) · 5.41 KB

Version 0.15.9

Released: 2024-05-29

  • Fixed version number (thank you @Ariche2!)

Version 0.15.8

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

Version 0.15.6

Released: 2023-09-29

  • Fix #206: App crash if power limit is not available
  • VBIOS fan silent mode feature
  • Updated several dependencies

Version 0.15.5

Released: 2022-04-01

  • Updated several dependencies

Version 0.15.4

Released: 2021-08-28

  • Updated several dependencies

Version 0.15.3

Released: 2021-04-10

  • Updated several dependencies

Version 0.15.2

Released: 2020-10-18

  • Little change of Temp labels
  • Updated several dependencies

Version 0.15.1

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

Version 0.15.0

Released: 2020-06-07

  • Fix #74: Fan control hysteresis

Version 0.14.1

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.

Version 0.14.0

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

Version 0.13.3

Released: 2020-01-12

  • Updated several dependencies

Version 0.13.2

Released: 2019-09-29

  • Removed parameter to add Application icon (it's done automatically on install already)

Version 0.13.1

Released: 2019-09-01

  • Fix #82: Quit App with Ctrl+Q
  • Hide App with Ctrl+H

Version 0.13.0

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)

Version 0.12.3

Released: 2019-02-24

  • Fix #46: Crash if installed via flatpak and there is an update

Version 0.12.1

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)

Version 0.12.0

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

Version 0.11.0

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

Version 0.10.4

Released: 2019-02-09

  • Workaround for #36: graph text color from GTK theme

Version 0.10.3

Released: 2019-02-09

  • Applied fix for #26 also to set overclock and fan speed

Version 0.10.2

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

Version 0.10.1

Released: 2019-02-03

  • Updated new version check to use Flathub instead of PyPI
  • Workaround for memory leak caused by python-xlib

Version 0.9.0

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

Version 0.8.0

Released: 2019-01-30

  • App available on Flathub!
  • Fixed crash when power data is not available

Version 0.7.0

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

Version 0.5.1

Released: 2019-01-03

  • Min duty changed from 25 to 0
  • Slightly bigger App indicator icon

Version 0.5.0

Released: 2019-01-03

  • Implemented Fan curve profile!
  • Added GPU temperature to App indicator
  • Changed App indicator icon (again)
  • Other minor UI improvements

Version 0.3.2

Released: 2019-01-01

  • Fixed overclock slider value not correctly restored on startup

Version 0.3.1

Released: 2019-01-01

  • Removed unnecessary dependency from py3nvml

Version 0.3.0

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

Version 0.1.0

Released: 2018-12-31

  • Initial release