Releases: andrewmd5/orion
Releases · andrewmd5/orion
orion v0.0.7
What's Changed
- Change "Command+C" to "Control+C" by @benwaco in #2
@andrewmd5
fix: use zsh shell to launch rather than bin/bash
d47ceb3
@andrewmd5
feature: only check for dependencies once
fc67fb3
@andrewmd5
shell: add '--version' to zsh check
1133f0c
@andrewmd5
feat: allow user to bypass macOS Sonoma check
7250f96
@andrewmd5
feat: set Windows version automatically
6a91cab
@andrewmd5
fix: steam UI not opening after update
9f48ff9
@andrewmd5
feat: ability to toggle retina mode
New Contributors
Full Changelog: 0.0.5...0.0.7
orion v0.0.6
- fix steam install
orion v0.0.5
- the shell wrapper now uses a fully qualified path to the brew that was supplied
orion v0.0.4
orion v0.0.3
- prompts the user to specify a brew path (fixes #3)
- checks for updates and alerts you when one is available
orion 0.0.2
- ensures command+c will cancel all asynchronous operations
- doesn't block you from exiting while a prompt is up
- minor fixes