Skip to content

Commit c25aced

Browse files
committed
Update TrayApp status from Experimental to Alpha in README
1 parent 1c3b1a4 commit c25aced

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
- [Icon Limitations](#icon-limitations)
6161
- [Theme Behavior](#theme-behavior)
6262
- [ProGuard / R8](#proguard--r8)
63-
- [🧪 TrayApp (Experimental)](#-trayapp-experimental)
63+
- [🧪 TrayApp (Alpha)](#-trayapp-alpha)
6464
- [📱 Apps Using Compose Native Tray](#-apps-using-compose-native-tray)
6565
- [📄 License](#-license)
6666
- [🤝 Contribution](#-contribution)
@@ -565,9 +565,11 @@ Add the following to your ProGuard rules file:
565565
-keep class com.kdroid.composetray.** { *; }
566566
```
567567

568-
# 🧪 TrayApp (Experimental)
568+
# 🧪 TrayApp (Alpha)
569569

570-
`TrayApp` gives your desktop app a **system‑tray/menu‑bar icon** and a **tiny popup window** for quick actions. It’s perfect for quick toggles, mini dashboards, and “control center” UIs.
570+
> **Status: Alpha** — The core API is functional on Windows, macOS, and Linux, but breaking changes may still occur. Feedback and bug reports are welcome!
571+
572+
`TrayApp` gives your desktop app a **system‑tray/menu‑bar icon** and a **tiny popup window** for quick actions. It's perfect for quick toggles, mini dashboards, and "control center" UIs.
571573

572574
**Works on Windows, macOS, and Linux.** Smooth fade animations, smart positioning near the tray, and a simple API so you stay productive.
573575

0 commit comments

Comments
 (0)