AppStudio 9.0.7 released!

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

In this release, we’ve made lots of updates to libraries. Notably, Electron has been updated to the latest version – read below about a change you will need to make to your projects.

We’ve also updated some of the key technologies which AppStudio is built on. Python, wxPython and PyInstaller are now up to date. This has increased stability, resolved some long standing issues, and lays the groundwork for future improvements.

  1. ChatGPT: Now uses latest model: GPT-4o
  2. Samples: ElectronWeather (JavaScript) updated.
  3. Electron: Error reporting improved – check log the About screen to see messages in the log.
  4. Electron: Electron updated to 31.2, Electron-builder to 24.13.3
  5. Libraries: PyInstaller updated to 6.9
  6. Libraries: Python updated to 3.11
  7. Libraries: wxPython update to 4.2.1

If you are using Electron, make sure the following versions are set in package.json property (Project Properties, in the Electron section):

  "electron": "^31.2.0",
  "electron-builder": "^24.13.3",
  "npm": "^10.8.2"

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.