-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: 0xtbug/zero-limit
base: v1.0.9
head repository: 0xtbug/zero-limit
compare: v1.1.0
- 19 commits
- 86 files changed
- 3 contributors
Commits on Feb 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7dd5a18 - Browse repository at this point
Copy the full SHA 7dd5a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21bcf7 - Browse repository at this point
Copy the full SHA a21bcf7View commit details
Commits on Feb 10, 2026
-
Update usage instructions for CLIProxyAPI Plus
Added note about downloading CLIProxyAPI Plus Version for kiro and GitHub Copilot support.
Configuration menu - View commit details
-
Copy full SHA for b620c91 - Browse repository at this point
Copy the full SHA b620c91View commit details
Commits on Feb 11, 2026
-
feat: implement core application pages and state management
Introduce About page with app version and update functionality. Add Login page for authentication and CLI proxy server management. Implement Dashboard for comprehensive usage statistics and trends. Create Providers page for managing API connections via OAuth. Develop Quota page to display API rate limits and usage. Integrate dedicated Zustand stores and presenter hooks for each feature. Enhance user experience with privacy modes and interactive elements. feat: introduce new UI framework, quota, and settings Introduce a comprehensive set of new UI components (Shadcn-like). Implement a responsive default layout with collapsible sidebar navigation. Add a new Quota feature with detailed and compact views for providers. Introduce a Settings page for CLI proxy, usage stats, theme, and language. Establish core state management (Zustand) for CLI proxy, config, theme. Integrate new API services for auth, config, OAuth, quota, and usage. Provide utility hooks for app version, interval, and global refresh events. Refactor page exports and add shared utility functions. feat(utils): introduce new utility functions for language, privacy, and quota management refactor(stores): remove stores barrel export as it is no longer needed
Configuration menu - View commit details
-
Copy full SHA for 5c8f4f2 - Browse repository at this point
Copy the full SHA 5c8f4f2View commit details -
refactor: restructure codebase to feature-sliced architecture
Reorganize application into a feature-sliced architecture to improve modularity and maintainability. - Move shared components, hooks, and utilities into a `shared` directory and update all relevant import aliases and paths. - Centralize application constants (API, app, providers, routes, storage) into dedicated `src/constants` files for better organization. - Refactor page components (`DashboardPage`, `ProvidersPage`, `QuotaPage`) to extract business logic into dedicated presenter hooks. - Update store implementations to align with new constant paths and remove redundant comments. - Extract API response parsing logic into dedicated `services/api/parsers` to separate concerns within the API layer. - Introduce `RawApiCallResponse` type for improved type safety in API calls. feat(types): add new quota types for various providers refactor(types): remove PROVIDERS constant and ProviderId type definition refactor(types): remove AuthFilesResponse comment refactor(types): import ProviderId from '@/constants/providers' refactor(utils): remove constants.ts file
Configuration menu - View commit details
-
Copy full SHA for e8bf637 - Browse repository at this point
Copy the full SHA e8bf637View commit details -
feat(scripts): add
bump-version.shscript to automate version updatesbuild(Cargo.toml): update `Cargo.toml` version to `1.0.9`
Configuration menu - View commit details
-
Copy full SHA for 6c9677f - Browse repository at this point
Copy the full SHA 6c9677fView commit details -
feat(ci): add multi-platform build and release workflow
- Trigger releases on `v*` tags to align with semantic versioning. - Enable manual `workflow_dispatch` to allow on-demand releases. - Automate version bumping in project files to ensure consistency. - Introduce dedicated build jobs for macOS (universal) and Linux (x64) to expand platform support. - Dynamically generate `latest.json` with update information for all platforms to enable comprehensive auto-updates. - Add a note to macOS releases about code signing to inform users.
Configuration menu - View commit details
-
Copy full SHA for f3a9afc - Browse repository at this point
Copy the full SHA f3a9afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f5c63 - Browse repository at this point
Copy the full SHA a9f5c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c6aa2 - Browse repository at this point
Copy the full SHA 12c6aa2View commit details -
docs(README): update project description to reflect cross-platform su…
…pport docs(README): update platform badge to include macOS and Linux docs(README): expand multi-provider support to include Kiro and GitHub Copilot docs(README): add installation instructions for macOS and Linux docs(README): add note about macOS app signing and workaround
Configuration menu - View commit details
-
Copy full SHA for f9498f2 - Browse repository at this point
Copy the full SHA f9498f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba373d - Browse repository at this point
Copy the full SHA 2ba373dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dda0ebf - Browse repository at this point
Copy the full SHA dda0ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a7cfc - Browse repository at this point
Copy the full SHA 77a7cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for da198a9 - Browse repository at this point
Copy the full SHA da198a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5274cf2 - Browse repository at this point
Copy the full SHA 5274cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8364c - Browse repository at this point
Copy the full SHA ac8364cView commit details -
refactor(build-release.yml): separate macOS build jobs for x64 and AR…
…M64 architectures refactor(build-release.yml): update job names and comments to reflect separate macOS builds refactor(build-release.yml): adjust Rust targets and cache keys for specific macOS architectures refactor(build-release.yml): remove combined build steps for macOS universal binaries refactor(build-release.yml): update artifact renaming and upload steps for distinct macOS builds refactor(build-release.yml): update signature upload names for specific macOS architectures refactor(build-release.yml): update job dependencies for the publish-release step fix(build-release.yml): use find command for robust artifact renaming in Linux build to handle varying filenames
Configuration menu - View commit details
-
Copy full SHA for fbf3fde - Browse repository at this point
Copy the full SHA fbf3fdeView commit details -
fix(cli): use pkill for robust process termination on unix-like systems
Introduces `pkill -f <process_name>` to terminate the CLI proxy process on non-Windows platforms. Moves the `pid` variable declaration to be specific to the Windows `taskkill` command. Ensures more reliable and complete termination of the CLI proxy process on Linux and macOS, addressing cases where direct `child.kill()` might not be sufficient. Improves code clarity by making `pid` declaration platform-specific.
Configuration menu - View commit details
-
Copy full SHA for 50fede5 - Browse repository at this point
Copy the full SHA 50fede5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef0b4d - Browse repository at this point
Copy the full SHA cef0b4dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.9...v1.1.0