v0.6.0-beta #37
boxgaming
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Try out the release online here: https://qbjs.org
Release Highlights
File I/O Support
Support has been added for standard QBasic file input/output. QBJS now has a virtual file system that supports most file system operations. As part of this update there is now a File tab in the console to manage the virtual file system. Files can be dragged into the currently selected folder and downloaded by clicking the file name.
What is supported so far:
What is NOT supported yet:
Project Support
Now more complex projects can be managed and shared in QBJS. There is a new toolbar which allows you to open and save either individual .bas source files or a .zip file containing an entire project. Additionally, you can share publicly published projects with the src parameter. Here are a couple of examples:
Expanded Set of QB/QB64 Keywords
25 new keywords have been included with this release. See the full list below.
Release Notes
Fixes
Enhancements
This discussion was created from the release v0.6.0-beta.
Beta Was this translation helpful? Give feedback.
All reactions