This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
v0.2.0-alpha - Whomp's Fortress
Pre-release
Pre-release
Changes since Bob-omb Battlefield:
- Changed a lot of the backend to reduce reliance on terminal commands (example: usage of std::filesystem)
- Made it technically possible to have more than 255 builds by using a dynamic array (std::vector) instead of an array with a set size (QString [255])
- Replaced email_invalid with nothing to remove the email button on the about page
- Source editing no longer requires Kate. It now uses the VISUAL environment variable.
- Builds can now have names, descriptions and icons in the build list.
- Shortcut creation can now use icons and descriptions.
- Added 2 bash scripts to install dependencies.