AppStudio 9.0.3 released!

We’re pleased to announce that 9.0.3 has been released.

It has a number of fixes and enhancements. Notably, it has improvements to ChatGPT: a newer engine and the ability to handle 4 times as much code in a question.

  1. BS4, BS5: Checkbox: inline property no longer adds a BR
  2. BS5: Textarea now supports .text and .value
  3. Build: Action scripts updated.
  4. Build: Upgraded signing certificates for Windows
  5. ChatGPT: Context size increase 4x. Larger code modules can be handled.
  6. ChatGPT: error messages improved.
  7. ChatGPT: Version updated to gpt-3.5-turbo-1106
  8. Electron: package-lockfile now added by default
  9. Libraries: multiple updated
  10. Samples: Unneeded voltbuilder folders deleted.
  11. Snackbar: Duration is now user controllable.
  12. Stripe: User’s name now used instead of defaulting to ‘Stripe’.
  13. Toolbox: SQL WASM description improved.
  14. VoltBuilder: do not include SQL WASM module when using - use Cordova plugin.
  15. VoltBuilder: Log file name now includes date and time of build.
  16. Voltbuilder: Missing download folder now handled properly.
  17. VoltBuilder: update trial messages

You can download the new release from within AppStudio or from our site .

If you have any questions about the new release, ask on our forum or support@appstudio.dev.

The “Go to function” list still doesn’t work. I find this bug very frustrating as it is my “goto” when moving around my code. Will this be fixed shortly? Otherwise I’ll revert to v8.x

Yes, this will be fixed. It just didn’t get done in time for this release. The next release should come a lot more quickly than this one.

9.0.3.2 is now out - it fixes the Go to function list.

Thank you for helping us run this one down!

Hi, may I know what is 8) electron :Package lock file. Could u elaborate on that? Thanks in advance, tst

Item 8 is unlikely to affect you.

Certain lint process check for the presence of this file. Since it isn’t needed at that point in the processing, AppStudio was not creating it yet. However, the lack of this file was being flagged as a problem. This fixes that.

Awesome. Thanks