v0.2.11
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)
--diris now a global option. It applies toinit,compose, andedit, and shows up inelmo --helpas well as each subcommand's help.elmo -hnow makes clear whatelmo editlets you change and which targets it accepts.- Generated
docker-compose.ymlimage tags are now pinned to the CLI's version (e.g.elmohq/elmo-web:0.2.10) instead oflatest, so stacks stay on the version they were initialized with until you upgrade. - Removed
elmo status— useelmo compose psinstead.
Full Changelog: v0.2.10...v0.2.11