This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Releases: tulpenkiste/Kirigami64
Releases · tulpenkiste/Kirigami64
v0.2.1-alpha - Whomp's (Patched) Fortress
This is a bugfix release. Changes include:
- Fixed segfault when no builds existed (pointer issue)
- Improved the look of the settings and repository options pages.
- Setup Github Actions workflow to compile on Ubuntu-22.04
- Fixed libgit2 shenanigans
v0.2.0-alpha - Whomp's Fortress
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.
v0.1.0-alpha - Bob-omb Battlefield
Changes since Castle:
- Default source file has been updated to work with the latest changes to sm64ex-coop (branch changes)
- Temporarily disabled clone progress sheets that don't actually work
- Deleting a build will now close the selected build sheet
- Commented out a bunch of debug code
v0.0.2-alpha - Castle
Changes since initial release:
- Added sources feature (replaced manual repository/branch input)
- Added MangoHud toggle (when executing games within this software)
- Added "Add to start menu" option for builds
- Several fixes
v0.0.1-alpha
This initial release contains the bare minimum of features. This includes:
- Repository cloning
- Repository pulling
- Building
- Repository deleting
Instructions for compiling/running can be viewed in README.md.
Compiled and tested on Arch Linux using Kernel 5.17.5-arch1.1 (64-bit).