Skip to content

v3.8.0

Latest
Compare
Choose a tag to compare
@thenaterhood thenaterhood released this 08 Dec 00:45
· 2 commits to dev since this release
v3.8.0
d97194e
  • FEATURE: Obey environment variables for Qt (QT_SCALE_FACTOR) and GTK (GDK_SCALE) for scaling detection
  • FEATURE: Add logging capabilities (-v, -vv, and -vvv flags) for debugging
  • FEATURE: Selection color can now be changed with the --select-color command line parameter, which takes a hex RGB/RGBA string (e.g. #FFFFFFFF) or ''
  • FEATURE: Selection box border thickness can now be changed with the --select-border-weight option, which takes an integer.
  • BUGFIX: Passing "configuration" command line options like --select-color won't cause gscreenshot to default to the CLI rather than GUI
  • BUGFIX: fix scale factor sometimes being applied when not needed
  • BUGFIX: fix window sizing bug on some screen sizes introduced in 3.7.0
  • ENHANCEMENT: Add wlr-randr as a source for scaling factor
  • ENHANCEMENT: Add scaling factor detection method to the About dialog