Add GUI and release workflows for v1.0.0#14
Merged
Merged
Conversation
- Add cross-platform GUI with modern styling using eframe/egui - Implement folder/grid/output selection with native dialogs - Add card counting, page calculation, and duplication warnings - Button transforms from Generate to Open PDF on success - Auto-reset when settings change - Fixed 700x780px window with consistent layout - Self-contained 7.6 MB binary with no external dependencies - Add release workflows for macOS, Linux, and Windows - Update CI workflows to build both CLI and GUI - Code Quality and builds now only run on pull requests - Update to Rust 2024 edition and version 1.0.0
powerje
force-pushed
the
gui-implementation
branch
from
October 11, 2025 00:21
d6bf8c6 to
178dfac
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GUI Features
cards-gui - Self-contained native application (7.6 MB binary)
Release Workflows
CI Workflows (run on every push/PR):
Release Workflows (trigger on version tags):
release-macos.yaml- buildscards-cli-macosandcards-gui-macosrelease-ubuntu.yaml- buildscards-cli-linuxandcards-gui-linuxrelease-windows.yaml- buildscards-cli-windows.exeandcards-gui-windows.exeVersion Updates
Test Plan
Release Instructions
To create a release:
This will trigger release workflows and publish binaries to GitHub Releases.