Skip to content

v6.8.1

Compare
Choose a tag to compare
@objeck objeck released this 04 Oct 19:52
· 5643 commits to master since this release

New library functions and general maintenance

v6.8.1

  1. Added ‘Directory->GetSlash()’ function (new)
  2. Renamed ‘System.IO.File’ bundle to ‘System.IO.Filesystem’ (new)
  3. Added ‘String->Remove(..)’ and ‘String->RemoveAll(..)’ for substrings (new)
  4. Re-added Window file association support for ‘.obe’ files

v6.8.0

  1. For issue #67, added the ability to generate a native portable runtime environment using the ‘obb’ command. The portable runtime contains all application dependencies and a native launcher.

v6.7.1

  1. Upgraded Windows libraries (new)
    a. zLib moved to 1.2.12
    b. OpenSSL moved to 1.1.1q
    c. SDL2 moved to 2.24.0
  2. Updated supporting RPI4 libraries (new)
  3. Updated SDL2 bindings to 2.0.6 compatibility (new)
  4. Added the SDL2 ‘GameController’ class (new)
  5. Added a ‘Remove’ method to the String class (new)
  6. Optimized VM memory usage (new)
  7. Windows file associations for “.obe” files, VM invoked by typing the filename (new)
  8. Fixed issue #68

Full Changelog: v6.8.0...v6.8.1