Skip to content

Releases: Chadowo/gosu-mruby-wrapper

v0.0.6

09 Feb 01:12
46b31a4
Compare
Choose a tag to compare

Summary

Commit 46b31a4.

Gosu v1.4.3
MRuby v3.2.0

Added

  • Windows executable now has the project's logo as icon.

v0.0.5

19 Dec 16:43
5ff758c
Compare
Choose a tag to compare

Summary

Commit 5ff758c.

Gosu v1.4.3
MRuby v3.2.0

Added

  • Build for MacOS.

Changed

  • Console is hidden by default now in Windows.

Fixed

  • Sometimes the path of the executable would not work, thus fused moded did not.
    This was because the path string wasn't NULL terminated.

v0.0.4

14 Dec 05:27
2f43f5e
Compare
Choose a tag to compare

Summary

Commit 2f43f5e.

  • Gosu v1.4.3
  • MRuby v3.2.0

The executables available are now striped, so the size is significantly reduced.

Added

  • Argument forwarding: now you can pass command line arguments that will be
    forwarded to your script (in ARGV).

Changed

  • MRuby is built with the wrapper, now you only need to build Gosu separately.

Fixed

  • Fused require and load would raise an invalid path error on paths that
    are valid.

v0.0.3

10 Dec 20:15
19bd38c
Compare
Choose a tag to compare

Summary

Commit 19bd38c.

  • Gosu v1.4.3
  • MRuby v3.2.0

Added

  • require and load functionality when in fused mode.
  • Added mruby-env mrbgem.
  • Added mruby-logger mrbgem.

Changed

  • The name of the executable is now in kebab-case (gosu-mruby) instead of PascalCase
    (GosuMRuby), since this seems to be convention for command line utilities.
  • The name for the file used as entry is now "boot" instead of "entrypoint", I find
    it more fitting and less verbose.

v0.0.2

09 Nov 23:09
075acf1
Compare
Choose a tag to compare

Summary

Commit 075acf1.

  • Gosu v1.4.3
  • MRuby v3.2.0

Changed

  • Now on runtime the current working directory will be changed to the current directory of the executable as to
    make relative paths correctly in case the executable is called from another directory

v0.0.1

07 Nov 19:45
9ed4323
Compare
Choose a tag to compare

Summary

Initial release (9ed4323).

  • Gosu v1.4.3
  • MRuby v3.2.0