Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 0xtbug/zero-limit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b1f72e3
Choose a base ref
...
head repository: 0xtbug/zero-limit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6fe2b7b
Choose a head ref
  • 18 commits
  • 27 files changed
  • 2 contributors

Commits on Jan 6, 2026

  1. Enhance README with CLIProxyAPI and star history

    Added CLIProxyAPI reference and star history section.
    0xtbug authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    33695cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3109b3a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. Configuration menu
    Copy the full SHA
    daa95cc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    145b418 View commit details
    Browse the repository at this point in the history
  2. 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
    0xtbug committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    eabcd07 View commit details
    Browse the repository at this point in the history
  3. 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.
    0xtbug committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    362c698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70b5796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ab77d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    678b572 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a80f96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6022c4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10f6f8a View commit details
    Browse the repository at this point in the history
  10. 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.
    0xtbug committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    08c2262 View commit details
    Browse the repository at this point in the history
  11. 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
    0xtbug committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    48fb59e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bb3ca8 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'dev'

    0xtbug committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    abb2c92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cc4ea25 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'dev'

    0xtbug committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    6fe2b7b View commit details
    Browse the repository at this point in the history
Loading