v0.9.1
Update v0.9.1
This is just a small update to fix compatibility issues in Linux/macOS.
- Changed file paths to use path.join for cross-platform compatibility.
- Improved the StremioService class to check for Flatpak installation.
- Fixed an issue where, on Linux, Stremio Enhanced attempted to use process.env.APPDATAto locate AppData, which doesn't exist on Linux and returned undefined instead. Now it will use the .config folder on Linux instead.
- Now correctly opens the file explorer on the operating system the user is using. Previously, clicking "OPEN THEMES FOLDER" or "OPEN PLUGINS FOLDER" in the settings menu had no effect on non-Windows systems.
- Transitioned to using electron-builder instead of electron-packager.
- Implemented GitHub Actions workflow for automated project building.
This is what I tested:
- On Linux, I Installed Stremio Service using Flatpak. & also tested the service bundled build.
- On macOS (x86, Intel), I installed Stremio Service using StremioService.dmg from here.
- On Windows, I tested both the service-bundled build and the regular build.
Also, the stremio-aniskip plugin is out. Give it a try!
The app isn't signed so if you're on macOS you'll have to bypass Gatekeeper.
You should right-click the app and choose “Open” for first time you open the app (instead of double clicking) or run on terminal this command:
xattr -cr /path/to/Stremio.Enhanced.appor if that doesn't work try this:
xattr -d com.apple.quarantine /path/to/Stremio.Enhanced.app