v0.3.0 Waves 14-15: ODP import/export + release workflow (macOS/Linux) - #13
Merged
Merged
Conversation
GitHub Actions builds a .app (macOS, ad-hoc signed) and .deb/.AppImage (Linux) on tagged releases. No paid Apple Developer account needed — users right-click → Open to bypass Gatekeeper. Documents the build-from-source path and artifact download instructions.
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
Two features in one PR:
Wave 14: ODP import/export
The
slides-odpcrate (was stub) now reads.odpfiles into the slides-core model and exports decks to.odp. 17 tests including round-trip.Wave 15: Release workflow (macOS .app + Linux bundles)
GitHub Actions builds downloadable binaries on tagged releases (
v*):.app— no paid Apple Developer account needed. Users right-click → Open to bypass Gatekeeper..deband.AppImageDocuments the download and build-from-source paths in
docs/RELEASES.md.What changed
crates/slides-odp/: reader (load.rs) + writer (save.rs) — full ODP format support..github/workflows/release.yml: tagged-release build workflow for macOS + Linux.apps/desktop/src-tauri/tauri.conf.json: enabled bundling with ad-hoc signing (signingIdentity: "-").docs/RELEASES.md: download + build instructions.Test results
scripts/verify-local.sh: green.scripts/verify-public-release.sh: green.What a reviewer should verify
load_save_round_tripexercises text, image, geometric, table shapes.signingIdentity: "-"means no Apple account needed; free.v*tags andworkflow_dispatch.v0.3.0 complete
This PR closes the v0.3.0 milestone. All roadmap items shipped.