tag:github.com,2008:https://github.com/0xtbug/zero-limit/releasesTags from zero-limit2026-02-27T04:08:53Ztag:github.com,2008:Repository/1129108160/v1.1.32026-02-27T04:35:48ZZeroLimit v1.1.3<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/0xtbug/zero-limit/pull/25">#25</a> from 0xtbug/dev</p>
<p>feat(proxy): add ability to switch between standard and plus versions</p>github-actionstag:github.com,2008:Repository/1129108160/v1.1.22026-02-22T02:56:23ZZeroLimit v1.1.2<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/0xtbug/zero-limit/pull/20">#20</a> from 0xtbug/dev</p>
<p>feat(ui,logs): add page entry animations and dedicated logs page</p>github-actionstag:github.com,2008:Repository/1129108160/v1.1.12026-02-13T02:58:18ZZeroLimit v1.1.1<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/0xtbug/zero-limit/pull/14">#14</a> from 0xtbug/dev</p>
<p>feat(providers): add bulk refresh token management & improve artifact handling</p>github-actionstag:github.com,2008:Repository/1129108160/v1.1.02026-02-11T10:32:07ZZeroLimit v1.1.0<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/0xtbug/zero-limit/pull/13">#13</a> from 0xtbug/dev</p>
<p>Merge from dev</p>github-actionstag:github.com,2008:Repository/1129108160/v1.0.92026-02-11T09:17:49ZZeroLimit v1.0.9github-actionstag:github.com,2008:Repository/1129108160/v1.0.82026-01-28T11:41:51ZZeroLimit v1.0.8<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/0xtbug/zero-limit/pull/6">#6</a> from 0xtbug/dev</p>
<p>Bump version to 1.0.8</p>github-actionstag:github.com,2008:Repository/1129108160/v1.0.72026-01-19T14:54:37ZZeroLimit v1.0.7<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/0xtbug/zero-limit/pull/3">#3</a> from 0xtbug/dev</p>
<p>fix(ci): robust signature handling and bump version to 1.0.7</p>github-actionstag:github.com,2008:Repository/1129108160/v1.0.62026-01-19T14:40:51ZZeroLimit v1.0.6<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/0xtbug/zero-limit/pull/2">#2</a> from 0xtbug/dev</p>
<p>v1.0.6</p>github-actionstag:github.com,2008:Repository/1129108160/v1.0.52026-01-19T14:38:49ZZeroLimit v1.0.5github-actionstag:github.com,2008:Repository/1129108160/v1.0.02026-01-19T14:10:43ZZeroLimit v1.0.0<p>feat(init): set up ZeroLimit project with Tauri, React, and Rust</p>
<p>WHAT:
<br />- Initializes the ZeroLimit project, establishing the core structure for a Tauri desktop application.
<br />- Integrates a React frontend, including routing, a default layout, and initial pages (Dashboard, About).
<br />- Incorporates Shadcn UI components, theme management, and internationalization (i18n) with multiple language support.
<br />- Sets up the Rust backend for Tauri, providing commands for CLI proxy control (start, stop, status), system tray integration, and global state management.
<br />- Adds essential development configurations: `.editorconfig`, `.gitignore`, `.prettierrc`, and `components.json`.
<br />- Includes project documentation (`README.md`, `docs/USAGE.md`) and all necessary public assets (icons, provider images, screenshots).
<br />- Introduces components for displaying detailed and compact AI provider quota information.
<br />- Updates `src/server.ts` to support configurable port via `process.env.PORT` and renames the port variable to `PORT`.</p>
<p>WHY:
<br />- To establish the complete foundational framework for the ZeroLimit application, enabling cross-platform desktop functionality.
<br />- To provide a modern, maintainable, and scalable architecture for both the user interface and backend logic.
<br />- To ensure consistent code style, formatting, and project setup for efficient development.
<br />- To deliver a localized and user-friendly experience for monitoring AI coding assistant quotas.
<br />- To prepare the application for future feature development and deployment.</p>
<p>feat(app): implement core UI, routing, state management, and API services</p>
<p>Introduces main application pages: LoginPage, ProvidersPage, QuotaPage, SettingsPage.
<br />Sets up client-side routing with MainRoutes and ProtectedRoute for navigation and access control.
<br />Adds API service modules (apiCall, authFiles, client, config, oauth, quota) for backend interaction.
<br />Implements Zustand stores (useAuthStore, useCliProxyStore, useConfigStore, useLanguageStore, useThemeStore) for global state management.
<br />Includes utility functions for connection, constants, language, privacy, and quota data processing.
<br />Integrates Tauri-specific services for desktop application features.
<br />Configures TypeScript and Vite for the frontend build process.</p>
<p>To provide a comprehensive and interactive graphical user interface for the CLI Proxy application.
<br />To enable users to manage authentication, connect providers, monitor quota, and customize application settings.
<br />To establish a modular and maintainable frontend architecture that supports both web and desktop environments.
<br />To facilitate efficient and type-safe communication with the CLI Proxy API.
<br />To ensure consistent state management and user experience across the application.</p>0xtbug