Little Arms Launcher
v0.11.0
December 18, 2024
This update introduces support for hardware licenses.
New Features ✨
Added the ability to register your device and acquire a hardware license through a supported institution. Using the Little Arms Launcher with a valid hardware license grants access to its associated content, in addition to any content you currently have access to when running Zephyr.
v0.10.3
December 3, 2024
This update introduces social provider support and improvements to the launcher.
New Features ✨
Initial support for SSO
Improvements 🙌
Updated auth0 development domain
Bug Fixes 🪲
Login issue that would result in erroneous error if a previous login attempt had been canceled
v0.9.2
October 16, 2024
This update is primarily a fix for list-drives functionality on macOS
Improvements 🙌
SCSS related dependency updates
Bug Fixes 🪲
list-drives functionality on macOS where process could hand when using diskutil
v0.9.0
August 20, 2024
This update includes some bug fixes and improvements to the Launcher
Improvements 🙌
General project cleanup
Updated node version to 18.18.0
Updates listProcess errors to be more comprehensive
Error log fetching and zip submission for reporting payload
Addressables system updates
Fallback functionality to app update process
New Features ✨
New Dev Mode feature
Bug Fixes 🪲
Partitions list from diskutil in list-drives
App install issue related to DLC folder existence
Logic issue with app update map creation
URL generation for API requests
Improper channel value being sent in API requests
v0.8.62
January 10, 2024
This update includes an update to user credential handling
Improvements 🙌
Modified the way user credentials are passed from the Launcher to apps that support auto login.
v0.8.52
July 11, 2023
This update includes improvements and bug fixes
Improvements 🙌
Consolidated handling of listing processes into a list-process utility.
Bug Fixes 🪲
Fixed issue where request for federated sign in from renderer would error due to the session data object being un-sendable through IPC.
Added a fix for usage of (bundled) wmic utility that would previously result in its evocation failing when the absolute path to the wmic executable on the user's machine contained spaces.
Now ensure that
ensureRequiredDirectories
is executed before the initialization window is shown (during initialization of the launcher) to ensure any warning dialog windows are not obscured behind the initialization window (which is set to always display on top of all other windows).
v0.8.48
July 6, 2023
This update includes improvements and bug fixes
Improvements 🙌
Finished Vue3 migration
Implemented new method of fetching app executable ProductVersion on Windows using powershell.
Updated behavior of the `list-drives` service to include support for new method for macOS, as well as improved fallback handling.
Streamlined aspects of information/error logging.
Added preliminary recognition for when the user's machine suspends such as when it goes to sleep
Changed compilation of Typescript from
babel-loader
tots-loader
Added
diskutil
method for listing drives.Added hard drive detection utility to development settings view
Minor type-related updates and various other corrections to
src
contentStreamlined aspects of project tooling
Updated NodeJS to
v18.14.2
Made improvements to renderer error handling
Various other minor improvements
Bug Fixes 🪲
Minor bug fix for listing drives via powershell
Prevent
Content-Type
header from automaticaly being set in requests if already explicitly declared in requerst parameters.
Last updated