Releases: spannerisms/Futaba
Releases · spannerisms/Futaba
Release list
Linux
CLI changes:
- Linux registration support
- Error and warnings printed clearly
- Using
--no-retryor-1no longer waits for enter unless you use the--pauseflag unregisteradded if you want to unregister for some reason...?
Assembler changes/fixes:
- Added the
WarningsAreErrorsproperty - RNG fixes (also applies to CLI)
- Internal RNGs are now correctly XoShiro256**
- RNG seeds differently for better initial results and guaranteed no invalid states
- Endianness differences eliminated
- Certain expression errors are no longer hidden
Manifest changes/fixes:
maxerrors,warnaserror- Symbols and variables are now correctly added from manifest files
Bug fixes:
- Fixes with encoding and file sizes
- Nullfill and rom sizing fixes
- Improved CLI number parsing
Breaking changes:
- Renamed
CreateExternalVariabletoTryAddVariable - Renamed
AddSymboltoTryAddSymbolto better express its function
Full Changelog: v0.1.1-beta...v0.2.1-beta
Bug fixes
Fixed a bug with disposal
Release
v0.1.0-beta initial commit