Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rdsov rdsov released this 31 Dec 15:28
· 5 commits to dev since this release
09e4b48

release-banner-v0 5 0

Say hello to 🧲 Magnet v0.5.0!

New Features

  • This release brings in the highly requested and anticipated feature to edit CMakeLists.txt files: #21.
  • The default generator will no longer be inferred every single time when running magnet generate. Instead, you'll be asked to choose one when creating a new project. This allows full control over the build process since various flags can be passed down at any time: magnet generate -G Xcode. (#24)
  • You can now generate, build and run your project with a single command: magnet go.
  • New issues will now be automatically assigned to @rdsov. No action is required on your end. (#23)

Resolved Issues

  • Fixes a bug that would cause Magnet projects to fail during the building step on other Linux distributions like EndavourOS due to incorrectly escaped linker flags. (#20)
  • You can now build Magnet on Linux distributions that use package managers other than apt. (#22)
  • Fixes a critical issue that would prevent projects from launching on Linux.
  • Fixes a critical issue that would prevent projects from launching if they were built using the Ninja generator.

New Contributors

  • Thanks to @dario-loi for making their first contribution in #20 💛.
  • Thanks to @alpinus4 for suggesting that commands should be simplified 💛.