Releases: jlfarris91/PhoenixSim
Releases · jlfarris91/PhoenixSim
v1.1.0
1.1.0 (2026-03-14)
Features
- adding support for emscripten builds (c4efc0f)
- updating ci for windows and emscripten (74d34c7)
- updating docs (8761cd0)
Bug Fixes
- adding step to install required build tools (which I thought should already be pre-installed....) (dedca6f)
- addressing "zip-inside-a-zip" artifact generated (dd2e9f8)
- attempting vcpkg cache fix and removing TestRTS from ci builds (5790543)
- enabling artifact generation for ci (3169a85)
- fixing a bug in install step where build dir was not specified (cda6b2b)
- fixing invalid path for upload-artifact (0cf6370)
- giving build.yml appropriate permissions (a84d0f9)
- implementing vcpkg caching using actions/cache (98c4db8)
- improving ci, artifact generation and attachment to release (aae5a4f)
- include all files recursively in artifact zip (2f5e8c4)
- last attempt (c5188de)
- Make build workflows callable; conditional uploads (8190270)
- more ci cleanup and another attempt at fixing the heap memory issue (d55fac2)
- more fixes for upload artifact step (82d9cbe)
- more permissions needed (c0f8d4d)
- removing <execution> which might be causing the compiler to run out of heap memory (668cdfa)
- removing hard-coded path to TracyClient.dll (5396f4d)
- Skip CI for release-please branches (0a1d14d)
- still trying to fix out of heap memory failure (31723d2)
- switching build runner to ubuntu-latest since windows sucks (5749ee8)
- the upload artifact is still not finding any files to upload, adding some logging (5cd8f82)
- trying another path for the artifact zip (9e79fb6)
- trying anything I can at this point, nothing is working (4afb312)
- trying to address a compiler out of heap memory error (f97df46)
- trying to address install error (8c70554)
- trying to force x64 compiler (940ffba)
- ugh (dad458a)
- Use Release preset and remove config input (31ce428)
- what was I thinking of course I need to use windows (b252b3c)
- wow this is such a pain in the ass (f03f0f8)