Skip to content

v171

Compare
Choose a tag to compare
@adalfarus adalfarus released this 16 Mar 13:21
· 8 commits to main since this release

Full Changelog: View

[Bugfix for 170]
Main Features:

  • Replaced ScrollArea with a custom GraphicsView
  • Massively improved performance
  • Added OpenGL version (At least for me the OpenGL version seems slower)
  • Dramatically reduced executable size
  • Implemented Lazy Loading
  • Restores old scroll position when resizing
  • Better update check

Downloadable Files and Their SHA256 Checksums

  • Windows 10/11 x64 Installer:
    smv-v171-win10-11-x64-installer.exe
    SHA256: 87CC361FC3643205DE97F6DC027115FB5A69046313F4F0C257AAC7DC5075A1D4

  • Windows 10/11 x64 OpenGL Installer:
    smv-opengl-v171-win10-11-x64-installer.exe
    SHA256: 12D34EB7AA24BC53103C4E501D675FE05ED443DE89DC3A4DD545FEE2B3D809C2

  • Windows 10/11 x64 Compiled Source:
    smv-v171-win10-11-x64.zip
    SHA256: 8D62B3920BC7C3206D6D3F472F779F16962AA69DE9040FF46DAD37E3CD8A9057

  • Windows 10/11 x64 Compiled OpenGL Source:
    smv-opengl-v171-win10-11-x64.zip
    SHA256: EB625CFE057132782B5982218567924448EE41E2620BC111E7F8B5C245A674D4

Additional Notes

  • Theme Compatibility: If the system theme isn’t automatically detected, set the environment variable MV_THEME to "light" or "dark".
  • On Windows, open a terminal and enter: setx MV_THEME "dark" for dark mode.

  • On Linux or Mac, open a terminal and enter: export MV_THEME="dark" for dark mode.

  • Testing the filehash:
  • On Windows, open PowerShell, navigate to the folder containing the installer, and enter Get-FileHash FILE to compare the hash values.

  • On Linux or Mac, open a terminal, navigate to the folder with the installer, and enter sha256sum FILE (for Linux) or shasum -a 256 FILE (for Mac) to verify the hash values.

(If someone wants Windows 7 support, please open a ticket, but please switch to a newer and more secure os)

[IS SUBJECT TO THE GNU GENERAL PUBLIC LICENSE Version 3]