Skip to content

1.0.0

Compare
Choose a tag to compare
@ThioJoe ThioJoe released this 11 Feb 04:13
· 37 commits to master since this release
7fb2cf3

Initial Release


There are different versions of the Exe attached below - All identical in functionality, but packaged differently:

  • Architecture: x86 vs ARM64
    • x86 is usually what you'll want, it is the typical platform for desktop windows
    • ARM64 is used on certain portable devices like Copilot PCs, tablets, or Windows virtual machines running on a Mac
    • You'll know if you picked the wrong if Windows says an error like "This app can't run on your PC"
  • SelfContained vs Framework:
    • Framework : Requires Microsoft's .NET 9.0 runtime to be already installed on your system, but much smaller file
    • SelfContained : Runs fully portably without .NET 9.0 needing to be installed separately, but larger file.
      • If you're not sure, just use the self contained version