Skip to content

RefViewer v4.2.11

Choose a tag to compare

@raccoondays raccoondays released this 21 Dec 12:54
· 25 commits to main since this release

This was originally going to be a pre-release, however I decided to make it a full release for a couple reasons. First, I am working on implementing auto-updating, and I would like to afford myself some time before I can make the process reliable. Second, most of the new features since the last update have been fairly stable, and I want more people to try them out.

Should I find any critical bugs later, I will update this release, so keep an eye out. As for now, feel free to read the changelog and enjoy the new version! Also, remember to check out the coming pre-releases if you're interested in following the development process more closely.

Latest changes at a glance:

  • Integrated interface translations
  • Added Ukrainian and Brazilian Portuguese languages for you to try (Thanks Chawldol!)
  • Added the Amoled theme
  • Downgraded Electron to version 22.0.0 to allow Windows 7 compatibility
  • Added a setting to toggle hardware acceleration (fixes weird titlebar corners)
  • Added copy-pasting PSD files from file explorers
  • Fixed an issue with PSD files caching unnecessarily
  • Fixed an issue with pasting incorrect URLs
  • Fixed an issue where you couldn't pick the same color twice
  • Retired the changelog section to avoid unnecessary network requests
  • Organized the settings in the menu by relevance and topic
  • Upgraded the entire settings system, it should now be a lot faster
  • Upgraded some of the global variables to use Svelte stores
  • Some general code cleanup

Full changelog:

  • Bugfixes

    • Fixed an issue with dragging and dropping Discord images
    • Fixed an issue with PSD files caching unnecessarily
    • Fixed an issue with pasting incorrect URLs
    • Fixed an issue where you couldn't pick the same color twice
    • Fixed the issue with the background tool not working
    • Fixed the issue with the broken reset button in the color picker dropdown
    • Fixed some issues with the palette tool
    • Fixed some issues with the copy tool
    • Fixed a bug related to dragging and dropping images
    • Fixed the negative effect inverting alpha channels
  • New features

    • Added interface translations
    • Added Ukrainian and Brazilian Portuguese languages
    • Added image resizing
    • Added some image effects (black and white, negative)
    • Added a setting to toggle hardware acceleration (fixes weird titlebar corners)
    • Added an ability to copy-paste PSD files from file explorers
    • Added a theming system
    • Added the Amoled theme
    • Added the Light theme
    • Added a compiled setup build
    • Added the zoom slider (and the corresponding setting)
    • Added the ability to copy hex colors without the hashmark (Toggle in settings, on by default)
  • Miscellaneous

    • Finished the legacy theme
    • Removed single executable build
    • Upgraded Electron to version 22.0.0
    • Retired the changelog section to avoid unnecessary network requests
    • Reorganized the settings in the menu by relevance and topic
    • Reorganized the tools in the toolbar
    • Changed palette handler library from Node-Vibrant to colorthief
    • Upgraded the entire settings system, it should now be a lot faster
    • Upgraded some of the global variables to use Svelte stores
    • General performance and bug fixes