Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Commit 01c576d

Browse files
committed
Release 0.9.0
1 parent 893d0b4 commit 01c576d

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0] - 2026-07-03
11+
12+
### Added
13+
14+
- Added `install --client android-studio` to install the Composables MCP server in Android Studio.
15+
- Introduced a new `docs` command for quick access to Composables UI docs. The responses come straight from https://composables.com/ui/docs
16+
17+
### Changed
18+
19+
- `add module` now infers host project conventions when wiring new modules into an existing project.
20+
- Newly generated apps now set the desktop window title from the app name.
21+
- Newly generated apps now preload Wasm assets in production for faster browser startup.
22+
- Newly generated apps now include the URI painter dependency by default.
23+
- Generated Android apps now use the newer AGP application DSL.
24+
25+
### Fixed
26+
27+
- `add module` now sets the generated web app title correctly.
28+
- `add module` now reports a clearer Kotlin version requirement error for unsupported projects.
29+
1030
## [0.8.1] - 2026-07-02
1131

1232
### Fixed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
composables-cli = "0.8.1"
2+
composables-cli = "0.9.0"
33
kotlin = "2.2.21"
44
shadow = "8.3.8"
55
spotless = "7.2.1"

0 commit comments

Comments
 (0)