# 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` to `ts-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` content
* Streamlined 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.zephyr-sim.com/patch-notes/little-arms-launcher/archive/2023/v0.8.48.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
