Skip to content

Hotfixes v0.30.10

Compare
Choose a tag to compare
@code-maid code-maid released this 16 Sep 14:01
· 4 commits to master since this release
2121de5
  • fixed the issue of duplicating ishtar startup using rune run
  • interactive mode to create a project
  • fixed the progress bar hanging when installing packages if the package was already installed
  • if there is an error, rune now puts logs in the obj folder if there is one
  • added new aliases for commands (run - start), (new - create), (clean - clear, prune), etc
  • fixed the issue of package publishing failure via rune pack\publish
  • fixed support for Infinity constants during compilation (and derivatives during expression optimization)
  • added premature optimization of the as preprocessor
  • added primary support for int128, uint128 to the compiler
  • added about 63 new opcodes to optimize the compilation of constants
  • fixed the problem of loading native dependencies in ishtar
  • added additional logs in case of errors in the installation of workloads
  • fixed the problem of missing the final opcode for some methods

Full Changelog: v0.30.9...v0.30.10