Skip to content

Releases: johnqherman/OpenMix

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 22:07
c4a168f
chore: bump version to 1.0.2 (#13)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 20:16
a90882b
Replace WinSparkle with app-styled in-app updater (#10)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 18:06
ci: rebuild openmix.dev after a release ships

The site bakes the downloads table and past-releases list at build
time; dispatching its deploy workflow from the appcast job keeps them
current without a manual redeploy. Skips with a warning when the
dispatch token secret is missing.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:00
feat: universal macOS build (Intel + Apple silicon)

Swap brew Qt (arm64-only) for the official universal Qt binaries via
install-qt-action, build liblo universal from source, and compile with
CMAKE_OSX_ARCHITECTURES=arm64;x86_64 at a 12.0 deployment target. CI
now asserts both slices are present with lipo before packaging.