Skip to content

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 07 Jun 00:05
Immutable release. Only release title and notes can be modified.

What's Changed

Web app

New

  • Share of Voice and Opportunities pages.

Fixes

  • "Current visibility" now shows the latest point of the carried-forward trend (the value the line ends on) instead of the whole-window average, so the headline number matches the chart beside it.
  • Fixed the sidebar showing only "Overview" after the onboarding wizard finishes in local mode (previously required a page refresh).
  • Fixed the visibility page failing to load for brands with many active prompts.

CLI (@elmohq/cli)

  • --dir is now a global option. It applies to init, compose, and edit, and shows up in elmo --help as well as each subcommand's help.
  • elmo -h now makes clear what elmo edit lets you change and which targets it accepts.
  • Generated docker-compose.yml image tags are now pinned to the CLI's version (e.g. elmohq/elmo-web:0.2.10) instead of latest, so stacks stay on the version they were initialized with until you upgrade.
  • Removed elmo status — use elmo compose ps instead.

Full Changelog: v0.2.10...v0.2.11