• Pre-Release

    yindo released this 2026-05-20 10:22:53 -04:00 | 7 commits to master since this release

    📅 Originally published on GitHub: Wed, 20 May 2026 14:40:30 GMT
    🏷️ Git tag created: Wed, 20 May 2026 14:22:53 GMT

    Pre-release Changes

    6ee27cac28 gsd snapshot: pre-dispatch, uncommitted changes after 159m inactivity
    094f73a792 feat: add automatic pre-release builds on push to master
    138cac1d57 fix: set tag_name on release action to fix workflow_dispatch releases
    2339a80952 fix: replace fs-extra with native fs in byokConfig.js to fix CI test failure
    91ae6d3b83 Run Prettier on BYOK files to fix formatting check
    7867a2ddeb Fix pre-existing unused import causing CI lint failure
    82beb6d5e1 Add electron-app node_modules cache for BYOK tests
    78531b4c48 Fix CI workflow failures and add release action
    bec38ad0c7 Add GitHub Actions CI workflow and BYOK smoke-test procedure
    29cce95169 gsd snapshot: uncommitted changes after 76m inactivity
    7029d1a541 gsd snapshot: uncommitted changes after 65m inactivity
    72d591edab feat: All 12 BYOK modules pass node --check syntax validation with exit…
    bea1b46fd8 chore: auto-commit after reactive-execute
    49e1995cf9 gsd snapshot: uncommitted changes after 177m inactivity
    f5d747528b feat: Created ByokConfigPanel.js React component with provider CompactS…
    db25ec088d feat: Added apiKey merge logic in byok:saveConfig to preserve existing…
    98fd36b498 feat: Wired BYOK routing into AskAiEditorContainer — BYOK preset now ro…
    dbfc27dfad gsd snapshot: uncommitted changes after 177m inactivity
    6cf96b3db9 chore: finalize worktree state before migration to master
    f957c5f0fa test: Created byokConfig.js (Electron config persistence with fs-extra)…
    343ebb2cc2 test: Created errors.js with typed ByokError class and buildSystemPromp…
    0166ecc4c8 chore: auto-commit after stop
    cbe4259fc5 chore: auto-commit after stop
    fcfee149f6 chore: auto-commit after stop
    830587f25b Fix object parameter color in expression (#8611)
    032b93f0e2 Fix copied events to keep the same order when pasted (#8610)
    cea1410fb3 Add syntax highlighting for expressions in events (#8538)
    391caaddf4 Add internal hints for objects without known width/height (#8608)
    d9d8a7d3ea Fix a regression on the displayed position of custom objects (#8604)
    c8d5f4600c Add a button in the extension editor to select behaviors with the dialog (#8602)
    f9d1d4c60c Fix and show the button to add parameters to "action with operator" functions as disabled (#8603)
    d81a6899dd Allow to create variables from autocompletion in more cases (#8583)
    cacd28eed7 Add a "layer" property type for custom behaviors (#8596)
    e2de846279 Allow to load and unload objects from other scenes (#8592)
    584cca2d43 Export classes in ResourceLoader for better TypeScript compatibility (#8594)
    0b3f8e7205 Improve types for TypeScript 6 (#8591)
    4bb652f5e1 Fix Ai Panel not aligned to the top properly on mobile + improve games search to be more relevant (#8590)
    f60562eae3 [Auto PR] Update translations (#8585)
    1c17c895bb Allow custom objects to move layer cameras (#8572)
    651c93ae1f Add "Select All" in Events Sheet and ability to deselect an event when doing a multi-selection (#8578)
    0eb6014a93 Fix some visual glitches in the Events Sheet when opening and scrolling (#8571)
    
    Downloads
  • Pre-Release

    yindo released this 2026-05-20 07:43:45 -04:00 | 8 commits to master since this release

    📅 Originally published on GitHub: Wed, 20 May 2026 11:51:22 GMT
    🏷️ Git tag created: Wed, 20 May 2026 11:43:45 GMT

    Pre-release Changes

    094f73a792 feat: add automatic pre-release builds on push to master
    138cac1d57 fix: set tag_name on release action to fix workflow_dispatch releases
    2339a80952 fix: replace fs-extra with native fs in byokConfig.js to fix CI test failure
    91ae6d3b83 Run Prettier on BYOK files to fix formatting check
    7867a2ddeb Fix pre-existing unused import causing CI lint failure
    82beb6d5e1 Add electron-app node_modules cache for BYOK tests
    78531b4c48 Fix CI workflow failures and add release action
    bec38ad0c7 Add GitHub Actions CI workflow and BYOK smoke-test procedure
    29cce95169 gsd snapshot: uncommitted changes after 76m inactivity
    7029d1a541 gsd snapshot: uncommitted changes after 65m inactivity
    72d591edab feat: All 12 BYOK modules pass node --check syntax validation with exit…
    bea1b46fd8 chore: auto-commit after reactive-execute
    49e1995cf9 gsd snapshot: uncommitted changes after 177m inactivity
    f5d747528b feat: Created ByokConfigPanel.js React component with provider CompactS…
    db25ec088d feat: Added apiKey merge logic in byok:saveConfig to preserve existing…
    98fd36b498 feat: Wired BYOK routing into AskAiEditorContainer — BYOK preset now ro…
    dbfc27dfad gsd snapshot: uncommitted changes after 177m inactivity
    6cf96b3db9 chore: finalize worktree state before migration to master
    f957c5f0fa test: Created byokConfig.js (Electron config persistence with fs-extra)…
    343ebb2cc2 test: Created errors.js with typed ByokError class and buildSystemPromp…
    0166ecc4c8 chore: auto-commit after stop
    cbe4259fc5 chore: auto-commit after stop
    fcfee149f6 chore: auto-commit after stop
    830587f25b Fix object parameter color in expression (#8611)
    032b93f0e2 Fix copied events to keep the same order when pasted (#8610)
    cea1410fb3 Add syntax highlighting for expressions in events (#8538)
    391caaddf4 Add internal hints for objects without known width/height (#8608)
    d9d8a7d3ea Fix a regression on the displayed position of custom objects (#8604)
    c8d5f4600c Add a button in the extension editor to select behaviors with the dialog (#8602)
    f9d1d4c60c Fix and show the button to add parameters to "action with operator" functions as disabled (#8603)
    d81a6899dd Allow to create variables from autocompletion in more cases (#8583)
    cacd28eed7 Add a "layer" property type for custom behaviors (#8596)
    e2de846279 Allow to load and unload objects from other scenes (#8592)
    584cca2d43 Export classes in ResourceLoader for better TypeScript compatibility (#8594)
    0b3f8e7205 Improve types for TypeScript 6 (#8591)
    4bb652f5e1 Fix Ai Panel not aligned to the top properly on mobile + improve games search to be more relevant (#8590)
    f60562eae3 [Auto PR] Update translations (#8585)
    1c17c895bb Allow custom objects to move layer cameras (#8572)
    651c93ae1f Add "Select All" in Events Sheet and ability to deselect an event when doing a multi-selection (#8578)
    0eb6014a93 Fix some visual glitches in the Events Sheet when opening and scrolling (#8571)
    d52d42d3b4 Add integration test for objects created via a behavior action parameter (#8576)
    230657d076 Bump
    1480595463 Fix objects created by custom actions not being picked (#8575)
    edc26bdcbf Return non-zero objectSizeInfo for TextInput, Lighting and 3D objects and null when unknown
    
    Downloads