Skip to content

v0.13.8

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 19:57
· 150 commits to main since this release

What's Changed

  • Fixed bug where cached switch saves would not be used due to an incorrect key being used to access it. This caused another API request to be used.

Full Changelog: v0.13.7...v0.13.8

What do I download

You should download Emulator.Manager.v0.13.8.zip. Then launch the exe inside the folder once its been extracted.

Why?

The EXE option was created using pyinstaller's --onefile option. This option creates an EXE that attempts to unload the files needed in a temporary directory located in C:\users{user}\AppData\Local\Temp. If, for whatever reason, this is inaccessible, it can cause issues. This is why I recommend that you download the zip option. The ZIP option can also become portable, while the EXE option cannot (for the reason above). To do this create a file called PORTABLE.txt in the directory that you run Emulator Manager from.

Note

Found a bug or want to suggest a feature? Create an issue