Releases: arkane-systems/genie
Releases · arkane-systems/genie
1.17 - promiscuous mounting edition
Updated to use .NET Core 3.0.
Configured the bottle to share the mount namespace of its parent, such that other programs or features that mount filesystems outside the bottle after it is up and running (for example, the latest Docker Desktop WSL 2 engine) will have those mounts automatically replicated inside the bottle, for consistency.
1.16 - environmental edition
- Automatically transfers WSL environment variables into bottle
- Moved hostname-wsl file to /run
- Misc cleanup
1.12 - moving to a commune in Vermont without electricity edition
- Hopefully actually fixed the bloody thing.
1.11 - sleepless in Wichita edition
- Another whitespace fix.
- I need to sleep better on coding days. Or, at least, more.
1.10
1.9 - bug fix and streamlined build/package process
- Fixed command-line arguments to genie -c issue (#19)
- Build script creates needed directories, now also does packaging.
1.8 - runuser edition
Uses runuser instead of su and login to work around various bugs.
1.4 - hosts file edition
- Preserves the current working directory when invoked with the -c switch.
- Updates the hosts file to replace the non-WSL hostname of the machine with the WSL hostname.