Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose version information to editor extensions #7746

Merged
merged 1 commit into from Jun 19, 2023
Merged

Expose version information to editor extensions #7746

merged 1 commit into from Jun 19, 2023

Commits on Jun 15, 2023

  1. Expose version information to editor extensions

    User-facing changes:
    Editor scripts now can access following variables:
    - `editor.version` — a version of Defold, e.g. `1.4.6`
    - `editor.engine_sha1` — a SHA1 of Defold engine
    - `editor.editor_sha1` — a SHA1 of Defold editor
    
    Fixes #7741
    vlaaad committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    421be96 View commit details
    Browse the repository at this point in the history