Releases: jonathanpeppers/dotnes
Releases Β· jonathanpeppers/dotnes
0.2.0-alpha, the "dotnet bot" is alive!
New logo!
The "dotnet bot" is alive on the NES!
.NET global tool, can be installed via:
dotnet tool install -g dotnes.compiler --prerelease
Just run dotnes
to use it.
What's Changed
- encode vector addresses in code by @lawhelpt in #27
- Support more addresses in IL2NESWriter.GetAddress by @amir16yp in #29
- New icon! by @jonathanpeppers in #32
- Console compiler by @charlesbetros in #40
- [tests] update test NuGet dependencies by @jonathanpeppers in #43
- Bump to MSBuild 17.11.4 references by @jonathanpeppers in #44
- [dotnes.compiler] now a .NET global tool by @jonathanpeppers in #45
- [tests] setup
Verify
as a test framework by @jonathanpeppers in #46 - [tests] use Roslyn for writing nicer tests by @jonathanpeppers in #47
- Implement
oam_spr
, conditionally emit methods by @jonathanpeppers in #50 - Sprites! by @jonathanpeppers in #51
- "Static Sprite" sample by @jonathanpeppers in #52
- Implemented
Bne_un_s
instruction by @jonathanpeppers in #54 - Add the "dotnet bot"! by @jonathanpeppers in #57
New Contributors
- @lawhelpt made their first contribution in #27
- @amir16yp made their first contribution in #29
- @IamFastre made their first contribution in #32
- @charlesbetros made their first contribution in #40
- @Foda made their first contribution in #50
Special Thanks
@IamFastre for designing a new, amazing icon!
@Foda for creating the "dotnet bot" for the NES!
Full Changelog: 0.1.1-alpha...0.2.0-alpha
0.1.1-alpha
What's Changed
- Apply all Roslyn suggestions from .NET 8 by @jonathanpeppers in #20
- Update to target .NET 8 by @jonathanpeppers in #21
- Backport useful fixes from
lols
branch by @jonathanpeppers in #23 - [ci] shut down dotnet process by @jonathanpeppers in #25
- [ci] update gh actions versions by @jonathanpeppers in #26
Full Changelog: 0.1.0-alpha.1...0.1.1-alpha
0.1.0-alpha.1
Initial release!