Skip to content

v1.2.5 Windows binaries

Latest

Choose a tag to compare

@ZailoxTT ZailoxTT released this 05 Nov 18:56
· 2 commits to main since this release

πŸ†• v1.2.5 β€” Project Import & Management Update

✨ New Features

  • Project Import: You can now import projects back into the editor, not just export code.

    • Supports importing from JSON (via clipboard or from file).
    • Allows restoring full projects from saved files or JSON strings.
  • Project Management:

    • Added a project list β€” select and open projects directly from the editor.
    • Simplified switching between projects without manually copying code.
  • Autosave System:

    • Introduced automatic session saving every 3 seconds.
    • Autoupdate doesn’t overwrite your project file, but allows restoring the previous session on the next launch in case of a crash or unexpected exit.
  • Source Structure Updates:

    • Added filesystem_utils.cpp and filesystem_utils.h.
    • Refactored and optimized several modules (ims_buffer, ims_object, ims_gui, etc.).
  • CMake & Build System:

    • Updated CMakeLists.txt.

🧩 Notes

  • Based on v1.2.4_official.

πŸͺŸ Windows binaries

Prebuilt Windows binaries are available in the Assets section below.


πŸ’¬ This update significantly improves workflow in ImStudio β€” you can now not only export code, but also manage and import complete projects directly within the editor.