Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@NathanQuellec NathanQuellec released this 26 Dec 18:05
· 291 commits to master since this release
3dc2b87

Changelog

What's new:

  • CI pipeline with GitHub Actions to ensure build success when a pull request is made for the master, develop, and release/* branches
  • Single-instance of WSL Studio
  • When the app is launched, we check if WSL (Windows Subsystem for Linux) is supported and installed using Community.sdk.wsl
  • Implementation of the List Detail design pattern to list WSL distros and display static characteristics such as "Memory Limit" and "Processor Limit"
  • Implementation of the Builder Pattern to create Processes (which will be useful for future releases)