Skip to content

RefViewer v4.2.5

Choose a tag to compare

@raccoondays raccoondays released this 10 Aug 09:26
· 68 commits to main since this release

We haven't had a stable release in a while, and since some of the big bugs have now been addressed, I figured its as good time as any to do a new one!

Latest changes at a glance:

  • Fixed a problem with the current image not hiding while a new one is being loaded
  • Enabled access to developer mode for extra debugging options
  • Small visual improvements to some UI components
  • Enabling autosave without selecting a directory will now save screenshots to your .refviewer directory
  • Config file is now formatted for readability
  • Implemented a hotfix for non-standard images not loading from remote resources
  • Renamed the Toolbox component to Toolbar for consistency
  • Implemented a hotfix for some versions of Linux where saving failed due to an unknown file extension
  • Fixed RefViewer attempting to crop image while not in cropping mode

Full changelog:

  • Bugfixes

    • Fixed RefViewer attempting to crop image while not in cropping mode
    • Fixed a problem with the current image not hiding while a new one is being loaded
    • Implemented a hotfix for non-standard images not loading from remote resources
    • Implemented a hotfix for some versions of Linux where saving failed due to an unknown file extension
    • Fixed PSD files throwing an error due to a missing dependency
    • Fixed IPC events duplicating within the screenshot block causing a memory leak
    • Fixed changelog screen not having enough whitespace at the bottom
    • Fixed a bug related to Panzoom multiplying the zoom speed, zooming will be a lot smoother now
    • Fixed Ctrl+C not letting you copy interface text while you have an image selected
    • Fixed color picking mode not resetting when you clear the image
  • New features

    • Enabled access to developer mode for extra debugging options
    • Added click-through mode
    • Added a Clear button to the Recents list
    • Added a button to reset the settings in the settings menu
    • Added the option to automatically save screenshots in the settings menu
    • Added the Cropping tool
  • Miscellaneous

    • Small visual improvements to some UI components
    • Config file is now formatted for readability
    • Renamed the Toolbox component to Toolbar for consistency
    • Enabling autosave without selecting a directory will now save screenshots to your .refviewer directory
    • Added the loader for all other image selection methods
    • Added a timeout to force show the window if the screenshotting fails
    • Single-digit numbers are now padded with zeros in the log
    • RefViewer will now tell you if it has issues downloading images from remote hosts
    • Inline code blocks and URLs are now styled within the changelog section
    • Changed Sharp settings to prevent file size doubling when you save the image
    • Taking a screenshot now keeps the image entirely in buffer until saved or discarded
    • The Recents menu is now loaded asynchronously, so the entire app should load a little quicker