Release v3.1.2: GDS Run Fix
This fix allows the non-default argument launches of the GDS GUI to function as expected. Specifically, running with fprime-gds -r
and fprime-gds --dictionary
have been repaired.
What's Changed
- Switch from
range(len(...))
toenumerate(...)
by @ThibFrgsGmz in #82 - Merge several nested
if
conditions into one by @ThibFrgsGmz in #83 - Fix import errors from #86 by @rmelick-muon in #87
New Contributors
- @rmelick-muon made their first contribution in #87
Full Changelog: v3.1.1...v3.1.2