v1.2.1
Changes
- Fix an issue where the portable python executable was installed to a temporary directory. This caused a number of user-facing issues, including "forgetting" installs, requiring reinstall on every launch and assorted FS errors. The problem wasn't caught while testing the previous release due to a fluke of dev environment setups.
- Fix the PyPI index URLs used for ROCm pytorch. We expect this to resolve issues for AMD users on Linux where the CPU was used instead of GPU. Thanks @Motschen!
- The dev console now starts in the selected install location if it is a directory.
- Launcher version is displayed in the banner.
How to Install and Update
Downloads links are in the Assets section below. To update, overwrite your existing launcher with newly-downloaded file.
🚨 On macOS, you may need to use this workaround to run the launcher.
What's Changed
- Update README.md by @psychedelicious in #34
- fix: use correct index URLs for ROCm pytorch by @Motschen in #33
- feat: start dev console in install location if possible by @psychedelicious in #35
- fix: use uv path for managed python installs by @psychedelicious in #36
- feat: add launcher version to banner by @psychedelicious in #37
New Contributors
Full Changelog: v1.2.0...v1.2.1