-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: 0xtbug/zero-limit
base: v1.0.0
head repository: 0xtbug/zero-limit
compare: v1.0.5
- 18 commits
- 27 files changed
- 2 contributors
Commits on Jan 6, 2026
-
Enhance README with CLIProxyAPI and star history
Added CLIProxyAPI reference and star history section.
Configuration menu - View commit details
-
Copy full SHA for 33695cb - Browse repository at this point
Copy the full SHA 33695cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3109b3a - Browse repository at this point
Copy the full SHA 3109b3aView commit details
Commits on Jan 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for daa95cc - Browse repository at this point
Copy the full SHA daa95ccView commit details
Commits on Jan 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 145b418 - Browse repository at this point
Copy the full SHA 145b418View commit details -
feat: add GitHub Actions workflow for auto-build and release
- Add build-release.yml workflow triggered on push to main - Build Windows x64 and ARM64 installers (NSIS + MSI) - Create GitHub Release with artifacts automatically - Add Tauri updater plugin for auto-update support - Generate latest.json for update checking - Add updater and process plugin dependencies and initialization
Configuration menu - View commit details
-
Copy full SHA for eabcd07 - Browse repository at this point
Copy the full SHA eabcd07View commit details -
feat(updater): add in-app update functionality
Integrates Tauri's updater plugin to enable automatic application updates. Adds a new "Updates" section to the Settings page for checking, downloading, and installing updates. Introduces a `useUpdateStore` to manage update state and logic. Includes a `Progress` UI component to display download progress. Configures the Tauri build to include the updater public key and endpoints. Updates `.gitignore` to exclude Tauri signing keys.
Configuration menu - View commit details
-
Copy full SHA for 362c698 - Browse repository at this point
Copy the full SHA 362c698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b5796 - Browse repository at this point
Copy the full SHA 70b5796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ab77d4 - Browse repository at this point
Copy the full SHA 2ab77d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678b572 - Browse repository at this point
Copy the full SHA 678b572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a80f96 - Browse repository at this point
Copy the full SHA 0a80f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6022c4c - Browse repository at this point
Copy the full SHA 6022c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f6f8a - Browse repository at this point
Copy the full SHA 10f6f8aView commit details -
feat(updates): implement dynamic version and in-app update management
WHAT: Introduces a `useAppVersion` hook to dynamically fetch the application version from the Tauri API. Replaces the hardcoded `APP_VERSION` constant with this dynamic version across the application (App, Default layout, About page). Adds a comprehensive "Update Section" to the About page, allowing users to manually check for, download, and install updates. Implements an automatic background check for updates on application startup. Consolidates all update-related UI and logic from the Settings page to the About page. Adjusts `useUpdateStore` to correctly handle nullable `date` and `body` properties for update information. WHY: To ensure the displayed application version is always accurate and consistent with the deployed build, removing reliance on potentially outdated hardcoded values. To provide users with a dedicated, intuitive interface for managing application updates, improving the user experience and keeping the application current. To automatically inform users of new versions upon startup, enhancing the app's maintainability and security. To centralize update functionality, simplifying navigation and improving the logical structure of the application's settings and information pages. To improve type safety and robustness in the update store by correctly handling optional update metadata.
Configuration menu - View commit details
-
Copy full SHA for 08c2262 - Browse repository at this point
Copy the full SHA 08c2262View commit details -
feat: add asian languages support and bump version to 1.0.5
- Add locales: ja (Japanese), vi (Vietnamese), th (Thai), ko (Korean) - Update settings UI to include new languages - Refactor language type definitions - Bump version to 1.0.5 in tauri.conf.json and package.json
Configuration menu - View commit details
-
Copy full SHA for 48fb59e - Browse repository at this point
Copy the full SHA 48fb59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb3ca8 - Browse repository at this point
Copy the full SHA 2bb3ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for abb2c92 - Browse repository at this point
Copy the full SHA abb2c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc4ea25 - Browse repository at this point
Copy the full SHA cc4ea25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe2b7b - Browse repository at this point
Copy the full SHA 6fe2b7bView 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.0...v1.0.5