Skip to content

RefViewer v4.2.9

Pre-release
Pre-release

Choose a tag to compare

@raccoondays raccoondays released this 17 Oct 13:28
· 53 commits to main since this release

Starting with this pre-release, some important changes will be made. I will now be bundling a setup file with every release instead of a single portable executable. Additionally, the file naming scheme will be slightly changed.

The reason for this change is simple. Versions of Electron that are locally installed, or started from "unpacked" builds have significantly faster startup times. We're talking anywhere between 15 and 20 seconds faster. Until I discover how to make the portable executable start faster, feel free to download the unpacked version and run the included executable like you have before. Or try the new setup build! I will be working on adding auto-updating to make the locally installed versions easier to use.

In other news, I have added a zoom slider which you can enable through the settings. It should make zooming on tablets easier. Also I have fixed a couple of bugs from the last build. Enjoy!

  • Added a compiled setup build
  • Removed single executable build
  • Added the zoom slider (and the corresponding setting)
  • Fixed a bug related to dragging and dropping images
  • Fixed a couple performance issues
  • Optimized and cleaned up the code somewhat