Skip to content

chore: bump version to 0.1.4 for the activate target-platform and error-logging fixes - #80

Merged
frostebite merged 3 commits into
mainfrom
chore/bump-version-0.1.4
Aug 14, 2026
Merged

chore: bump version to 0.1.4 for the activate target-platform and error-logging fixes#80
frostebite merged 3 commits into
mainfrom
chore/bump-version-0.1.4

Conversation

@frostebite

Copy link
Copy Markdown
Member

Prerequisite for cutting a new release so cliVersion: latest (unity-activate#111, unity-builder#844's thin wrappers) actually picks up #79's fixes — v0.1.3 predates that PR.

…d as {}

Two real bugs surfaced by testing unity-activate's thin-wrapper PR against
this repo's freshly-merged activate command:

- ActivateCommand inherited UnityOptions' build-oriented targetPlatform
  default (StandaloneWindows64), so a bare `game-ci activate <path>` -
  exactly what the thin wrapper calls - threw "Windows-based builds are
  only supported on 2019.3.X+" for any older Unity version, even though
  activation doesn't build anything. Defaults to NoTarget instead, which
  RunnerImageTag already maps to the generic image and skips build-target
  validation entirely. Explicit --target-platform still works.
- log.error()'s JSON.stringify fallback silently produces '{}' for any
  bare Error, since message/stack/name are non-enumerable own properties.
  This was masking the actual error above and likely every other uncaught
  failure in the CLI. Error objects are now special-cased to print their
  stack.
@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 505c6e45-e129-41ff-a23b-21e7a85010c7


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@frostebite
frostebite merged commit fb935b2 into main Aug 14, 2026
15 checks passed
@frostebite
frostebite deleted the chore/bump-version-0.1.4 branch August 14, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant