> ## Documentation Index
> Fetch the complete documentation index at: https://docs.overlayed.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

# @overlayed/cli

<Update label="2026-07-07" description="v1.1.3" tags={[]}>
  * fix(build): forward VITE\_\* env vars to vp run build tasks so import.meta.env.VITE\_API\_BASE\_URL/VITE\_DASHBOARD\_URL are actually replaced in published builds
</Update>

<Update label="2026-07-07" description="v1.1.2" tags={[]}>
  * fix(cli): resolve import.meta.env.VITE\_DASHBOARD\_URL in published build
</Update>

<Update label="2026-07-02" description="v1.1.1" tags={[]}>
  * fix: build
</Update>

<Update label="2026-05-13" description="v1.1.0" tags={[]}>
  * fix(cli): fail app bundle if electron version doesn't match @overlayed/electron version

  * chore: bump internal dependencies

  * chore: update internal package versions
</Update>

<Update label="2026-04-18" description="v1.0.4" tags={[]}>
  * chore: fix error when no application is scoped
  * feat: support api key scoping
</Update>

<Update label="2026-04-10" description="v1.0.3" tags={[]}>
  * fix(cli): edge case when bundling sites and apps
</Update>

<Update label="2026-03-23" description="v1.0.2" tags={[]}>
  * feat(cli): include metadata when creating bundles
</Update>

<Update label="2026-02-28" description="v1.0.1" tags={[]}>
  * Skip bundle name prompt when `--no-wait` is passed
</Update>

<Update label="2026-02-28" description="v1.0.0" tags={["Breaking"]}>
  * #### 🚀 Features

    * **Auto-updating support**: Complete implementation of application update flow including support for private channels
    * **Campaigns**: Ability to create UTM campaigns for tracking user acquisition
    * **Electron Window Logging**: Logs from electron windows will now be in feedback submissions
    * **Ads enhancements**: New `getAdsScriptElement` and `getAdsScriptUrl` methods for better ads integration
    * **Enhanced CLI bundling**: Improved the CLI bundling process to be more robust and reliable

    #### 📚 Documentation Improvements

    * **Deployment guides**: New [documentation](https://docs.overlayed.gg/deployment/introduction) sections on application deployments and updating mechanisms
    * **Refreshed docs theme**: Refreshed the docs theme
    * **Local Development**: Established guideliens for [local development](https://docs.overlayed.gg/advanced/local-development)

    #### 📝 Breaking Changes

    * After updating, you'll need to run `overlayed login` and then `overlayed init`. This only needs to be done once, and is only needed for local development.

    #### 🐛 Bug Fixes

    * Fixed broken documentation links
</Update>

<Update label="2026-02-22" description="v0.6.10" tags={[]}>
  * feat(cli): allow custom bundle names
</Update>

<Update label="2026-01-06" description="v0.6.9" tags={[]}>
  * chore: temporarily revert previous changes
</Update>

<Update label="2026-01-05" description="v0.6.8" tags={[]}>
  * feat(cli): Adds bundle type selection options
  * feat: Support `OVERLAYED_API_KEY` environment variable for authentication
</Update>

<Update label="2026-01-02" description="v0.6.7" tags={[]}>
  * chore(cli): internal changes
  * chore(cli): internal changes
</Update>

<Update label="2025-12-31" description="v0.6.6" tags={[]}>
  * refactor: move config store internals
</Update>

<Update label="2025-12-21" description="v0.6.5" tags={[]}>
  * fix: console color logging
  * fix(cli): output file format changed
</Update>

<Update label="2025-12-18" description="v0.6.4" tags={[]}>
  * chore: bump package versions
</Update>

<Update label="2025-10-06" description="v0.6.3" tags={[]}>
  * chore: update dependencies

    fix: various types exported from @overlayed/app like RenderWindow, etc.
</Update>

<Update label="v0.6.2" description="v0.6.2" tags={[]}>
  * fix(cli): update broken bundle task link
</Update>

<Update label="v0.6.1" description="v0.6.1" tags={[]}>
  * feat(cli): open api key form when running login command
</Update>

<Update label="v0.6.0" description="v0.6.0" tags={[]}>
  * feat(cli): support `baseDir` in overlayed.config.ts
</Update>

<Update label="v0.5.0" description="v0.5.0" tags={[]}>
  * feat(cli): add update notifications
</Update>

<Update label="v0.4.0" description="v0.4.0" tags={[]}>
  * feat(cli): add debug option, fix `../` in bundler file paths not working
</Update>

<Update label="v0.3.1" description="v0.3.1" tags={[]}>
  * fix(cli): bundle command not working for folders
</Update>

<Update label="v0.3.0" description="v0.3.0" tags={[]}>
  * feat(cli): add bundle command, add whoami command
</Update>

<Update label="v0.1.1" description="v0.1.1" tags={[]}>
  * fix: built package size
</Update>

<Update label="v0.1.0" description="v0.1.0" tags={[]}>
  * feat(cli): add login, logout, and whomai commands

  * fix(cli): .ts config files not working
</Update>
