You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.