Skip to content

qimgv-plus v2.2.2

Choose a tag to compare

@hadoooooouken hadoooooouken released this 08 Jun 20:23
· 219 commits to master since this release

New Features & Improvements

  • Copy Viewport to Clipboard: Added a new copyViewportClipboard action (Shift+C) that copies the currently visible portion of the image to the clipboard (this can be used as an alternative way to crop the image). The shortcut is assigned automatically if not already bound.
  • Removed Windowed Info Bar: Removed the "show info bar in windowed mode" toggle from the Preferences dialog and underlying settings logic, simplifying the UI – The window title already contains all this information.

Bug Fixes

  • BMP Green Tint: Fixed a green color cast appearing on BMP thumbnails in Windows Explorer by removing the custom thumbnail provider registration for standard formats (jpg, jpeg, png, gif, bmp, dib) that Windows already handles natively.
  • Thumbnail Bar Opacity Slider: Fixed incorrect UI behavior where the theme was being reloaded on every slider tick during drag. The percentage label now updates live while dragging, and the theme is applied only once upon release.