|
| 1 | +# Changelog |
| 2 | + |
| 3 | +English · [简体中文](CHANGELOG.zh-CN.md) |
| 4 | + |
| 5 | +All notable changes to Antigravity Cockpit Tools will be documented in this file. |
| 6 | + |
| 7 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +## [0.2.0] - 2026-01-21 |
| 12 | + |
| 13 | +### Added |
| 14 | +- **Update Checker**: Implemented automatic update checking via GitHub Releases API. |
| 15 | + - On startup, the app checks for new versions (once every 24 hours by default). |
| 16 | + - A beautiful glassmorphism notification card appears in the top-right corner when an update is available. |
| 17 | + - Manual "Check for Updates" button added to **Settings → About** page with real-time status feedback. |
| 18 | + - Clicking the notification opens the GitHub release page for download. |
| 19 | +- **i18n**: Added update notification translations for all 17 supported languages. |
| 20 | + |
| 21 | +--- |
| 22 | + |
| 23 | +## [0.1.0] - 2025-01-21 |
| 24 | + |
| 25 | +### Added |
| 26 | +- **Account Management**: Complete account management with OAuth authorization support. |
| 27 | + - Add accounts via Google OAuth authorization flow. |
| 28 | + - Import accounts from Antigravity Tools (`~/.antigravity_tools/`), local Antigravity client, or VS Code extension. |
| 29 | + - Export accounts to JSON for backup and migration. |
| 30 | + - Delete single or multiple accounts with confirmation. |
| 31 | + - Drag-and-drop reordering of account list. |
| 32 | +- **Quota Monitoring**: Real-time monitoring of model quotas for all accounts. |
| 33 | + - Card view and list view display modes. |
| 34 | + - Filter accounts by subscription tier (PRO/ULTRA/FREE). |
| 35 | + - Auto-refresh with configurable intervals (2/5/10/15 minutes or disabled). |
| 36 | + - Quick switch between accounts with one click. |
| 37 | +- **Device Fingerprints**: Comprehensive device fingerprint management. |
| 38 | + - Generate new fingerprints with customizable names. |
| 39 | + - Capture current device fingerprint. |
| 40 | + - Bind fingerprints to accounts for device simulation. |
| 41 | + - Import fingerprints from Antigravity Tools or JSON files. |
| 42 | + - Preview fingerprint profile details. |
| 43 | +- **Wakeup Tasks**: Automated account wakeup scheduling system. |
| 44 | + - Create multiple wakeup tasks with independent controls. |
| 45 | + - Supports scheduled, Crontab, and quota-reset trigger modes. |
| 46 | + - Multi-model and multi-account selection. |
| 47 | + - Custom wakeup prompts and max token limits. |
| 48 | + - Trigger history with detailed logs. |
| 49 | + - Global wakeup toggle for quick enable/disable. |
| 50 | +- **Antigravity Cockpit Integration**: Deep integration with the VS Code extension. |
| 51 | + - WebSocket server for bidirectional communication. |
| 52 | + - Remote account switching from the extension. |
| 53 | + - Account import/export synchronization. |
| 54 | +- **Settings**: Comprehensive application settings. |
| 55 | + - Language selection (17 languages supported). |
| 56 | + - Theme switching (Light/Dark/System). |
| 57 | + - WebSocket service configuration with custom port support. |
| 58 | + - Data and fingerprint directory shortcuts. |
| 59 | +- **i18n**: Full internationalization support for 17 languages. |
| 60 | + - 🇨🇳 简体中文, 🇹🇼 繁體中文, 🇺🇸 English |
| 61 | + - 🇯🇵 日本語, 🇰🇷 한국어, 🇻🇳 Tiếng Việt |
| 62 | + - 🇩🇪 Deutsch, 🇫🇷 Français, 🇪🇸 Español, 🇮🇹 Italiano, 🇵🇹 Português |
| 63 | + - 🇷🇺 Русский, 🇹🇷 Türkçe, 🇵🇱 Polski, 🇨🇿 Čeština, 🇸🇦 العربية |
| 64 | +- **UI/UX**: Modern, polished user interface. |
| 65 | + - Glassmorphism design with smooth animations. |
| 66 | + - Responsive sidebar navigation. |
| 67 | + - Dark mode support with seamless theme transitions. |
| 68 | + - Native macOS window controls and drag region. |
| 69 | + |
| 70 | +### Technical |
| 71 | +- Built with Tauri 2.0 + React + TypeScript. |
| 72 | +- SQLite database for local data persistence. |
| 73 | +- Secure credential storage using system keychain. |
| 74 | +- Cross-platform support (macOS primary, Windows/Linux planned). |
0 commit comments