Skip to content

Commit aa5a0b9

Browse files
vedantaclaude
andcommitted
release: v1.0.0 "Glazed"
First stable release of UI-CLI. Features: - Cloud API: sites, devices, clients, hosts, ISP metrics, SD-WAN - Local Controller: health, clients, devices, networks, vouchers, speedtest - Client Groups: static/auto membership with bulk actions - MCP Server: 21 tools for Claude Desktop integration - Multiple output formats: table, JSON, CSV, TSV - Docker support with multi-stage builds - Comprehensive documentation 🍩 Glazed - The classic, essential release 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1fc1d9f commit aa5a0b9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
1.0.0

pages/overrides/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h1>UI-CLI</h1>
221221
<p class="tagline">Gorilla Powered!</p>
222222
<p class="subtitle">Manage your UniFi infrastructure from the command line</p>
223223
<div class="version-badge">
224-
Latest: <a href="https://github.com/vedanta/ui-cli/releases/tag/v0.3.0">v0.3.0</a> - Claude Desktop Integration
224+
🍩 <a href="https://github.com/vedanta/ui-cli/releases/tag/v1.0.0">v1.0.0 "Glazed"</a> - First Stable Release
225225
</div>
226226
<div class="buttons">
227227
<a href="getting-started/" class="btn-primary">Get Started</a>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ui-cli"
7-
version = "0.3.0"
7+
version = "1.0.0"
88
description = "CLI utility for UniFi Site Manager API"
99
readme = "README.md"
1010
license = "MIT"
@@ -14,7 +14,7 @@ authors = [
1414
]
1515
keywords = ["unifi", "ubiquiti", "cli", "network", "api"]
1616
classifiers = [
17-
"Development Status :: 3 - Alpha",
17+
"Development Status :: 5 - Production/Stable",
1818
"Environment :: Console",
1919
"Intended Audience :: System Administrators",
2020
"License :: OSI Approved :: MIT License",

src/ui_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
through Claude Desktop. Uses a tools layer that calls the UI CLI.
55
"""
66

7-
__version__ = "0.2.0"
7+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)