# Komodo v2.0.0-dev-120 — Komodo v2.0.0-dev-120 - Product: Komodo (https://whatsnew.fyi/product/komodo) - Vendor: Komodo - Date: 2026-02-26 - Version: v2.0.0-dev-120 - Original notes: https://github.com/moghtech/komodo/releases/tag/v2.0.0-dev-120 - Permalink: https://whatsnew.fyi/product/komodo/releases/v2.0.0-dev-120 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — New UI with higher contrast and better UI primitives - **added** — Close button to Update and Alert details drawers - **fixed** — Bug with changing configuration - **fixed** — Batch execute button width in desktop view Core image: `ghcr.io/moghtech/komodo-core:2-dev` Periphery image: `ghcr.io/moghtech/komodo-periphery:2-dev` Km image: `ghcr.io/moghtech/komodo-cli:2-dev` Systemd Periphery installer: - Add `--version=v2.0.0-dev-120` to the install command. - To go back to stable, run it again with `--version=v1.19.5` - **New UI** with higher contrast and better UI primitives - Fixes bug with changing configuration - Fixes batch execute button width in desktop view - Adds close button to Update and Alert details drawers - 🚨 There is a small change to a database schema that is made when you upgrade from v1 to v2. This is done automatically, but if you need to go back to v1, **before taking down the v2 Core container run**: ```sh docker compose -p komodo exec core bash -c "km database v1-downgrade -y" ``` PR: https://github.com/moghtech/komodo/pull/889